document.write( "Question 230008: Find three consecutive odd integers such that the sum of the smallest and 4 times the largest is 61 \n" ); document.write( "
Algebra.Com's Answer #170518 by mando271(42)![]() ![]() ![]() You can put this solution on YOUR website! let the 1st integer be x, 2nd would be x+2, so the 3rd would be x+4\r \n" ); document.write( "\n" ); document.write( "x+4(x+4)=61 \n" ); document.write( "x+4x+16=61 \n" ); document.write( "5x=45 \n" ); document.write( "x=9\r \n" ); document.write( "\n" ); document.write( "integers are 9,11,13 \n" ); document.write( " |