document.write( "Question 1034799: Can you please help me with this problem:
\n" );
document.write( "Your family has decided to put a regular patio in your backyard similar to the shape of your backyard. Your backyard has a length of 40 feet and a width of 32 feet. The length of your new patio is 14 feet. Find the perimeter of your new patio.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649478 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can use proportions to find the width of the patio...from that we can get the perimeter of it... \n" ); document.write( " \n" ); document.write( "40w = 32*14 \n" ); document.write( "40w = 448 \n" ); document.write( "w = 448/40 = 11.2 feet \n" ); document.write( "so that \n" ); document.write( "P = 2L + 2W = 2(14) + 2(11.2) = 28 + 22.4 = 50.4 feet \n" ); document.write( " |