document.write( "Question 1176484: Hi
\n" );
document.write( "A group of people went to a restaurant and ordered a meal for $29.50 each. 8 of them left earlier and the total bill was split equally among the remaining people. Each of the remaining people paid $44.25. How many people were there at first.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #803559 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A group of people went to a restaurant and ordered a meal for $29.50 each. \n" ); document.write( " 8 of them left earlier and the total bill was split equally among the remaining people. \n" ); document.write( " Each of the remaining people paid $44.25. \n" ); document.write( " How many people were there at first \n" ); document.write( ": \n" ); document.write( "let n = original number of people \n" ); document.write( "then \n" ); document.write( "(n-8) = remaining people \n" ); document.write( ": \n" ); document.write( "44.25(n-8) = 29.50n \n" ); document.write( "44.25n - 354 = 29.50n \n" ); document.write( "44.25n - 29.50n = 354 \n" ); document.write( "14.75n = 354 \n" ); document.write( "n = 354/14.75 \n" ); document.write( "n = 24 people originally \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check, 24-8 = 16 remained \n" ); document.write( "29.50*24 = 708 \n" ); document.write( "44.25*16 = 708 \n" ); document.write( " |