document.write( "Question 791145: Find two consecutive numbers such that 5 times the smaller number is equal to 4 more than twice the greater number \n" ); document.write( "
Algebra.Com's Answer #806163 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive numbers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x = 4 + 2(x+1) \n" ); document.write( "5x = 2x + 6 \n" ); document.write( "3x = 6 \n" ); document.write( "x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 2 and 3. \n" ); document.write( " |