document.write( "Question 58504: 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 #40069 by faceoff57(108)\"\" \"About 
You can put this solution on YOUR website!
x + (x+220) = 810
\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
\n" ); document.write( "one candidate received 295 votes.
\n" ); document.write( "the second candidate received 515 votes.
\n" ); document.write( "
\n" );