A store sells oranges and apples. Oranges cost $1.00 each and apples cost $2.00 each. In the first sale of the day, 15 fruits were sold in total, and the price was $25. How many of each type of frust was sold? please show the steps to solve THANK YOU!!!!

Answers

Answer 1

Answer:

5 oranges and 10 apples were sold  

Step-by-step explanation:

Let x be the number of oranges sold and y be the number of apples sold

Since 15 fruits were sold in all we get the following equation

x + y = 15 ....................[1]

Each orange costs $1 so if x oranges were sold that would fetch x dollars in sales = x dollars in sales

Each apple costs $2 so if y apples were sold, that would result in 2y dollars in sales

Total sales in $ = x + 2y and we know this is $25 so we get the second equation as

x + 2y = 25 ..................[2]

Look at the two equations. The coefficient of the x term is the same. We can eliminate the x term by subtracting equation [1] from equation [2] as follows:

x + 2y = 25
                    -
x  +   y = 15
-----------------
        y = 10

(2y - y = y and 25-15 = 10)

Now that we know y = 10, we can use equation [1] to find x

x + 10 = 15

which makes x = 5

ANSWER

5 oranges and 10 apples were sold  


Related Questions

An open box is to be constructed from a square piece of sheet metal by removing a square of side 3 feet from each corner and turning up the edges. If the box is to hold 300 cubic​ feet, what should be the dimensions of the sheet​ metal?

Answers

If an open box is to be constructed from a square piece of sheet metal by removing a square of side 3 feet from each corner and turning up the edges. the dimensions of the sheet​ metal is 16 feet.

How to find the dimension?

Let x represent the dimension of the sheet metal

So,

Volume =3×(x-2×3)×(x-2×3) = 300

Volume =3×(x-6)×(x-6) = 300

(x -6)² = 300/3 = 100

x-6 = √100 =10

x = 10 +6

x = 16 feet

Therefore the dimensions of the sheet​ metal is 16 feet

Learn more about dimension here:https://brainly.com/question/19819849
#SPJ1

Scenario: Given sphere_radius and pi, compute the volume of a sphere and assign to sphere_volume. Volume of sphere = (4.0 / 3.0) π r^3
Sample output with input: 1.0 Sphere volume: 4.19

Answers

The volume of the sphere = (4.0 / 3.0) π r^3.

What is the volume of the sphere?

The quantity of space occupied within a sphere is referred to as its volume. Every point on the surface of the sphere is equally spaced from its center, making it a three-dimensional round solid object. The fixed point and fixed distance are referred to as the sphere's center and radius, respectively.

Here, we have

The volume program in Python, where comments are used to explain each line is as follows

#This initializes pi to 3.142

pi= 3.142

#This gets input for the radius

sphere_radius = float(input("Radius: "))

#This calculates the sphere volume

sphere_volume = (4.0 / 3.0) * sphere_radius**3

#This prints the sphere volume

print(sphere_volume)
Hence, the volume of the sphere = (4.0 / 3.0) π r^3.

To learn more about the volume of a sphere from the given link

https://brainly.com/question/27823918

#SPJ4

Find the area of the shaded region shown below and choose the appropriate result.

Answers

92 Square inches is the area of the shaded region shown below

What is Area?

The area is the entire amount of space occupied by a flat (2-D) surface or an object's form. On a sheet of paper, draw a square using a pencil. It has two dimensions. The area of a form on paper is the area that it occupies.

Given a rectangle, that has a length of 12 inches and 9-inch width

Since,

Area = length * width

Area of the given triangle = 12 * 9

Area of the given triangle = 108 square inch

There is also one square inside this rectangle of side 4 inch

Since the area of square = side * side

Thus in our case,

Area of square = 4 * 4 = 16 square inch

As we can see in the figure:

Area of shaded region  = complete area of rectangle - area of square

Area of shaded region  = 108 - 16

Area of shaded region  = 92 square inch

Therefore, The area of the shaded region is 92 Square inches.

Learn more about Area here:

https://brainly.com/question/27683633

#SPJ1

Complete question:

Two cars are 298 mi apart and traveling toward each other along the same road. They meet in 2 hr. One car is traveling 7 mph slower than the other. What is
the speed of each car?

Part 1/2
The faster car travels at (blank) mph.

Answers

The faster car is traveling at 149 mph, and the slower car is traveling at 142 mph.

How to calculate the speed?Speed can be calculated using the following formula: Speed = Distance/Time.Speed is measured in units such as meters per second (m/s), kilometers per hour (km/h), miles per hour (mph), etc.To calculate the speed of an object, you must first measure the distance it has traveled and the time it took to travel that distance. If the object is moving in a straight line, the distance is the length of the line. If it's moving in a circle, the distance is the circumference of the circle.Once you have the distance and time, divide the distance by the time to get the speed of the object. For example, if an object travels 10 meters in 5 seconds, its speed is 10/5 m/s, or 2 m/s.The faster car is traveling at (298 mi / 2 hrs) = 149 mph.The slower car is traveling at (149 mph - 7 mph) = 142 mph.

To learn more about speed refer to:

https://brainly.com/question/16012426

#SPJ1

x² - 2x - y² + 4y-3 , x² + 2x - y² + 8y-15 find hcf​

Answers

To find the highest common factor (HCF) of two polynomials, we can use the Euclidean algorithm or the method of factoring the polynomials and comparing their common factors.

The first polynomial is x² - 2x - y² + 4y-3 and the second polynomial is x² + 2x - y² + 8y-15

x² - y² is common in both polynomials, let's factor it out.

x² - y² = (x-y)(x+y)

so the first polynomial can be written as (x-y)(x+y) - 2x + 4y - 3

and the second polynomial can be written as (x-y)(x+y) + 2x + 8y - 15

So the HCF of these two polynomials is (x-y)(x+y)

It is important to note that the HCF of polynomials is not unique, there can be more than one factorization.

If the function h(x) goes
through the point (−5, 7),
then the function −h(x)
must go through what
point?

Answers

Answer:  (-5, -7)

Multiply the y coordinate by -1. Keep the x coordinate the same. The point (-5,7) reflects over the x axis to land on (-5,-7)

The reason why we multiply by -1 is because [tex]\text{y} = \text{h}(\text{x})[/tex], so [tex]-\text{y} = -\text{h}(\text{x})[/tex]

Answer:

(-5,-7)

................

what is 5 less than 4 times 7

Answers

23 is 5 less than 4x7
Because
4x7=28
28-5=23

Answer:

-31

Step-by-step explanation:

Let's put this into an equation:

[tex]4-5 *7[/tex]

Note that 5 less than 4 means I take 5 AWAY from 4, not 5-4.

Most people would go about this straight across, doing 4-5, -1, and then times 7 which would be -7.
BUT if there are no parentheses around 4-5, we do 5 times 7 first.

Why? In PEMDAS or order of operations, you multiply before subtracting.

That means I do 5 times 7 first. That is 35.

Now I subtract 4-35. That is -31.

9(7h−4k)+10k−5(6k−7h)

Answers

Answer:

98h - 56k      

----------------------------

Given expression:

9(7h - 4k) + 10k - 5(6k - 7h)

Simplify it in steps below:

9(7h - 4k) + 10k - 5(6k - 7h) =                         Given 9(7h) - 9(4k) + 10k - 5(6k) + 5(7h) =                Distribute63h - 36k + 10k - 30k + 35h =                       Simplifyh(63 + 35) - k(36 - 10 + 30) =                         Collect like terms98h - 56k                                                        Answer

Answer:

[tex] \sf \: 98h - 56k [/tex]

Step-by-step explanation:

Given expression,

→ 9(7h - 4k) + 10k - 5(6k - 7h)

Let's simplify the expression,

→ 9(7h - 4k) + 10k - 5(6k - 7h)

→ 63h - 36k + 10k - 30k + 35h

→ (63h + 35h) + (-36k + 10k - 30k)

→ (98h) + (-56k)

→ 98h - 56k

Hence, answer is 98h - 56k.

Someone help me on this please

Answers

Least-cost planning methodology (LCPM), sometimes known as "least-cost planning" (LCP), is a relatively new strategy used by economists to make logical decisions about investments in transportation and other urban infrastructure projects.

What does the term "cost least" mean?Least Cost refers to the lowest cost; in Example 1.Least-cost planning methodology (LCPM), sometimes known as "least-cost planning" (LCP), is a relatively new strategy used by economists to make logical decisions about investments in transportation and other urban infrastructure projects. It is founded on a cost-benefit analysis.A contract is awarded to the company that submitted the lowest financial proposal among those that passed the technical review via the "Least-Cost Selection" (LCS) procedure, which is based on a two-step consecutive evaluation.Least-cost planning methodology (LCPM), sometimes known as "least-cost planning" (LCP), is a relatively new strategy used by economists to make logical decisions about investments in transportation and other urban infrastructure projects.

The complete question is,

What is a project's least cost?          

To learn more about least-cost planning" refer to:

https://brainly.com/question/7891077

#SPJ1

A long year-end status report for work is 127 pages long. You need to print 18 copies for a meeting next week. How much is the paper going to cost for those reports? Paper is sold in reams (500 pages) for $3.77 each.

$

Answers

Answer:

$18.85

Step-by-step explanation:

1. 127*18 = 2286 pages.

2. 2286/500 = 4.6 (approx.)

3. You need to buy 5 reams of paper 500 pages each.

     It will cost 5*$3.77 = $18.85

3
10 points
(5x - 4)(x + 5)

O 5x²+21x-20
O4x²-17x+4
O 10x²+20x+10
O 10x²-10

Answers

Answer:

First choice: 5x²+21x-20

Step-by-step explanation:

This is easy to answer if you realize that there is only one way an x² term can appear in the result and that is by the multiplication of 5x and x which results in 5x².

The only choice which has 5x² as a term is the first:  5x²+21x-20

However, it is important to know the FOIL method to multiply two terms together

FOIL stands for First Outer Inner Last and is a technique for multiplying two terms of the form (a+b) and (c+d)

In (a + b) (c + d),

First terms are a and c so their product is ac

Outer terms are a and d so their product is ad

Inner terms are b and c with product bc

Last terms are b and d with product bd

The result is the sum of all these terms

Let's take (5x - 4)(x + 5)
F: 5x·x = 5x²

O: 5x · 5 = 25x

I: -4 ·x = -4x

L: -4·5 = -20

Adding up these individual terms we get

5x² +25x - 4x - 20 = 5x²+21x-20

So first choice is the correct answer

The given points lies on the terminal side of an angle (θ)in standard position. Find the values of six trig functions of (θ).(2,−4).

Answers

The values of six trig functions are:

sinθ=− √5/5, cosθ=2√5/5, tanθ=-1/2, cot θ=−2, secθ=√5/2, cscθ=−√5

The relationship between the angles and sides of a triangle is given by these trig functions.

There are six functions of an angle commonly used in trigonometry. Their names and abbreviations are sine (sin), cosine (cos), tangent (tan), cotangent (cot), secant (sec), and cosecant (csc).

The point's coordinates are:

x=2, y=−4

To calculate the functions we have to calculate the distance between the point and the origin:

r=√x²+y²=√2²+(−4)²=√16+4=√20

r=2√5

Now we can calculate the functions:

sinθ=y/r=−2/2√5=−√5/5

cosθ=x/r=4/2√5=2/√5=2√5/5

tanθ=y/x=−2/4=−1/2

cotθ=x/y=4/−2=−2

secθ=r/x=2√5/4=√5/2

cscθ=r/y=2/√5−2=−√5.

Hence, the values of trig functions are calculated.

To know more about Trigonometric functions:

https://brainly.com/question/30283052

#SPJ4

A fair dice is rolled 3 times in a row. The outcomes are shown below.
Calculate the probability of all three events occurring.

Roll Outcome
1st even
2nd prime
3rd multiple of 5

Answers

Answer: 1/24

Step-by-step explanation:

1st even = 3/6 (2,4,6)

2nd Prime = 3/6 (2,3,5)

3rd multiple of 5 = 1/6 (5)

3/6 x 3/6 x 1/6 = 9/216

9/216 = 1/24

At a baseball game, a vender sold a combined total of 135 sodas and hot dogs. The number of sodas sold was two times the number of hot dogs sold. Find the number of sodas and the number of hot dogs sold.

Answers

Answer:

vendor sold 90 sodas and 45 hot dogs

Step-by-step explanation:

Let x = number of sodas sold

Let y = number of hot dogs sold

We have x = 2y (1)
( The number of sodas sold was two times the number of hot dogs sold)

We also have x + y = 135 (2)

( sold a combined total of 135 sodas and hot dogs.)

Substituting x = 2y we get

2y + y = 135

3y = 135

y = 135/3

y = 45

Therefore x = 135 - 45

x = 90

Therefore vendor sold 90 sodas and 45 hot dogs

Determine the range of the following graph:

Answers

Answer:

-1 ≤ y ≤ 6

[-1, 6]

Step-by-step explanation:

The y coordinates of all points on the graph are from -1 to 6, so the range is:

-1 ≤ y ≤ 6

[-1, 6]

The stem & leaf diagram shows the
number of emails received by Colin
each day.
8016
9 2 3 5 6 7789
10 0 1 2 3 4
11 1 3
12 3 8
Key:
10 3 means 103 emails
Find the median.

Answers

To find the median of the data set, we first need to arrange the data in numerical order. We can do this by grouping the digits in the stem & leaf diagram according to the key:

8016

92 35 67

100 124 34

113

123 8

Then we will arrange them in order as: 8016 92 35 67 100 124 34 113 123 8

To find the median we have to identify the middle value of the data set, considering that we have 12 data points. The middle value is the 7th value in the set which is 100, therefore the median is 100.

Find two consecutive whole numbers that square root of 32 lies between ​

Answers

Answer:

5 and 6

Step-by-step explanation:

sqrt of 32= 4sqrt2 = 5.656

how many 1/4 are in 3 inches

Answers

Answer:

12 inches

Step-by-step explanation:

3 inches / (1 / 4) = 12 inches

1. You are the manager of a small store that specializes in hats, sunglasses, and other accessories. You are considering a sales promotion of a new line of hats and sunglasses. You will offer the sunglasses only to those who purchase two or more hats, so you will sell at least twice as many hats as pairs of sunglasses. Moreover, your supplier tells you that, due to seasonal demand, your order of sunglasses cannot exceed 100 pairs. To ensure that the sale items fill out the large display you have set aside, you estimate that you should order at least 210 items in all. Assume that you will lose $3 on every hat and $2 on every pair of sunglasses sold. Given the constraints above, how many hats and pairs of sunglasses should you order to lose the least amount of money in the sales promotion? [Using Graphic method]​

Answers

Least cost in the sales promotion is when (140, 70) i.e. Hats = 140 and pair of glasses = 70.

What is meant by Graphic method?

To determine if the data support the mixing of two potential sources or the fractionation of a single source, graphical approaches are frequently used.

To better interpret their data, researchers now employ a variety of graphical tools, including scatterplots, box plots, and histograms. Graphs are excellent for illustrating trends, patterns, and correlations between variables as well as for displaying and summarizing vast volumes of numerical data.

Value of cost at (140, 70) is 3 × 140+ 3 × 70

= $630

Consider any point on the feasible line, say (150, 60)

Cost = 3 × 150 + 3 × 60 =  $570

Cost is increasing towards the point (210, 0)

Thus, Least cost is when (140, 70) i.e. Hats = 140 and pair of glasses = 70.

To learn more about Graphic method refer to:

brainly.com/question/12931624

#SPJ1

you download a digital soccer game for . you can add new players for each to upgrade your team. the total cost is a function of the number of new players that you add. which of the following statements about the domain and the graph of the function is correct?

Answers

The domain is discrete and the range is continuous, which can be an accurate statement regarding the two terms.

What are domain and range?

The range of values that we are permitted to enter into our function is known as the domain of a function.

The x values for a function like f make up this set (x).

A function's range is the collection of values it can take as input.

After we enter an x value, the function outputs this sequence of values.

So, the parameters are as follows, taken from the query:

Downloaded Amount = $2.50

Added amount to each player = $1.50

Use x to indicate how many players there are.

The following representations are what we have.

Total amount = Amount to download + Amount to add each player * Number of players

Now, we obtain:

y = 2.50 + 1.50 * x

y = 2.50 + 1.5x

The number of players serves as the input to the aforementioned linear function.

The domain is discrete as a result.

The amount, though, can have decimal points

The range is continuous as a result.

Therefore, the domain is discrete and the range is continuous, which can be an accurate statement regarding the two terms.

Know more about the domain and range here:

https://brainly.com/question/26098895

#SPJ4

An accessory shop estimated that to produce one unit of a product the cost for raw materials is RM15. The fixed cost is RM5 000. The product is sold for RM25 per unit.

a. Find the profit function, P(x), where x is the number of units of the product.

b. Find the break-even point.

c. How much was the profit/loss if 350 units were sold.

d. Sketch the graph of the cost function, C(x) and the revenue function, R(x). Indicate the break-even point and shade the profit and loss areas.

please help me to answer a,b,c and d.​

Answers

a. The profit function P(x) is 10x - 5000.

b. The break even point is at 500 units.

c. If 350 units were sold, the loss was Rs. 1500.

d. The graph of the functions are attached below.

The solutions are obtained using the profit function.

What is profit function?

A profit function is a mathematical relationship that represents the difference produced when the cost function is subtracted from the revenue function. The graph of a profit function shows the optimal combination of revenues and expenses to produce the maximum profit.

a. We are given cost of raw material as Rs. 15 and the fixed cost is Rs. 5000. The product is sold for Rs.25 per unit.

This means that R(x) = 25x

We know that TC= FC + VC(x)

So, TC = 5000 + 15x

Therefore, the profit function will be

⇒Profit = R(x) - TC

⇒Profit = 25x - 5000 - 15x

Profit = 10x - 5000

b. For break even, the profit should be 0.

Therefore,

⇒10x - 5000 = 0

⇒10x = 5000

x = 500

So, the break even will be at 500 units.

c. We are given x=350

Putting this value in profit function, we get

⇒Profit = 10(350) - 5000

⇒Profit = 3500 - 5000

Profit = -1500

So, there is loss of Rs. 1500.

d. The red line represents the cost function and the blue line represents the revenue function.

The break even point is the point where the two lines are meeting.

The area below the break even is the loss area and above it is the profit area.

Hence, the solutions are obtained.

Learn more about profit function from the given link

https://brainly.com/question/4618859

#SPJ1

40,512 rounded to the nearest thousand

Answers

Answer: 41,000

Step-by-step explanation:

If the hundreds column 5 or more than it rounds up if it is lower it rounds down

Evaluate the following expression.
3
8
2
(3) ².
8
11
2
(Type an integer or a simplified fraction.)

Answers

By calculating, The value of given expression 8 · (2 + 3 )²- 4² is 184

What is Algebraic expression ?

Algebraic expressions are the concept of expressing numbers the use of letters or alphabets with out specifying their actual values. The fundamentals of algebra taught us a way to explicit an unknown price using letters along with x, y, z, etc. those letters are known as right here as variables.

An algebraic expression can be a combination of both variables and constants. Any cost this is positioned before and extended by using a variable is a coefficient.

Given expression ,

= 8 · (2 + 3 )²- 4²

= 8. (5)^2 - 4^2

=8.25 - 16

= 200 - 16

= 184

so, the value of expression is 184.

Therefore, The value go given expression 8 · (2 + 3 )²- 4² is 184

To learn more about Algebraic expression from the given link.

brainly.com/question/19245500

#SPJ1

can you help me solve this? it says I have to prove, using statements and reasons, (ASA traingle congruence)​

Answers

Richard is incorrect, As if two angles are same then the 3rd angle must be same too using angle sum property and therefore ΔJFH ≅ ΔJGH with AAA congruency.

What is the congruent triangle?

Two triangles are congruent if they have the same shape and size. Congruent triangles have all corresponding angles and sides congruent, meaning they are equal in measure.

A triangle can be shown to be congruent to another triangle by using one or more of the following criteria:

SSS (Side-Side-Side) Congruence: If three sides of one triangle are congruent to three sides of another triangle, then the two triangles are congruent.

SAS (Side-Angle-Side) Congruence: If two sides and the included angle of one triangle are congruent to two sides and the included angle of another triangle, then the two triangles are congruent.

ASA (Angle-Side-Angle) Congruence: If two angles and the included side of one triangle are congruent to two angles and the included side of another triangle, then the two triangles are congruent.

HL (Hypotenuse-Leg) Congruence: If the hypotenuse and one leg of one right triangle are congruent to the hypotenuse and one leg of another right triangle, then the two triangles are congruent.

Richard is incorrect, As if two angles are same then the 3rd angle must be same too using angle sum of property and therefore ΔJFH ≅ ΔJGH

To learn more about congruent triangle, Visit

brainly.com/question/3999145

#SPJ1

tell me what spending and saving habits you have learned from your parents, guardians, family and friends. what will you do the same in your adult life and what will you change?

Answers

I learned to save for the future and spend responsibly. In my adult life I will continue to save and be mindful of my spending habits. I will change my attitude towards money and become more frugal.

How can I save money for the future?

Saving money for the future requires discipline and dedication. One of the easiest ways to start saving is to create a budget and stick to it. Make sure to include a line item for savings in your budget and allocate a specific amount each month to save.

Additionally, set up automatic transfers from your checking account to your savings account to ensure money is put into savings each month. It's also important to find ways to minimize expenses. Cutting back on eating out, reducing your cell phone bill, and shopping for discounts are all great ways to save money.

Finally, look into investing your money in stocks, bonds, and other investments to help your savings grow. Saving money for the future takes time, but it is possible with the right strategies.

To learn more about spending habits, visit

brainly.com/question/4134640

#SPJ1

Is (1 5/2) a solution ?

Answers

Answer:

No!

Step-by-step explanation:

(1 5/2)

is a mixed fraction so you will change it to proper fraction.

the solution is

=7/2 or 3.5

You will multiple two by one and add by five given 7/2.

Finding a cubic function in exercises 61 and 62, find a,b,c, and d such that the cubic f(x) - ax^3 + bz^2 + cz + dsatisfies the given conditions. 61. relative maximum: (2,4) Relative minimum: (4,2) Inflection point: (3,3)

Answers

-12a is  a cubic function in exercises when Relative minimum (4,2).

What in mathematics is a relative maximum?

A point (x,y) on the graph of the function whose y-coordinate is larger than all other y-coordinates on the graph at locations "near to" is known as a relative maximum point (x,y). ( x , y ) .

  f'(x) = 3ax² + 2bx + c

(3,3) and (5,1 ) are print of  relative maximum

   so,    f'(3) = f'(5) = 0

  3a(3)² + 2b(3) + c = 0

or   27a + 6b + c = 0

and   3a(5)² + 2b(5) + c = 0

       75a + 10b + c = 0   ...................... 2

the  Inflection point occurs at point where f''(x) = 0

     d/dx ( 3ax² + 2bx + c ) ∫x = 4 = 0

       because (4,2) is point of  Inflection .

           6a(4) + 2b = 0

          24a + 2b = 0

          b = -12a

Learn more about Relative minimum

brainly.com/question/29088643

#SPJ4

a. Write the function if Cecily releases the ball 40 feet above the ground at a velocity of 64 feet per second

Answers

The function that describes the height of the ball as a function of time t (in seconds) can be represented as:

h(t) = -16t^2 + 64t + 40

Where h(t) is the height of the ball in feet above the ground, t is the time in seconds, and the -16t^2 represents the acceleration due to gravity. The 64t represents the initial velocity of the ball, and 40 is the initial height of the ball above the ground.

Check the picture below.

seven values on the number line above are marked with letters. match the opposites. question 11 options: a) f and h; y and y b) c and l; a and k c) a and k; f and h d) c and l; f and h

Answers

The answer to the question is d) c and l; f and h.

The concept of opposite numbers on the number line can be expressed mathematically by the equation -x = y, where x is the original number and y is the opposite number. This equation can be used to calculate the opposite of any number. For example, if the number 5 is located at point a on the number line, the opposite of 5 is located at point k and can be calculated by substituting 5 for x in the equation and solving for y. -5 = y, therefore y = -5. The opposite of 5 is therefore -5. To calculate the opposite of any of the other numbers marked on the number line, the same equation can be used. The answer to the question is d) c and l; f and h.

Learn more about number line here:

https://brainly.com/question/13425491

#SPJ4

write about how to solve 8 divided by 5

Answers

Answer:  1⅗

Step-by-step explanation:  We can write 8 divided by 5 as 8/5.

As 8/5 is an improper fraction, when we divide 8 by 5, we get 1 as quotient and 3 as remainder.

To convert an improper fraction into a mixed fraction, we take quotient 1 as a whole part and in the fractional part remainder 1 as the numerator, and divisor 5 as the denominator.

The GCF of 5 and 1 is 1. So, divide both the numerator and denominator by the GCF to simplify and convert it to a mixed fraction.

Thus, 8 divided by 5 as a fraction in simplest form is 1⅗.

Other Questions
How many oz. does the bag of apples weigh? what is food conversion ratio? the following data are taken from the production records at the bay plant of charlevoix chemicals for may. work-in-process beginning inventory consisted of 43,000 units fully complete with respect to materials and 22 percent complete with respect to conversion costs. in may, the plant started 240,000 units and transferred out 228,000 units. the work-in-process ending inventory was fully complete with respect to materials and 80 percent complete with respect to conversion costs. required: charlevoix chemicals uses weighted-average process costing at the bay plant for product costing. the following equivalent units (materials; conversion) used to compute production costs for may would be:a. (283,000; 272,000)b. (240,000; 240,000)c. (283,000; 262,540)d. (240,000; 262,540)e. none of the above How do international organizations work together to end poverty and its effects around the world? select three answers. a. they lend money.b. they build infrastructure. c. they establish economic programs. d. they send military aid. they send food aid. Amelia selects a counter at random 400 times and records the number of times the counter is black, yellow, green, purple or red.Black - 40 Yellow- 100 Green- 100 Purple- 80 red- 80Work out the relative frequency of landing on yellow. Compare the following well-formed translations with grammatically incorrect sentences (indicated with an asterisk at the beginning) and note any patterns you recognize:I am studying Spanish. Yo estoy estudiando espaol.*Yo soy estudiando espaol.They are sleeping today.Ellos estn durmiendo hoy. *Ellos estn dormir hoy. You are eating bread. T ests comiendo pan.*T eres comiendo pan.I am eating bread.Estoy comiendo pan.*Soy comiendo pan.I am reading a book.Estoy leyendo un libro.*Soy leyendo un libro. How do you improve low latency?. A martphone cot $850, and it reell value decreae by 11. 2% each year. How much will the phone reell for in three year? Round your anwer to the nearet whole number Sean Beaty is a graduate student conducting his doctoral fieldwork among the Tlingit people of Alaska. He researches the history of Native exploitation in the region in an attempt to ensure that his work will ______. He approaches a Tlingit leader and explains the project and develops an appropriate way to ask people whether or not they wish to participate. This technique will ensure that Sean will ________. When he writes his dissertation, Sean refers to the Tlingit by name, but changes the names and identifying details of individual Tlingit people. In doing so, he will ________. Outline the different government actions described in these two paragraphs. Reflect on the different access points social movements have to influence policy ______ pipe is very durable, corrosion resistant, and can be used for hot-water distribution lines, but it doesn't last as long as copper piping.Brass present tense of : Candice is _ hockey for the school team Which cultural and commerce center created a merchants association thathelped those who were in the business of long-distance trade?ChinaMongolsMughalsOttomans What are 3 symbols in The Great Gatsby?. There were many different coins in Billy Bone's money bag. Can you identify what country each coin named was from and what it would have looked like? Research coin collecting at the library or on the internet to help you find the answers Does anybody know this?Ice at it for an hour Design an algorithm that will take a list of numbers and partially reverse it, without making use of a second list variable. Starting at each end, the alternating entries of the list should be swapped. (Your solution may not use python's reverse function or slicing.)Example of the algorithm:Input = [1, 2, 3, 4, 5, 6, 7, 8]Output = [8, 2, 6, 4, 5, 3, 7, 1]----------------------------------------------------Input = [1, 2, 3, 4, 5, 6, 7, 8, 9]Output = [9, 2, 7, 4, 5, 6, 3, 8,1]----------------------------------------------------Input = [1, 2]Output = [2 ,1]----------------------------------------------------Input = [1 , 2 , 3]Output = [3 , 2 ,1]----------------------------------------------------i. Work out the steps to figure out a concrete example and briefly explain your work and thinkingii. Find and describe a pattern and attempt to generalizeiii. Investigate and explain all special cases to see if the pattern holds upiv. Come up with a solution and write your own python function rearrange_list(my_list: list) that rearranges the list as described aboveThe function should return the altered list (not a new or different list variable).Call your function with various lists to test it, print the list before and after the call to test it. find an equation of the plane passing through that is orthogonal to the planes xyz and xyz. A tudy how that the more exercie people had a day the more they lept at night which catter plot repreent the relationhip What is torque formula in motor?.