
David L. answered 09/12/19
Ph.D. Chemist tutoring math and science
Consider the information you are given. Jerry does 15 sit-ups on the first day, 17 on the second, 19 on the third, etc. In general, if x is the number of days he has been doing sit-ups, the number of sit-ups he does on day x can be expressed as Sit-Ups = 15 + 2*(x-1). Look at what the equation says. On the first day (x=1),
Sit-Ups = 15 + 2*(1-1) = 15 + 2*(0) =15. On the second day (x=2), Sit-Ups = 15 + 2*(2-1) = 15+ 2*(1) = 15+2=17. As x goes up, Sit-Ups adds two each day, exactly as per the statement of the problem.
Now, to determine the number of days Jerry has been doing sit-ups, rearrange the problem to solve for x.
Subtract 15 from both sides to get
Sit-Ups -15 = 2*(x-1)
Divide both sides by 2 to get
(Sit-Ups - 15)/2 = x-1
Add one to each side to get
[ (Sit-Ups -15)/2 ] +1 = x
However, this is the number of days INCLUDING the first day. You are asked to find the number of days EXCLUDING the first day, so subtract one from the left hand side to get the final answer
Number of days (excluding first day) = (Sit-Ups -15)/2