document.write( "Question 170232: 1. A triangular window of height 15 inches and base 21 inches is to be laminated with a sunblock coating that costs $1.22 per square inch to apply. What is the total cost of coating the window, to the nearest cent? (Hint: Area of Triangle: A = base*height/2) \n" ); document.write( "
Algebra.Com's Answer #125673 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Using the hint provided: \n" ); document.write( "Area of Triangle: A = base*height/2 \n" ); document.write( ". \n" ); document.write( "From the problem it gave us: \n" ); document.write( "base = 21 \n" ); document.write( "height = 15 \n" ); document.write( ". \n" ); document.write( "Plugging it into: \n" ); document.write( "A = base*height/2 \n" ); document.write( "A = 21*15/2 \n" ); document.write( "A = 315/2 \n" ); document.write( "A = 157.5 square inches \n" ); document.write( ". \n" ); document.write( "Since sunblock costs: $1.22 per square inch \n" ); document.write( "1.22 * 157.5 = $192.15 \n" ); document.write( " |