document.write( "Question 63259This question is from textbook
\n" );
document.write( ": 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 #44029 by uma(370)![]() ![]() ![]() You can put this solution on YOUR website! Let the losing candidate receive x votes. \n" ); document.write( "Then the winning candidate receives = x + 220\r \n" ); document.write( "\n" ); document.write( "Total votes cast = 810\r \n" ); document.write( "\n" ); document.write( "==> x + x + 220 = 810 \n" ); document.write( "==> 2x + 220 = 810 \n" ); document.write( "==> 2x + 220 - 220 = 810 - 220 \n" ); document.write( "==> 2x = 590 \n" ); document.write( "==> 2x/2 = 590/2 \n" ); document.write( "==> x = 295\r \n" ); document.write( "\n" ); document.write( "The loser had 295 votes and the winner had = 295 + 220 = 515 votes.\r \n" ); document.write( "\n" ); document.write( "Good Luck!!! \n" ); document.write( " |