document.write( "Question 469882: One number is 2 more than 5 times another. Their product is 16. Find the numbers x and y. (Assume x < y.) \n" ); document.write( "
Algebra.Com's Answer #322328 by sofiyac(983)\"\" \"About 
You can put this solution on YOUR website!
first number is x
\n" ); document.write( "second one is 5x+2 (which would be your y)
\n" ); document.write( "x(5x+2)=16 solve this equation for x, that will give you first number, then plug it into 5x+2 to get second number
\n" ); document.write( "
\n" );