document.write( "Question 21769: question: assign labels to your model and write the algebraic model.
\n" );
document.write( "you have $18.50 to spend on apizza . a cheese pizza costs $14. each extra topping costs .75 cents how many extra toppings can you buy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #10494 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! Let x = number of extra toppings. Then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "$14.00 + $0.75x = $18.50 \n" ); document.write( "$0.75x = $18.50-$14.00 = $4.50 \n" ); document.write( "x = $4.50/$0.75 = 6 \n" ); document.write( " |