document.write( "Question 21714: Find three consecutive odd integers such that two times the sume of the first and the third integer is thirteen more than the product of three and the second number. \r
\n" );
document.write( "\n" );
document.write( "I did it like this, help??????\r
\n" );
document.write( "\n" );
document.write( "2x(x+x+4)=13+(3+x+2)
\n" );
document.write( "12x=help \n" );
document.write( "
Algebra.Com's Answer #10466 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! First = x \n" ); document.write( "Second = x+2 \n" ); document.write( "Third = x+4 \n" ); document.write( "2(x+x+4)=13+3(x+2) \n" ); document.write( "4x+8=13+3x+6 \n" ); document.write( "4x+8=3x+19 \n" ); document.write( "x=11 \n" ); document.write( "11+2=13 \n" ); document.write( "11+4=15 \n" ); document.write( "Hence, the three consective odds integers are 11, 13, and 15.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |