document.write( "Question 793158: two integers are consecutive positive integers. If you multiply the smaller integer with 3 times the larger it equals 36. Find the sum of the two integers. \n" ); document.write( "
Algebra.Com's Answer #806155 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive positive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x(x+1) = 36 \n" ); document.write( "x(x+1) = 12 \n" ); document.write( "x^2 + x = 12 \n" ); document.write( "x^2 + x - 12 = 0 \n" ); document.write( "(x + 4)(x - 3) = 0 \n" ); document.write( "x = -4, x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x must be positive, so the integers are 3 and 4. \n" ); document.write( " |