document.write( "Question 190: We're trying to solve the following linear function:
\n" );
document.write( "The price P of a soft drink is a linear function of the volune v of the cup. A 10-ounce drink sells for 50 cents and a 16-ounce drink sells for 68 cents. Write P as a linear function of v. What should the price be for a 20-ounce drink. Can you PLEASE help me solve this problem - I am at a complete loss. Thanks!\r
\n" );
document.write( "\n" );
document.write( "Beth \n" );
document.write( "
Algebra.Com's Answer #147 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We're trying to solve the following linear function: The price P of a soft drink \n" ); document.write( "is a linear function of the volune v of the cup. A 10-ounce drink sells for 50 \n" ); document.write( "cents and a 16-ounce drink sells for 68 cents. Write P as a linear function of v.<< \n" ); document.write( "` \n" ); document.write( "When v = 10, P = 50 \n" ); document.write( "When v = 16, P = 68 \n" ); document.write( "` \n" ); document.write( "So the problem becomes \n" ); document.write( "\"Find the equation of a line which passes through the two points \n" ); document.write( "(10,50) and (16,68) \n" ); document.write( "` ` ` ` `y2 - y1 \n" ); document.write( "Use m = ---------, with (x1,y1) = (10,50) and (x2,y2) = (16,68) \n" ); document.write( "` ` ` ` `x2 - x1 \n" ); document.write( "` \n" ); document.write( "` ` ` ` ` 68-50 ` ` 18 \n" ); document.write( "` ` m = `------- = ---- = 3 \n" ); document.write( "` ` ` ` ` 16-10 ` ` `6 \n" ); document.write( "` \n" ); document.write( "Now use y - y1 = m(x - x1) \n" ); document.write( "` ` ` ` y - 50 = 3(x - 10) \n" ); document.write( "` ` ` ` y - 50 = 3x - 30 \n" ); document.write( "` ` ` ` ` ` `y = 3x + 20 \n" ); document.write( "Now change x to v and y to P or P(v) \n" ); document.write( "` ` ` ` ` ` `P = 3v + 20 \n" ); document.write( "or ` ` ` `P(v) = 3v + 20, \n" ); document.write( "` \n" ); document.write( "whichever form your teacher prefers. \n" ); document.write( "` \n" ); document.write( ">>What should the price be for a 20-ounce drink.<< \n" ); document.write( "` \n" ); document.write( "Substitute 20 for v: \n" ); document.write( "` ` ` ` ` ` `P = 3v + 20 = 3(20) + 20 = 60 + 20 = 80 cents. \n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |