document.write( "Question 1031711: A restaurant charges for a large pizza $9.95 with two toppings, and 1.25 for each additional topping. Write an algebraic model for the total cost C of a pizza with T toppings. Find the cost of a pizza with three toppings and with five toppings \n" ); document.write( "
Algebra.Com's Answer #646395 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "For a pizza with at least two toppings: \n" ); document.write( "C=$9.95+$1.25(T-2) \n" ); document.write( "C=$9.95+$1.25T-$2.50 \n" ); document.write( "C=$7.45+$1.25T \n" ); document.write( ". \n" ); document.write( "For 3 toppings, T=3 and for 5 toppings T=5. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |