document.write( "Question 120686: In a town election, the winning candidate had 220 more votes than the loser. If 810 votes were cast in all, how many votes did each candidate receive? \n" ); document.write( "
Algebra.Com's Answer #88478 by rapaljer(4671) You can put this solution on YOUR website! Let x = number of votes of the losing candidate \n" ); document.write( "x+220 = number of votes of the winning candidate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+x+220=810 \n" ); document.write( "2x + 220 = 810 \n" ); document.write( "2x = 810-220 \n" ); document.write( "2x = 590 \n" ); document.write( "x = 295 Loser \n" ); document.write( "x+220 = 515 Winner\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: 295 + 220 = 515\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 \n" ); document.write( " |