document.write( "Question 996731: One number is four more than the other. The square of the smaller number increased by three times the larger is 66. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #615036 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is four more than the other. The square of the smaller number increased by three times the larger is 66. Find the two numbers. \n" ); document.write( "--- \n" ); document.write( "Equations: \n" ); document.write( "x = y + 4 \n" ); document.write( "Note:: That means \"y\" is the smaller number \n" ); document.write( "----- \n" ); document.write( "y^2 + 3x = 66 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"x\" and solve for \"y\":: \n" ); document.write( "y^2 + 3(y+4) - 66 = 0 \n" ); document.write( "---- \n" ); document.write( "y^2 + 3y - 54 = 0 \n" ); document.write( "------ \n" ); document.write( "(y-6)(y+9) = 0 \n" ); document.write( "----- \n" ); document.write( "y = 6 or y = -9 \n" ); document.write( "---- \n" ); document.write( "If y = 6, x = y+4 = 10 \n" ); document.write( "If y = -9, x = y+4 = -5 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |