document.write( "Question 237706: The sum of 2 numbers is 2 and their product is 8/9. Find their numbers.
\n" ); document.write( "This is all I have..a+b=2 and (a)(b)=8/9
\n" ); document.write( "Now what?
\n" ); document.write( "

Algebra.Com's Answer #174796 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Take \"a%2Bb=2\" and solve for 'b' to get \"b=2-a\". Now plug this into \"ab=8%2F9\" to get \"a%282-a%29=8%2F9\". From here, you have a quadratic which can be solved by the quadratic formula. \n" ); document.write( "
\n" );