document.write( "Question 52650: Find 3 consecutive odd integers such that the sum of the smallest and 4 times the largest is 61 \n" ); document.write( "
Algebra.Com's Answer #35132 by gsmani_iyer(201)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( " Let the smallest number be = x
\n" ); document.write( "
\n" ); document.write( " So the next big number = x+2
\n" ); document.write( "
\n" ); document.write( " And the largest number = x+4
\n" ); document.write( "
\n" ); document.write( " x + 4(x+4) = 61
\n" ); document.write( "
\n" ); document.write( " x + 4x + 16 = 61
\n" ); document.write( "
\n" ); document.write( " 5x + 16 = 61
\n" ); document.write( "
\n" ); document.write( " 5x = 61-16 = 45
\n" ); document.write( "
\n" ); document.write( " So x = 45/5 = 9
\n" ); document.write( "
\n" ); document.write( " Therefore, the numbers are 9, 11 and 13. Answer. \r
\n" ); document.write( "\n" ); document.write( "gsm
\n" ); document.write( "
\n" );