document.write( "Question 520681: the area of a painting is 15 square feet. find the dimensions of the painting if the height is 7 inches more than twice the width \n" ); document.write( "
Algebra.Com's Answer #346176 by Math_prodigy(24)![]() ![]() ![]() You can put this solution on YOUR website! h=height \n" ); document.write( "w=width \n" ); document.write( "h*w=15 \n" ); document.write( "w=15/h \n" ); document.write( "h=7+2w \n" ); document.write( "h=7+2*(15/h) \n" ); document.write( "h=7+30/h \n" ); document.write( "h^2=7h+30 \n" ); document.write( "h^2-7h-30=0 \n" ); document.write( "h= \n" ); document.write( "h=10 \n" ); document.write( "w=15/10=1.5 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |