document.write( "Question 1076905: the height of lisa's triangular dining room is 6 feet. if the area of the room is at least 30 square feet, but less than 45 square feet. what is the width the room could have? list all the possible width. \n" ); document.write( "
Algebra.Com's Answer #802398 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! height = 6 feet \n" ); document.write( "base = x feet\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area = 1/2 * 6 * x = 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 < 3x < 45 \n" ); document.write( "10 < x < 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The width could be any number of feet between 11 and 14. \n" ); document.write( " |