document.write( "Question 830609: i got 3 yards wide and 4 yards long and i have 20 feet of fence do i have enough fence to cover all 4 sides
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #500722 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! I'm assuming you're building a perimeter fence around the rectangle. For that, you'll need 2 pieces of the length and 2 pieces of the width (P=2L+2L). \n" ); document.write( "Your length is 4 yards, which is 12 feet (1 yard = 3 feet). \n" ); document.write( "Your width is 3 yards, which is 9 feet (3*3=9) \n" ); document.write( "So, to build a perimeter fence, you'll need: \n" ); document.write( "(12*2) + (9*2) \n" ); document.write( "24 + 18 = 42 \n" ); document.write( ". \n" ); document.write( "No, you do not have enough fencing. \n" ); document.write( ". \n" ); document.write( "I suspect a lot of students will get this wrong because they'll fail to convert yards to feet. \n" ); document.write( " |