document.write( "Question 478287: The sum of the positive integers is 8 and the sum of their cubes is 152. what is the product of the two numbers? \n" ); document.write( "
Algebra.Com's Answer #327700 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the positive integers is 8 and the sum of their cubes is 152. what is the product of the two numbers? \n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "x + y = 8 \n" ); document.write( "x^3+y^3 = 152 \n" ); document.write( "---- \n" ); document.write( "Divide 1st into 2nd to get: \n" ); document.write( "x^2-xy+y^2 = 19 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "(8-y)^2 - (8-y)y + y^2 = 19 \n" ); document.write( "64 -16y+y^2-8y+y^2 + y^2 = 19 \n" ); document.write( "--- \n" ); document.write( "3y^2 - 24y + 45 = 0 \n" ); document.write( "------------- \n" ); document.write( "y^2 - 8y + 15 = 0 \n" ); document.write( "(y-3)(y-5) \n" ); document.write( "--- \n" ); document.write( "If y = 3, x = 5 \n" ); document.write( "If y = 5, x = 3 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |