
Hannah O. answered 05/21/21
Girls can be engineers too!
Here we utilize an exponential to realize the time factor.
To get us started, let's write the formula for the number of students in each year:
Year 0 --> Year 0 * (1.1)0 = Year 0 * 1 = 3,120 students
Year 1 --> Year 0*(1.1) = Year 0 * (1.1)1 = 3,432 students
Year 2 --> Year 1 * (1.1) = Year 0 * (1.1) * (1.1) = Year 0 * (1.1)2 = 3,775
Year 3 --> Year 2 * (1.1) = Year 0 * (1.1) * (1.1) * (1.1) = Year 0 * (1.1)3 = 4,153
As you can see, we can use the formula:
Year n = Year 0 * (1.1)n to determine the number of students in any year.
Ayomide I.
thanks05/21/21