document.write( "Question 211383: A 10-ounce soft drink sells for 50 cents, and a 16-ounce
\n" );
document.write( "soft drink sells for 68 cents. The price P is determined
\n" );
document.write( "from the volume v of the cup by a linear equation.
\n" );
document.write( "a) Find the equation.
\n" );
document.write( "b) Find the price of a 20-ounce soft drink. \n" );
document.write( "
Algebra.Com's Answer #160061 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A 10-ounce soft drink sells for 50 cents, and a 16-ounce \n" ); document.write( "soft drink sells for 68 cents. The price P is determined \n" ); document.write( "from the volume v of the cup by a linear equation. \n" ); document.write( ": \n" ); document.write( "a) Find the equation. \n" ); document.write( ": \n" ); document.write( "Find the slope using the point/slope formula: y-y1 = m(x - x1) \n" ); document.write( "Assign the given values as follows \n" ); document.write( "y = 68; x =16 \n" ); document.write( "y1= 50; x1=10 \n" ); document.write( ": \n" ); document.write( "Use these values in the point/slope formula \n" ); document.write( "68 - 50 = m(16 - 10) \n" ); document.write( "18 = 6m \n" ); document.write( "m = \n" ); document.write( "m = 3 is the slope \n" ); document.write( "the equation \n" ); document.write( "y - 50 = 3(x - 10) \n" ); document.write( "y - 50 = 3x - 30 \n" ); document.write( "y = 3x - 30 + 50 \n" ); document.write( "y = 3x + 20 \n" ); document.write( "which is \n" ); document.write( "P = 3v + 20 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b) Find the price of a 20-ounce soft drink. \n" ); document.write( ": \n" ); document.write( "P = 3(20) + 20 \n" ); document.write( "P = 60 + 20 \n" ); document.write( "P = 80 cent for 20 oz \n" ); document.write( " |