document.write( "Question 93421This question is from textbook addison-wesley
\n" );
document.write( ": hello,
\n" );
document.write( "I would be extremely grateful for any help or advice for this problem. It has been extremely difficult for me as there is no fore-explanation on how to solve this type of problem.
\n" );
document.write( "it is in the section of Maximum and Minimum problems, I was not sure where to put it, I hope I got the right topic.\r
\n" );
document.write( "\n" );
document.write( "QUESTION:
\n" );
document.write( "A straight section of railroad track crosses two highways at points that are 400m and 600m, respectively, from an intersection.
\n" );
document.write( "Determine the Dimensions of the largest rectangular lot that can be laid out in the triangle formed by the railroad and highways.\r
\n" );
document.write( "\n" );
document.write( "now, I worked a few hours on this problem, coming to absolutely nothing.
\n" );
document.write( "I found the remaining side of the right triangle, at 721.1,
\n" );
document.write( "I tried any number of equations using variables, in the end coming up with 4(x-1/4L)²-1/2 meaning zilch without knowing L.
\n" );
document.write( "I tried graphing it and solving from there, coming up with a rough esimate of the answer.
\n" );
document.write( "I Know how to deal with turning into standard form and all that, but I just cannot seem to grasp which numbers I can use to come up with the (x²+1x+1)format, ... as you can see, I am very confused, any help that you can give will a lifesaver\r
\n" );
document.write( "\n" );
document.write( "yours truly,
\n" );
document.write( " Michael Demski
\n" );
document.write( "ps The answer from the book is 200m by 300m, I just don't know how to get there\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #68025 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Put the intersection on the origin of an xy coordinate system. \n" ); document.write( "Mark the point (600,0) on the x axis. \n" ); document.write( "Mark the point (0,400) on the y axis. \n" ); document.write( "Draw a line thru those two points. \n" ); document.write( "That line is the railroad track. \n" ); document.write( "--------------- \n" ); document.write( "Find the equation of that line using the two points. \n" ); document.write( "You get slope = -400/600 = -2/3 \n" ); document.write( "You have the y-intercept at 400 \n" ); document.write( "The equation is y = (-2/3)x+400 \n" ); document.write( "--------------------- \n" ); document.write( "Sketch a rectangle inside the figure touching the railroad line at (x,y), \n" ); document.write( "with other vertices, (0,0), (0,y), (x,0) \n" ); document.write( "----------------------- \n" ); document.write( "The area of that rectangle is x*y \n" ); document.write( "A = xy \n" ); document.write( "But y = (-2/3)x+400, so you get \n" ); document.write( "A = x[(-2/3)x+400] \n" ); document.write( "A = (-2/3)x^2 + 400x \n" ); document.write( "------------------ \n" ); document.write( "The maximum value for A occurs when x = -b/2a \n" ); document.write( "x = -(400/[2(-2/3)] \n" ); document.write( "x = 200/(2/3) \n" ); document.write( "x = 300 \n" ); document.write( "Substitute that into y = (-2/3)x + 400 to get: \n" ); document.write( "y = (-2/3)*300 + 400 \n" ); document.write( "y = -200 + 400 \n" ); document.write( "y = 200 \n" ); document.write( "---------------- \n" ); document.write( "The dimensions of the rectangle with maximum area are 300 by 200 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |