document.write( "Question 165743: find two consecutive odd intergers such that 4 times the larger is 29 more than three times the smaller/ \n" ); document.write( "
Algebra.Com's Answer #122179 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! lets call our 2 integers x and x+2\r \n" ); document.write( "\n" ); document.write( "4(x+2)=3x+29 distribute the left side \n" ); document.write( "4x+8=3x+29 subtract 3x and 8 from both sides \n" ); document.write( "x=21\r \n" ); document.write( "\n" ); document.write( "so our consecutive integers are 21,23 \n" ); document.write( " |