document.write( "Question 1012369: If a medium pizza costs $5 and a large pizza is $8, write an equation in standard form that models the possible combinations if you have $45 (let m = medium and l = large). \r
\n" );
document.write( "\n" );
document.write( "If you bought only medium pizzas, how many could you purchase?\r
\n" );
document.write( "\n" );
document.write( "If you bought four medium pizzas, how many large pizzas could you purchase? \n" );
document.write( "
Algebra.Com's Answer #628319 by macston(5194)![]() ![]() You can put this solution on YOUR website! NEVER use a lower case L as a variable \n" ); document.write( ". \n" ); document.write( "$5M+$8L=$45 \n" ); document.write( ". \n" ); document.write( "Medium only: \n" ); document.write( "$5M+$8(0)=$45 \n" ); document.write( "$5M=$45 \n" ); document.write( "M=9 \n" ); document.write( "ANSWER: You can buy 9 medium pizzas. \n" ); document.write( ". \n" ); document.write( "4 Medium: \n" ); document.write( "$5(4)+$8L=$45 \n" ); document.write( "$20+$8L=$45 \n" ); document.write( "$8L=$25 \n" ); document.write( "L=3.125 \n" ); document.write( "ANSWER: If you buy 4 medium pizzas, you can buy 3 large pizzas. \n" ); document.write( " \n" ); document.write( " |