document.write( "Question 1141003: Find three consecutive odd integers such that the sum of two times the first, three times the second, and one time the third is 412. List the numbers in order from smallest to largest.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #761544 by 4419875(21) ![]() You can put this solution on YOUR website! the orientation will be like this: \n" ); document.write( "2(x+1)+3(x+3)+(x+5) = 412\r \n" ); document.write( "\n" ); document.write( "where: \n" ); document.write( "2 times the 1st -> 2(x+1) \n" ); document.write( "3 times the 2nd -> 3(x+3) \n" ); document.write( "1 times the 3rd -> (x+5)\r \n" ); document.write( "\n" ); document.write( "Thus,\r \n" ); document.write( "\n" ); document.write( "6x + 16 = 412 \n" ); document.write( "6x = 396 \n" ); document.write( "x = 66\r \n" ); document.write( "\n" ); document.write( "so the numbers would be\r \n" ); document.write( "\n" ); document.write( "[66+1, 66+3, 66+5] \n" ); document.write( "[67, 69, 71]\r \n" ); document.write( "\n" ); document.write( "to check if it's true \n" ); document.write( "2(66+1)+3(66+3)+(66+5)= 412 \n" ); document.write( "134 + 207 + 71 = 412\r \n" ); document.write( "\n" ); document.write( "412 = 412\r \n" ); document.write( "\n" ); document.write( "Hope to do your homework well. Goodluck \n" ); document.write( " |