document.write( "Question 239045: Okay, i kinda asked a question like this earlier but i forgot one thing.
\n" );
document.write( "A chart shows ideal heights and weights for adults with a medium build. A person with the height of 6o inches should have a weight of 112 pounds and a person with the height of 66 inches should have a weight of 136.
\n" );
document.write( "Write a linear equation to estimate the weight of a person of any height.
\n" );
document.write( "HOW DO I DO THAT?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #175578 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 60 inches = 112 pounds \n" ); document.write( "66 inches = 136 pounds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = inches and y = pounds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x1,y1) = 60,112) \n" ); document.write( "(x2,y2) = 66,136)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope of straight line = y2-y1/(x2-x1) = (136-112)/(66-60) = 24/6 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope-intercept form of straight line equation is y = mx+b where m is the slope and b is the y-intercept.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation is y = 4x + b because it has a slope of 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute either one of the points (x1,y1) or (x2,y2) in the equation to solve for the y-intercept which is b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation of y = 4x + b becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "112 = 4*60 + b if we use (x1,y1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solving for b we get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "112 = 240 + b \n" ); document.write( "b = 112-240 = -128\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation becomes y = 4x - 128\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "graph of this equation looks like:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph has y = 112 and 136 to show you that they occur at x = 60 and x = 66 as they should.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "lso not very accurate although not quite as bad as on the low end.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you restricted the domain for the value of x being from 50 to 70 then the graph straight line project might be ok.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since this graph is a straight line calculated between only 2 points, it doesn't accurately portray the height to weight ratio at the extremes of the height range.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |