document.write( "Question 661643: Bill's Roast Beef sells 5 times as many sandwiches as Pete's Deli. The difference between their sales is 360 sandwiches. How many sandwiches did each sell? \n" ); document.write( "
Algebra.Com's Answer #411753 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = bill's \n" ); document.write( "y = pete's \n" ); document.write( "x = 5y \n" ); document.write( "x-y=360 \n" ); document.write( "5y - y = 360 \n" ); document.write( "4y = 360 \n" ); document.write( "y = 90 sandwiches by Pete's \n" ); document.write( "x = 5(90) = 450 sandwiches by Bill's \n" ); document.write( " |