document.write( "Question 165936: The perimeter of one square exceeds that of another by 16 and its area is 44 less than the 4 times the area of the other. What is the length of the side of each square?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #122288 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The perimeter of one square exceeds that of another by 16 and its area is 44 less than the 4 times the area of the other. What is the length of the side of each square? \n" ); document.write( ". \n" ); document.write( "Perimeter of any square equals 4 times the length of a side. \n" ); document.write( ". \n" ); document.write( "Let x = length of a side of smaller square \n" ); document.write( "and y = length of a side of larger square \n" ); document.write( ". \n" ); document.write( "From:\"The perimeter of one square exceeds that of another by 16\" \n" ); document.write( "4x = 4y+16 \n" ); document.write( "dividing through by 4: \n" ); document.write( "x = y + 4 (equation 1) \n" ); document.write( ". \n" ); document.write( "From:\"its area is 44 less than the 4 times the area of the other\" \n" ); document.write( "x^2 = 4y^2 - 44 (equation 2) \n" ); document.write( ". \n" ); document.write( "Substitute the value of 'x' from equation 1 into equation 2 and solve for y: \n" ); document.write( "x^2 = 4y^2 - 44 \n" ); document.write( "(y + 4)^2 = 4y^2 - 44 \n" ); document.write( "y^2 + 8y + 16 = 4y^2 - 44 \n" ); document.write( "8y + 16 = 3y^2 - 44 \n" ); document.write( "16 = 3y^2 - 8y - 44 \n" ); document.write( "0 = 3y^2 - 8y - 60 \n" ); document.write( "Solving using the quadratic equation will yield: \n" ); document.write( "x = {6, -3.33333333333333} \n" ); document.write( ". \n" ); document.write( "We can toss out the negative answer leaving: \n" ); document.write( "x = 6 \n" ); document.write( ". \n" ); document.write( "To find y, substitute x into equation 1 and solve: \n" ); document.write( "x = y + 4 \n" ); document.write( "6 = y + 4 \n" ); document.write( "2 = y \n" ); document.write( ". \n" ); document.write( "Solution: 6 and 2 \n" ); document.write( ". \n" ); document.write( "Below is the details of the quadratic solution: \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |