document.write( "Question 1031444: the perimeter of a shape is 275 feet. 4 of its 6 sides add up to 195 feet. The two remaining sides are equal. What is the length of each remaining side? \n" ); document.write( "
Algebra.Com's Answer #646242 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the perimeter of a shape is 275 feet. 4 of its 6 sides add up to 195 feet. \n" ); document.write( " The two remaining sides are equal. \n" ); document.write( " What is the length of each remaining side? \n" ); document.write( ": \n" ); document.write( "let s = the length of each remaining side \n" ); document.write( "195 + 2s = 275 \n" ); document.write( "2s = 275 - 195 \n" ); document.write( "2s = 80 \n" ); document.write( "s = 80/2 \n" ); document.write( " s = 40 ft \n" ); document.write( " |