SOLUTION: I need to write an equation from this series of data and I am confused. Below is my data:
Years Male Female
0 40.656 24.137
5 42.493 24.994
10 43.360 26.085
15 43.236 27.9
Algebra ->
Equations
-> SOLUTION: I need to write an equation from this series of data and I am confused. Below is my data:
Years Male Female
0 40.656 24.137
5 42.493 24.994
10 43.360 26.085
15 43.236 27.9
Log On
Question 604337: I need to write an equation from this series of data and I am confused. Below is my data:
Years Male Female
0 40.656 24.137
5 42.493 24.994
10 43.360 26.085
15 43.236 27.920
20 41.391 29.643
25 41.375 29.554
30 43.615 32.153
35 42.743 32.903
36 42.261 32.515
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. Answer by KMST(5328) (Show Source):
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.
Median female earning show an obvious trend, slowly inching up.
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.
FOR ALGEBRA CLASS:
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 and could write
female meadian earnings = (9/35)*years+24
On the other hand, the "eyeballed" line for male earnings could be
male meadian earnings = 42 (with a slope of zero).
To find when median female earnings will meet the median male earnings, you would set yp the equation
(9/35)*years+24 = 42
and solve for "years" (maybe you would use "x" or "n" for the number of years).