document.write( "Question 259705: The product of two positive numbers is equal to the quotient of the first number divided by the second number. If the sum of these two numbers is equal to five times their difference, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #191147 by Branflank101(2)\"\" \"About 
You can put this solution on YOUR website!
ab = a/b
\n" ); document.write( "a+b=5(a-b)\r
\n" ); document.write( "\n" ); document.write( "simplify ab = a/b to ab^2-a=0 Then use quadratic equation to find a:
\n" ); document.write( "{formula for quadratic equation: -b +or- square root:(b^2-4ac)/2a}\r
\n" ); document.write( "\n" ); document.write( "a has 2 possibles: 1 or 0
\n" ); document.write( "however 0 does not work for the second equation so 1 is the only possible answer for a.\r
\n" ); document.write( "\n" ); document.write( "simplify second equation from a+b=5(a-b) to -4a+6b=0 basically make it equal 0
\n" ); document.write( "plug in 1 for a and you'll come out with the answer 2/3\r
\n" ); document.write( "\n" ); document.write( "so the answer for the 2 numbers are:
\n" ); document.write( "a=1
\n" ); document.write( "b=2/3\r
\n" ); document.write( "\n" ); document.write( "Check for verification and it works for both. They will both equal 1.66666667
\n" ); document.write( "
\n" );