document.write( "Question 388753: In an election, Rodel got 5 less votes than Joel,who in turn got 1 more than the number of votes that Marian received. The total number of votes was 72. How many votes did the winner of the election received? \n" ); document.write( "
Algebra.Com's Answer #275134 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! M=x \n" ); document.write( "R=(x+1)-5 \n" ); document.write( "J=x+1 \n" ); document.write( "x+(x+1)-5+x+1=72 \n" ); document.write( "3x-3=72 \n" ); document.write( "3x=75 \n" ); document.write( "x=25 \n" ); document.write( "x+1-5=21 \n" ); document.write( "x+1=26 \n" ); document.write( " |