document.write( "Question 385882: find three consecutive odd integer, such that three times the first integer plus five times the second integer is five more than five times the third integer \n" ); document.write( "
Algebra.Com's Answer #272917 by mananth(16946) You can put this solution on YOUR website! find three consecutive odd integer, such that three times the first integer plus five times the second integer is five more than five times the third integer \n" ); document.write( "... \n" ); document.write( "let the numbers be x,x+2,x+4 \n" ); document.write( "... \n" ); document.write( "3x+5(x+2)=5(x+4)+5 \n" ); document.write( "3x+5x+10=5x+20+5 \n" ); document.write( "8x+10=5x+25 \n" ); document.write( "8x-5x=25-10 \n" ); document.write( "3x=15 \n" ); document.write( "/3 \n" ); document.write( "x= 5 \n" ); document.write( "The integers are 5,7,9 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |