document.write( "Question 1034298: Sam has 15 identical rectangular windows in his home. The length of each window is twice the width, and the area of each window is 8 square feet. Sam wants to put weather stripping around the perimeters of all the windows. \r
\n" );
document.write( "\n" );
document.write( "If the weather stripping costs $0.25 per foot, how much will he spend? \n" );
document.write( "
Algebra.Com's Answer #648904 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "15 windows. \n" ); document.write( "Length = 2 x width. \n" ); document.write( "Make width = x \n" ); document.write( "Length = 2x \n" ); document.write( "Area of window = width x length \n" ); document.write( "8 = x(2x) \n" ); document.write( "2x^2 = 8 \n" ); document.write( "x^2 = 4 \n" ); document.write( "x = √4 \n" ); document.write( "x = 2 feet. \n" ); document.write( "Width = 2 feet \n" ); document.write( "Length = 4 feet. \n" ); document.write( "Perimeter = 2 x Width + 2 x Length \n" ); document.write( "Perimeter = 2(2) + 2(4) \n" ); document.write( "Perimeter of window = 12 feet \n" ); document.write( "15 windows = 15 x 12 \n" ); document.write( "= 180 feet \n" ); document.write( "180 x $0.25 \n" ); document.write( "= $45 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |