document.write( "Question 936078: Please help me figure out this problem. The perimeter of a square porch is 3 more than the area. Find the length of a side, it's area, and it's perimeter. \n" ); document.write( "
Algebra.Com's Answer #569517 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a square porch is 3 more than the area. Find the length of a side, it's area, and it's perimeter. \n" ); document.write( "------------- \n" ); document.write( "Perimeter = 4s where s is an edge of the square \n" ); document.write( "Area = s^2 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "4s = s^2 + 3 \n" ); document.write( "------------------- \n" ); document.write( "s^2 - 4s + 3 = 0 \n" ); document.write( "(s-3)(s-1) = 0 \n" ); document.write( "s = 1 or s = 3 \n" ); document.write( "----- \n" ); document.write( "If s = 1, area = 1 ; perimeter = 4 \n" ); document.write( "--- \n" ); document.write( "If s = 3, area = 9 ; perimeter = 12 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |