document.write( "Question 275221: At Roccos Restaurant, a large pizza costs $12 plus $1.25 for each additional topping. At pizza palace , a large pizza costs $15 plus $0.75 for each additional topping. For how many toppings will the cost be the same? What will that cost be? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200846 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! At Roccos Restaurant, a large pizza costs $12 plus $1.25 for each additional topping. At pizza palace , a large pizza costs $15 plus $0.75 for each additional topping. For how many toppings will the cost be the same? What will that cost be? \r \n" ); document.write( "\n" ); document.write( "Let x be the number of toppings. Then we have:\r \n" ); document.write( "\n" ); document.write( "12 + 1.25*x = 15 + .75*x \n" ); document.write( "1.25*x - .75*x = 15 - 12 \n" ); document.write( ".50*x = 3 \n" ); document.write( "x = 6 \n" ); document.write( " |