Skip to main content

How to calculate the number of terms for two APs.

How to calculate two APs with the same first term and last term but different common difference.

Two APs have the same first and last terms. The first AP has 21 terms with a common difference of 9. How many terms has the other AP if its common difference is 4? 

Solution

Since the first term and the last term of the two APs are the same

So let their equal first and last terms be x and y
Recall the nth term general formula of AP

Tn = a +(n-1)d
Solve for the first AP

Tn = y (last term)
a = x (First term)
n = 21 (This is the number of terms)
d = 9 (This is the common difference between terms) 
Substitute y, a, 21, and 9 for Tn, a, n, and d in the equation formula below
Tn = a +(n-1)d

y = x + (21-1)9
y = x +20 x 9
 y = x + 180   ---------- eqn(1) 

Solve for the Second AP

Tn = (last term)
a = (First term)
n = ?
d = 4 (This is the common difference between terms) 
Substitute y, a,  and 4 for Tn, a, and d in the equation formula below
Tn = a +(n-1)d

y = x + (n-1)4
y = +4n - 4
 y = x + 4n - 4   ---------- eqn(2)
Equate equation 1 & 2
From equation 1 
 y = x + 180 
And from equation 2 
 y = x + 4n - 4
Therefore:
  x + 180  =  x + 4n - 4
Collect like terms
x - x +180+4 = 4n
0 + 184 = 4n
 4n = 184
Divide both sides by 4
4n/4 = 184/4
n = 48
The second AP has 48 terms.





Comments

Popular posts from this blog

Volume of frustum and hemisphere

The volume of a frustum of a cone of height h is given by the  V= 1/3*pi*h (R^2 +Rr +r^2), Where R and r are the radii of its circular ends. Hollow metal hemispheres of internal and external diameters 12.5cm and 17.5cm, respectively, are to be cast from the molten contents of a ladle in the shape of a frustum of a cone of depth 1.2 metres and radii of ends 0.6m and 0.675m. Calculate the number of hemispheres that can be cast. Solution To solve any problem in mathematics you have to read and understand the problem you are to solve, especially word problem related questions. Failure to carefully read the question might lead to wrong interpretation of the problem and the result of it will be wrong solution to the problem. All problems on this platform have been carefully solved and prepared. If you are a student looking for solutions to your assignments then you are at the right place.  If you are an upcoming teacher looking for solution to a challenging question then you are als...

Online algebra calculators and math solvers

 Online mathematics calculators Microsoft Math Solver Microsoft Math Solver is an online mathematical calculator that provides practical step by step on mathematical related problems on various topics. Its is free to use and does not require any form of registration.  Visit  Microsoft Math Solver here

Solving Simultaneous equation using matrix method

Solving Simultaneous equation  using matrix  Method Question: Find the values of  x and y in the equations below 3 x + 2 y = 6 5 x − y = 8 Using matrix method Put the equations in standard form and then use matrices to solve the system of equations. 3 x + 2 y = 6 , 5 x − y = 8 Write the equations in matrix form ( 3 5 ​ 2 − 1 ​ ) ( x y ​ ) = ( 6 8 ​ ) Left multiply the equation by the inverse matrix of  ( 3 5 ​ 2 − 1 ​ ) . i n v e r s e ( ( 3 5 ​ 2 − 1 ​ ) ) ( 3 5 ​ 2 − 1 ​ ) ( x y ​ ) = i n v e r s e ( ( 3 5 ​ 2 − 1 ​ ) ) ( 6 8 ​ ) The product of a matrix and its inverse is the identity matrix ( 1 0 ​ 0 1 ​ ) ( x y ​ ) = i n v e r s e ( ( 3 5 ​ 2 − 1 ​ ) ) ( 6 8 ​ ) Multiply the matrices on the left hand side of the equal sign. ( x y ​ ) = i n v e r s e ( ( 3 5 ​ 2 − 1 ​ ) ) ( 6 8 ​ ) For the  2 × 2  matrix  ( a c ​ b d ​ ) , the inverse matrix is  ( a d − b c d ​ a d − b c − c ​ ​ a d − b c − b ​ a d − b c a ​ ​ ) , so the matrix equation can be ...