document.write( "Question 363703: Mrs. Robinson plays bingo on two nights and wins a total of 25 games in both nights. She however won 7 more games on the first night than the second night. How many games did she win on each night? \n" ); document.write( "
Algebra.Com's Answer #259366 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let x = no. of games won on 1st nignt,\r \n" ); document.write( "\n" ); document.write( "x + x - 7 = 25 \n" ); document.write( " 2x = 25 + 7 \n" ); document.write( " x = 32 \n" ); document.write( " x = 16 \r \n" ); document.write( "\n" ); document.write( "2nd night \n" ); document.write( " 16-7 = 9 \n" ); document.write( " |