document.write( "Question 455353: One side of a rectangle is 6 inches and the other side is x inches. Find the value of x if the area must be at least 84 square inches. \n" ); document.write( "
Algebra.Com's Answer #312630 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Area = Length * Width \n" ); document.write( "Area = 84 (or more) \n" ); document.write( "L = 6 \n" ); document.write( "6W = 84 \n" ); document.write( "W = 14 \n" ); document.write( "So, the width must be at least 14. \n" ); document.write( "Done. \n" ); document.write( " |