document.write( "Question 153166: I HAVE BEEN GIVEN A TABLE WHICH SHOWS THE MEDIAN \"B.M.I\" (BODY MASS INDEX) FOR FEMALES OF DIFFERENT AGES IN THE U.S IN THE YEAR 2000 . THE QUESTION IS USE TECHNOLOGY TO PLOT THE DATA POINTS ON A GRAPH?? . DEFINE ALL VARIABLES USED AND STATE ANY PARAMETERS CLEARLY??what type of function ,models the behavior of the graph? explain why one chose this function? ( very imporant!! - reason for using this function , parametres and variables )
\n" );
document.write( "AGE B.M.I
\n" );
document.write( "2 16.40
\n" );
document.write( "3 15.70
\n" );
document.write( "4 15.30
\n" );
document.write( "5 15.20
\n" );
document.write( "6 15.21
\n" );
document.write( "7 15.40
\n" );
document.write( "8 15.80
\n" );
document.write( "9 16.30
\n" );
document.write( "10 16.80
\n" );
document.write( "11 17.50
\n" );
document.write( "12 18.18
\n" );
document.write( "13 18.70
\n" );
document.write( "14 19.36
\n" );
document.write( "15 19.88
\n" );
document.write( "16 20.40
\n" );
document.write( "17 20.85
\n" );
document.write( "18 21.22
\n" );
document.write( "19 21.60
\n" );
document.write( "20 21.65
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #112694 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I entered the data in a TI-83. \n" ); document.write( "I ran the LinReg, QuadReg, CubReg, QuartReg programs against the data. \n" ); document.write( "Best fit is with the cubic and quartic regressions. \n" ); document.write( "With both the R^2 values are 0.999... indicating a close fit. \n" ); document.write( "Visually both track the data very well. \n" ); document.write( "The cubic is y = -0.004075x^3+0.153565x^2-1.275736x+18.272879 \n" ); document.write( "The quartic is y = 9.7x10^-5x^4 - 0.008354x^3 + 0.21674x^2 -1.63x+18.863421 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |