document.write( "Question 662660: The sum of two numbers is 7. If three times the square of the first number is added to twice the square of the second number, the sum is 59. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #412425 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x+y=7
\n" ); document.write( "3x^2 + 2y^2 = 59
\n" ); document.write( "3(-y+7)(-y+7) + 2y^2 = 59
\n" ); document.write( "3(y^2-7y-7y+49) + 2y^2 = 59
\n" ); document.write( "3y^2 - 42y + 147 + 2y^2 = 59
\n" ); document.write( "5y^2 - 42y + 88 = 0
\n" ); document.write( "(5y-22)(y-4) = 0
\n" ); document.write( "5y-22=0 so y = 22/5
\n" ); document.write( "y-4=0 so y = 4
\n" ); document.write( "Two possibilities
\n" ); document.write( "if y = 4, x = 7-4=3
\n" ); document.write( "if y = 22/5, x = 7 - 22/5 = 13/5
\n" ); document.write( "...........................
\n" ); document.write( "Delighted to help.
\n" ); document.write( "-Reading Boosters
\n" ); document.write( "Wanting for others what we want for ourselves.
\n" ); document.write( "
\n" );