document.write( "Question 604897: One positive integer is 2 more than another. Their product is 35. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #381468 by flame8855(424)![]() ![]() You can put this solution on YOUR website! x= 2 + y \n" ); document.write( "xy = 35+7 \n" ); document.write( "y(y+2)=35 \n" ); document.write( "y^2+2y = 35 \n" ); document.write( "(y-5)(y+7)=0 \n" ); document.write( "y= 5 \n" ); document.write( "x= 7 \n" ); document.write( " \n" ); document.write( " |