document.write( "Question 944520: The sum ot two numbers is 6 and their product is 7. What is the sum of their cubes? \n" ); document.write( "
Algebra.Com's Answer #575906 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
x+y = 6
\n" ); document.write( "xy = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Using sum of cubes,
\n" ); document.write( "x^3 + y^3 = (x+y)(x^2 - xy + y^2) = 6(x^2 + y^2 - 7)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To find x^2 + y^2, we have (x+y)^2 = 36 = x^2 + y^2 + 2xy = x^2 + y^2 + 2*7, so x^2 + y^2 = 36 - 14 = 22.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then x^3 + y^3 = 6(22 - 7) = 90.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An alternate solution is to solve the quadratic x^2 - 6x + 7 for both its roots, obtaining 3 + sqrt(2) and 3 - sqrt(2), cubing and summing also gives 90.
\n" ); document.write( "
\n" );