document.write( "Question 958216: One number is equal to the square of another. Find the numbers if both are positive and their sum is 42. \n" ); document.write( "
Algebra.Com's Answer #585592 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is equal to the square of another. Find the numbers if both are positive and their sum is 42. \n" ); document.write( "-------------------- \n" ); document.write( "Equations: \n" ); document.write( "x = y^2 \n" ); document.write( "x + y = 42 \n" ); document.write( "---------------- \n" ); document.write( "Substitue for \"x\" and solve for \"y\":: \n" ); document.write( "y^2 + y - 42 = 0 \n" ); document.write( "(y+7)(y-6) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "y = 6 \n" ); document.write( "---- \n" ); document.write( "x = 42-y = 36 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |