document.write( "Question 953675: You spend $21 on food. The pizza costs twice as much as the burger, which cost twice as much as the chips. How much was the burger? \n" ); document.write( "
Algebra.Com's Answer #582446 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
chips=c; burger=2c; pizza=4c
\n" ); document.write( "c+2c+4c=$21
\n" ); document.write( "7c=$21
\n" ); document.write( "c=$3
\n" ); document.write( "Burger=2c=2($3)=6$ ANSWER: Burgers cost $6.
\n" ); document.write( "CHECK
\n" ); document.write( "pizza=4c=4($3)=$12
\n" ); document.write( "chips+burger+pizza=$21
\n" ); document.write( "$3+$6+$12=$21
\n" ); document.write( "$21=$21
\n" ); document.write( "
\n" );