document.write( "Question 578252: The perimeter of a square is 4 times the length of one side. Write a function using two variables to represent the situation. Find the perimeter if a side measures of 6 feet. \n" ); document.write( "
Algebra.Com's Answer #370594 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The perimeter of a square is 4 times the length of one side. Write a function using two variables to represent the situation. \n" ); document.write( "P = 4s \n" ); document.write( "----------- \n" ); document.write( "Find the perimeter if a side measures of 6 feet. \n" ); document.write( "P = 4*6 \n" ); document.write( "P = 24 feet \n" ); document.write( "---------------- \n" ); document.write( "Any reason you couldn't figure that out? \n" ); document.write( " \n" ); document.write( " |