document.write( "Question 662256: Im trying to help my sister with her hw yet i dont kno how to do this, would someone help me so i could teach her
\n" ); document.write( "Milk Problem: Handy Andy sells one-gallon cartons of milk (4 quarts) for $3.09 each and half-gallon cartons for $1.65 each. Assume that the number of cents you pay for a carton of milk varies linearly with the number of quarts the carton holds.
\n" ); document.write( "a) Write the particular equation expressing price in terms of quarts.
\n" ); document.write( "b) If Handy Andy sold 3-gallon cartons, what would your equation predict the price to be?
\n" ); document.write( "c) The actual prices for pint cartons (1/2 quart) and one-quart cartons are $.57 and $.99, respectively. Do these prices fit your mathematical model? If not, are they higher than predicted or lower?
\n" ); document.write( "d) Suppose that you found cartons of milk marked at $3.45, but that there was nothing on the carton to tell what size it is. According to your model, how much would such a carton hold?
\n" ); document.write( "e) What doe the price-intercept represent in the real world?
\n" ); document.write( "f) What are the units of the slope? What real-world quantity does this number represent?
\n" ); document.write( "g) Sketch and label the graph.
\n" ); document.write( "

Algebra.Com's Answer #412182 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x\" = number of quarts
\n" ); document.write( "\"y\" = price in $
\n" ); document.write( "
\n" ); document.write( "(Explanation: We have to start by defining variables that will be related by a linear equation. Next, we have to use the two (x,y) data points given to find the equation)
\n" ); document.write( "
\n" ); document.write( "one gallon (4 quarts) for $3.09 --> (4,3.09) (x=4, y=3.09)
\n" ); document.write( "half gallon (2 quarts) for $1.65 --> (2,1.65) (x=2, y=1.65)
\n" ); document.write( "
\n" ); document.write( "a) Write the particular equation expressing price in terms of quarts.
\n" ); document.write( "(Explanation: We are looking for an equation of the form \"y=mx%2Bb\". We can substitute the (x,y) values for each data point to get a system of equation to solve for \"m\" and \"b\". Otherwise, we can use the two points to calculate the slope \"m\" of the line, and then we can find the rest of the equation one way or another)\r
\n" ); document.write( "\n" ); document.write( "Using a system of equations:
\n" ); document.write( "\"system%283.09=4m%2Bb%2C1.65=2m%2Bb%29\"
\n" ); document.write( "Subtracting the second equation from the first equation;
\n" ); document.write( " \"3.09=4m%2Bb\"
\n" ); document.write( "-\"1.65=2m%2Bb\"
\n" ); document.write( "-----------------
\n" ); document.write( " \"1.44=2m\" --> \"1.44%2F2=2m%2F2\" --> \"highlight%28m=0.72%29\"
\n" ); document.write( "Substituting that value in the second equation, we get
\n" ); document.write( "\"1.65=2%2A0.72%2Bb\" --> \"1.65=1.44%2Bb\" --> \"1.65-1.44=1.44%2Bb-1.44\" --> \"highlight%280.21=b%29\"
\n" ); document.write( "The equation is \"highlight%28y=0.72x%2B0.21%29\"\r
\n" ); document.write( "\n" ); document.write( "Using slope:
\n" ); document.write( "(Explanation: the slope, \"m\" in the change in y divided by the change in x, as we go from one data point to the other.)
\n" ); document.write( "\"m=%283.09-1.65%29%2F%284-2%29\" --> \"m=1.44%2F2\" --> \"highlight%28m=0.72%29\"
\n" ); document.write( "The point-slope form of the equation, using point (2,1.65), is:
\n" ); document.write( "\"y-1.65=0.72%28x-2%29\"
\n" ); document.write( "\"y-1.65=0.72%28x-2%29\" --> \"y-1.65=0.72x-1.44%29\" --> \"y-1.65%2B1.65=0.72x-1.44%2B1.65%29\" --> \"highlight%28y=0.72x%2B0.21%29\"
\n" ); document.write( "
\n" ); document.write( "b) If Handy Andy sold 3-gallon cartons, what would your equation predict the price to be?
\n" ); document.write( "\"3gallons=3%2A4quarts=12quarts\"
\n" ); document.write( "Substituting \"x=12\" in the equation, we get
\n" ); document.write( "\"y=0.72%2A12%2B0.21\" --> \"y=8.64%2B0.21\" --> \"highlight%28y=8.85%29\"
\n" ); document.write( "Andy would sell a 3-gallon carton for $8.85.
\n" ); document.write( "
\n" ); document.write( "c) The actual prices for pint cartons (1/2 quart) and one-quart cartons are $.57 and $.99, respectively. Do these prices fit your mathematical model? If not, are they higher than predicted or lower?
\n" ); document.write( "The predictions are found using the equation \"y=0.72x%2B0.21\"
\n" ); document.write( "For 1/2 quart = \"0.5\" quart, \"x=0.5\", so
\n" ); document.write( "\"y=0.72%2A0.5%2B0.21\" --> \"y=0.36%2B0.21\" --> \"highlight%28y=0.57%29\"
\n" ); document.write( "For 1 quart, \"x=1\", so
\n" ); document.write( "\"y=0.72%2A1%2B0.21\" --> \"y=0.72%2B0.21\" --> \"highlight%28y=0.93%29\"
\n" ); document.write( "the price for pint cartons agrees with the \"y=0.57\" prediction,
\n" ); document.write( "but the price for the quart, $0.99, is higher than the \"y=0.93\" prediction.
\n" ); document.write( "
\n" ); document.write( "d) Suppose that you found cartons of milk marked at $3.45, but that there was nothing on the carton to tell what size it is. According to your model, how much would such a carton hold?
\n" ); document.write( "I would use \"y=3.45\" and the equation \"y=0.72x%2B0.21\" to find the number of quarts, \"x\".
\n" ); document.write( "\"3.45=0.72x%2B0.21\" --> \"3.45-0.21=0.72x%2B0.21-0.21\" --> \"3.24=0.72x\" --> \"3.24%2F0.72=x\" --> \"highlight%28x=4.5%29\"
\n" ); document.write( "Such a carton would hold 4.5 quarts according to the model.
\n" ); document.write( "
\n" ); document.write( "e) What does the price-intercept represent in the real world?
\n" ); document.write( "The price-intercept is the y-intercept in the equation \"y=0.72x%2B0.21\".
\n" ); document.write( "It is the value, \"0.21\", representing $0.21, the price of a carton with zero quarts of milk inside. It represents the cost of the carton plus maybe Andy's work making a sale.
\n" ); document.write( "
\n" ); document.write( "f) What are the units of the slope? What real-world quantity does this number represent?
\n" ); document.write( "The slope, \"0.72\", represents the cost of the milk per quart.
\n" ); document.write( "The units are $/quart, and it gets multiplied by the number of quarts to find the price of the milk inside the carton in $.\r
\n" ); document.write( "\n" ); document.write( "g) Sketch and label the graph.
\n" ); document.write( " To graph, we just need to plot 2 points (blue circles) and connect then with a line.
\n" ); document.write( "The blue line represents \"y=0.72x%2B0.21\".
\n" ); document.write( "The blue circles represent
\n" ); document.write( "the intercept point, (0,0.21), \"x=0\" with \"y=0.21\", and
\n" ); document.write( "point (4,3.09), \"x=4\" with \"y=3.09\", representing 4 quarts at $3.09.
\n" ); document.write( "
\n" );