document.write( "Question 69731: In a town election, the winning candidate had 220 more votes
\n" );
document.write( "than the loser. If 810 votes were cast in all, how many votes did each candidate
\n" );
document.write( "receive? \n" );
document.write( "
Algebra.Com's Answer #49679 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! winning candidate's votes = w \n" ); document.write( "losing candidate's votes = l \n" ); document.write( "l + w = 810 or l = 810 - w \n" ); document.write( "and \n" ); document.write( "220 + l = w \n" ); document.write( "plug: \n" ); document.write( "220 + 810 - w = w \n" ); document.write( "1030 = 2w \n" ); document.write( "515 = w \n" ); document.write( "295 = l \n" ); document.write( " |