document.write( "Question 469355: one positive numer is 4 more than 3 times another positive number and their product is 39 \n" ); document.write( "
Algebra.Com's Answer #322004 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
let n be first number
\n" ); document.write( "Second number equals 3n+4
\n" ); document.write( "n(3n+4)=39
\n" ); document.write( "3n2+4n-39=0
\n" ); document.write( "(3n+13)(n-3)=0
\n" ); document.write( "n=-13/3 or 3
\n" ); document.write( "Throwing out the negative answer, we get the two numbers to be 3 and 13..
\n" ); document.write( "
\n" );