document.write( "Question 600376: A kitchen floor is 3 feet longer thann it is wide. The area of the floor is 180 square feet. Find the demensions of the kitchen.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379294 by mamiya(56)![]() ![]() ![]() You can put this solution on YOUR website! let l be the length of the kitchen and, w its width.\r \n" ); document.write( "\n" ); document.write( "The kitchen is 3 feet longer than its width, means l = w +3 \n" ); document.write( "the area of the floor is 180, means l*w= 180\r \n" ); document.write( "\n" ); document.write( "so we have to solve the following system \n" ); document.write( " l-w = 3 \n" ); document.write( " l*w=180\r \n" ); document.write( "\n" ); document.write( "At this point , there are many ways to solve the problem.\r \n" ); document.write( "\n" ); document.write( "first , let's do this with the method i consider the easiest one but sometimes the longest one \n" ); document.write( " we have to find all pairs of numbers whose product is 180 and look for the one whose difference is 3 \n" ); document.write( "we have: ( 1, 180) (2, 90) (3, 60) (4, 45) ( 5, 36), (6, 30) ( 9, 20) ( 10, 18) (12, 15).... \n" ); document.write( "I stopped at ( 12, 15) because 15-12= 3 so the answers are 12ft and 15ft ( we can keep going with the list but that would be a complete waste of time)\r \n" ); document.write( "\n" ); document.write( "Another way \n" ); document.write( "you pick an equation from the system, write one letter in term of the other one and then plug that in the other equation, and solve the final equation we get.\r \n" ); document.write( "\n" ); document.write( "l= w+ 3 --> l*w = (w+3)*w = 180 \n" ); document.write( " --> w^2 + 3w -180 = 0 \n" ); document.write( "now we use the quadratic formula to solve for w \r \n" ); document.write( "\n" ); document.write( "w = (-3 + sqrt(3^2-4(-180)))\2 \n" ); document.write( " = (-3 + sqrt(9+720))\2 \n" ); document.write( " = (-3 + 27)/2 \n" ); document.write( " = 24\2 \n" ); document.write( " = 12 \n" ); document.write( " l = w+3 = 12 + 3 + 15 \n" ); document.write( "(Notice that i only use the one where the plus inside because the other one with the minus inside, will give us a negative numbers, and we are talking about dimensions so positive numbers. )\r \n" ); document.write( "\n" ); document.write( " So the dimensions of that kitchen is 12ft and 15ft\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |