document.write( "Question 332907: Find three consecutive odd integers such that 4 less than twice the second has the same value as three times the number that is one more than the third. \r
\n" );
document.write( "\n" );
document.write( "Can someone please show me how to solve this? \n" );
document.write( "
Algebra.Com's Answer #238537 by checkley77(12844) ![]() You can put this solution on YOUR website! Let x, x+2, x+4 be the 3 integers. \n" ); document.write( "2(x+2)-4=3(x+4+1) \n" ); document.write( "2x+4-4=3(x+5) \n" ); document.write( "2x=3x+15 \n" ); document.write( "-x=15 \n" ); document.write( "x=-15 ans for the smallest integer. \n" ); document.write( "-15+2=-13 for the second integer. \n" ); document.write( "-15+4=-11 for the third integer. \n" ); document.write( "Proof: \n" ); document.write( "2*-13-4=3(-11+1) \n" ); document.write( "-26-4=3*-10 \n" ); document.write( "-26-4=-30 \n" ); document.write( "-30=-30 \n" ); document.write( " |