document.write( "Question 344152: Five times the smallest of three consectutive odd integers is ten more than twice the largest. find the integers \n" ); document.write( "
Algebra.Com's Answer #246248 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
LET X, X+2 & X+4 BE THE 3 INTEGERS.
\n" ); document.write( "5X=2(X+4)+10
\n" ); document.write( "5X=2X+8+10
\n" ); document.write( "5X-2X=18
\n" ); document.write( "3X=18
\n" ); document.write( "X=18/3
\n" ); document.write( "X=6 ans. for the smaller integer.
\n" ); document.write( "6+4=10 ans. for the largest integer.
\n" ); document.write( "Proof:
\n" ); document.write( "5*6=2*10+10
\n" ); document.write( "30=20+10
\n" ); document.write( "30=30
\n" ); document.write( "
\n" );