document.write( "Question 702715: find three consecutive numbers such as the sum of the first and third is 118 \n" ); document.write( "
Algebra.Com's Answer #433105 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the three consecutive nos are x-1,x,x+1 \n" ); document.write( "the sum of the first and third is 118 \n" ); document.write( "so x-1+x+1=118 \n" ); document.write( "or 2x=118 \n" ); document.write( "or x=118/2=59 \n" ); document.write( "so the three consecutive nos are 58,59,60 \n" ); document.write( "ans \n" ); document.write( " |