document.write( "Question 232421: find 2 consecuative odd integers such that 4 times the smaller is 29 less than 3 times the larger
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #171762 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find 2 consecuative odd integers such that 4 times the smaller is 29 less than 3 times the larger \n" ); document.write( "--------------- \n" ); document.write( "x and x+2 are the odd integers. \n" ); document.write( "4x + 29 = 3(x+2) \n" ); document.write( "4x + 29 = 3x + 6 \n" ); document.write( "x = -23 \n" ); document.write( "--> -23 and -21 \n" ); document.write( "-------------- \n" ); document.write( "check: \n" ); document.write( "4*(-23) + 29 = 3*(-21) \n" ); document.write( "-92 + 29 = -63 \n" ); document.write( "-63 = -63 \n" ); document.write( " \n" ); document.write( " |