document.write( "Question 175156: Find two consecutive integers such that four times the larger exceeds three times the smaller by 23.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130229 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that four times the larger exceeds three times the smaller by 23. \n" ); document.write( "----------------------- \n" ); document.write( "1st \"x\" \n" ); document.write( "2nd \"x+1\" \n" ); document.write( "--------------------------- \n" ); document.write( "Equation: \n" ); document.write( "4(x+1) - 3x = 23 \n" ); document.write( "x = 19 (1st) \n" ); document.write( "x+1 = 20 (2nd) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |