document.write( "Question 528018: how do i find both the perimeter and area of a 5inch by 5inch square using the formulas for a square and for a rectangle.compare results \n" ); document.write( "
Algebra.Com's Answer #349132 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Area of Rectangle = Width * Lenght = 5*5 = 25 square inches \n" ); document.write( "Perimeter of Rectangel = 2 Lenght + 2 Width = 2*5+2*5=10+10=20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Area of Square = Side * Side = 5*5 = 25 square inches \n" ); document.write( "Perimeter of Square = 4side = 4*5 = 20 square inches\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In both cases area of the square and rectangle and perimeter of square and rectangle are same.\r \n" ); document.write( "\n" ); document.write( "A square is a rectangle whoes lenght and width are equal or every square is a rectangle but every rectangle is not a square. \n" ); document.write( " \n" ); document.write( " |