document.write( "Question 1007401: A positive integer is 17 more than 13 times another. Their product is 756. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #623325 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
x= 13y+17
\n" ); document.write( "xy= 756 Substitute for x:
\n" ); document.write( "(13y+17)y= 756
\n" ); document.write( "13y^2+17y-756= 0 Factor the left:
\n" ); document.write( "(y-7)(13y+108)= 0 Break into 2 equations:
\n" ); document.write( "(y-7)= 0 or (13y+108)= 0
\n" ); document.write( "y= 7 or 13y= -108; y= -108/13; y= -8.31 Discard the negative, we are looking for a positive number. Our answer is 7.
\n" ); document.write( "---------------------
\n" ); document.write( "Check: Seventeen more than 13 times:
\n" ); document.write( "17+(7*13)= 17+91= 108 And their product is 756:
\n" ); document.write( "108*7= 756 We have the correct answer
\n" ); document.write( "
\n" );