document.write( "Question 604337: I need to write an equation from this series of data and I am confused. Below is my data: \r
\n" );
document.write( "\n" );
document.write( "Years Male Female
\n" );
document.write( "0 40.656 24.137
\n" );
document.write( "5 42.493 24.994
\n" );
document.write( "10 43.360 26.085
\n" );
document.write( "15 43.236 27.920
\n" );
document.write( "20 41.391 29.643
\n" );
document.write( "25 41.375 29.554
\n" );
document.write( "30 43.615 32.153
\n" );
document.write( "35 42.743 32.903
\n" );
document.write( "36 42.261 32.515\r
\n" );
document.write( "\n" );
document.write( "PLease help in a detailed way on how to come about writing an equation for this data to solve to see when the median female earnings will meet the median male earnings. \n" );
document.write( "
Algebra.Com's Answer #381156 by KMST(5328)![]() ![]() You can put this solution on YOUR website! Plotting the data it looks linear and it looks like median male earnings do not want to change over the years. There is a bit of scatter up and down, but no obvious trend. \n" ); document.write( "Median female earning show an obvious trend, slowly inching up. \n" ); document.write( " \n" ); document.write( "The answer to how to find the equation depends on what has been covered in your class. You may be expected to use statistics software, or a scientific calculator if you are studying statistical methods and linear regression. (You should know how you are expected to calculate the linear regression). The linear regression calculations would give you the equations of the lines. \n" ); document.write( " \n" ); document.write( "FOR ALGEBRA CLASS: \n" ); document.write( "If you are studying linear equations, and there has been no mention of linear regression and statistical methods, you would be expected to eyeball the trend lines. You would draw lines that seem to fit the data and figure out the equation froom the coordinates of the pints on the ends of your line. If the line you draw for the female data seems to go through 24 at 0 years and through 33 at 35 years, you would conclude that 24 is the intercept and the slope is \n" ); document.write( " \n" ); document.write( "female meadian earnings = (9/35)*years+24 \n" ); document.write( "On the other hand, the \"eyeballed\" line for male earnings could be \n" ); document.write( "male meadian earnings = 42 (with a slope of zero). \n" ); document.write( "To find when median female earnings will meet the median male earnings, you would set yp the equation \n" ); document.write( "(9/35)*years+24 = 42 \n" ); document.write( "and solve for \"years\" (maybe you would use \"x\" or \"n\" for the number of years). \n" ); document.write( " |