document.write( "Question 1182816: Hello!\r
\n" ); document.write( "\n" ); document.write( "I would like an equation or formula to roughly estimate which day I could be called back for rehire at my last job in which I was laid off. The call back right's are determined by seniority and employees are given a \"rank\". My goal is to reach rank zero (0) in as short amount of time as possible.\r
\n" ); document.write( "\n" ); document.write( "My company is slowly calling it's laid-off employees back and I want to determine their daily rate of call backs and which date I could expect a call back myself, assuming that my company maintains the same call back rate.\r
\n" ); document.write( "\n" ); document.write( "Every 7 days starting on July 7, 2021 I will call our union to get an update on my rank. \r
\n" ); document.write( "\n" ); document.write( "The data I have so far is: \r
\n" ); document.write( "\n" ); document.write( "On May 19, 2021 I was rank 345
\n" ); document.write( "On July 7, 2021 I was rank 302
\n" ); document.write( "there are 49 days between May 19 and July 7 (2021).
\n" ); document.write( "Every 7 days I will get an update on my rank.\r
\n" ); document.write( "\n" ); document.write( "Is there enough data here to formulate out an equation or formula? Is there any other required data that I would need to complete the equation?\r
\n" ); document.write( "\n" ); document.write( "thank you!!
\n" ); document.write( "

Algebra.Com's Answer #812925 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the simplest thing you can do is apply the straight line equation of y = mx + b.
\n" ); document.write( "m is the slope
\n" ); document.write( "b is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since your starting point is 345, then the y-intercept is 345.
\n" ); document.write( "each time you get a new data point, revise the equation as follows:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "m = (y2 - y2) / (x2 - x1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with the two data points that you currently have, the equation would become:
\n" ); document.write( "m = (302 - 345) / (49 - 0) = -43/49.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation becomes y = -43/49 * x + 345.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when x = 49, y becomes 302, as you already know.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to solve for when the rank becomes 0, replace y with 0 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = -43/49 * x + 345\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = -345 / (-43/49) = 393.1395349.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this indicate a rank of 0 in approximately 393 days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "as you add data points, you revise the equation with the latest data point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in 7 days, the new data point might be (56,295)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation becomes y = (295 - 345) / 56 * x + 345 which becomes y = -50 / 56 * x + 345.
\n" ); document.write( "set y = 0 and solve for x to get:
\n" ); document.write( "x = -345 / -(50/56) = 386.4 days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 14 more days, if your remaining days is 250, your data point becomes (63,250) and your equation becomes:
\n" ); document.write( "y = (250 - 345) / 63 * x + 345 which becomes y = -95/63 * x + 345.
\n" ); document.write( "set y = 0 and solve for x to get:
\n" ); document.write( "x = -345 / (-95/63) = approximately 228 days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 7 more days, if your remaining days is 245, your data point becomes (70,245) and your equation becomes:
\n" ); document.write( "y = (245 - 345) / 70 * x + 345 which becomes y = -100/70 * x + 345.
\n" ); document.write( "set y = 0 and solve for x to get:
\n" ); document.write( "x = -345 / (-100/70) = approximately 241 days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each time you add a new data point, the equation will change and you will get a new estimate as to when your rank will become 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "alternatively, you can use a linear regression formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with that, all you do is add the new data points when they become available and run the regression formula again to get a new equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example, with the data points i assumed, you would have 5 data points.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they would be (0,345),(49,301),(56,295),(63,250),(70,245).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you would need a minimum of 5 points to run the regression formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that i have with my accumptions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the data inputs to the regression calculator become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0,49,56,63,70 on the first line (these are the x-values).
\n" ); document.write( "345,302,295,250,245 on the second line (these are the y-values).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the results are shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation shown on the linear regression calculator was:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y=352.10828025478-1.3594176524113x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it's enough to round 352.... to 352 and to round -1.3594... to -1.40.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation becomes 352 - 1.40 * x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "any greater accuracy is more then likely not requried.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with y = 352 -1.40 * x, you would set y = 0 and solve for x to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = -352 / -1.40 = approximately 251 days.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each time you add another data point, the regression analysis will give you a new forecast.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the more data points, the more accurate the forecast from the regression formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the regression calculator can be found at http://www.alcula.com/calculators/statistics/linear-regression/#gsc.tab=0
\n" ); document.write( "
\n" );