document.write( "Question 661102: A local hamburger shop sold a combined total of 434 hamburgers and cheeseburgers on Thursday. There were 66 fewer cheeseburgers sold than hamburgers. How many hamburgers were sold on Thursday?\r
\n" );
document.write( "\n" );
document.write( "I have tried subtracting 66 from 434 and its not a choice on the multiple question, not sure how to solve this problem, thanks for your help :-) \n" );
document.write( "
Algebra.Com's Answer #411495 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = hamburgers \n" ); document.write( "y = cheeseburgers \n" ); document.write( "x+y=434 \n" ); document.write( "66 fewer cheeseburgers than hamburgers \n" ); document.write( "y = x - 66 \n" ); document.write( "Substitute y into the first equation \n" ); document.write( "x + (x-66) = 434 \n" ); document.write( "2x = 434 + 66 \n" ); document.write( "2x = 500 \n" ); document.write( "x = 250 hamburgers sold \n" ); document.write( " |