Mathbench

Chapter 2 — Number and Quantity

This is the smallest of the five higher-maths categories — about 10 to 12% of the test, so five questions — but it is the one most likely to contain something you have simply never been taught. Four of its six topics do not appear on the SAT at all: complex numbers, matrices, vectors, and sequences.

That makes this chapter unusually cheap to improve on. The mathematics is not deep. Multiplying a matrix by a number is easier than factorising a quadratic. The marks are lost to unfamiliarity, not difficulty, and unfamiliarity is fixed by reading one page.

Topics covered: exponents and roots · radicals · scientific notation · factors, multiples and primes · complex numbers and powers of ii · matrices · vectors · arithmetic and geometric sequences


Section 1 — Exponents and Roots

Every exponent question on the ACT comes from these rules. They are worth knowing cold, because the ACT will not give them to you.

rule in words
xaxb=xa+bx^a \cdot x^b = x^{a+b} multiplying, add the powers
xaxb=xab\dfrac{x^a}{x^b} = x^{a-b} dividing, subtract the powers
(xa)b=xab(x^a)^b = x^{ab} a power of a power, multiply
(xy)a=xaya(xy)^a = x^a y^a a power spreads over a product
x0=1x^0 = 1 anything (except 0) to the power 0
xa=1xax^{-a} = \dfrac{1}{x^a} a negative power means "one over"
x1/n=xnx^{1/n} = \sqrt[n]{x} a fractional power is a root
xm/n=xmnx^{m/n} = \sqrt[n]{x^m} top is the power, bottom is the root

The last one is the one people get backwards. In 82/38^{2/3}, the 3 on the bottom is the cube root and the 2 on top is the square: (83)2=22=4\left(\sqrt[3]{8}\right)^2 = 2^2 = 4.

Take the root first when you can — the numbers stay small.


Q1Basic

Topic: Multiplying and dividing powers of the same base

A computer science calculation counts operations as (x3)4x5\dfrac{(x^3)^4}{x^5}, where xx is a positive integer describing the size of the input. Which of the following is equivalent to it?

A) x12x^{12}

B) x60x^{60}

C) x2x^{2}

D) x7x^{7}

Show the worked solution

Answer: D

Explanation

Work from the inside out. A power of a power multiplies:

(x3)4=x3×4=x12(x^3)^4 = x^{3 \times 4} = x^{12}

Dividing subtracts:

x12x5=x125=x7\frac{x^{12}}{x^5} = x^{12 - 5} = x^{7}

Why each wrong option is wrong:

  • A, x12x^{12} — did the top correctly and then forgot to divide.
  • B, x60x^{60} — multiplied all three numbers together.
  • C, x2x^{2}added 3 and 4 instead of multiplying them, giving x7x^7 on top and then x2x^2 after dividing. The rule for a power of a power is multiply; the rule for a product is add. Mixing them up is the most common exponent error there is.

Takeaway: power of a power multiplies; multiplying like bases adds; dividing subtracts. Say which one you are using before you write anything.


Q2Medium

Topic: A fractional exponent

An engineer's model contains the quantity 82/38^{2/3}, and the value must be written as an ordinary whole number before the rest of the calculation can go ahead. What is the value of 82/38^{2/3}?

F) 1616

G) 44

H) 163\frac{16}{3}

J) 512512

Show the worked solution

Answer: G

Explanation

82/3=(83)28^{2/3} = \left(\sqrt[3]{8}\right)^{2}

The 3 on the bottom says cube root; the 2 on top says square.

83=222=4\sqrt[3]{8} = 2 \qquad 2^2 = 4

Do the root first. Going the other way, 82=648^2 = 64 and then 643=4\sqrt[3]{64} = 4, gives the same answer but with much bigger numbers.

Why each wrong option is wrong:

  • F, 1616 — squared to get 64 and then halved rather than taking a cube root.
  • H, 163\frac{16}{3} — multiplied 8 by 23\frac{2}{3}. An exponent is not a multiplier.
  • J, 512512 — used the 3 as the power and ignored the 2.

Takeaway: in xm/nx^{m/n} the bottom is the root and the top is the power. Take the root first to keep the arithmetic small.


Q3Medium

Topic: A negative exponent

A formula produces the value 424^{-2}, and it must be rewritten without a negative exponent before being entered into a table of results. What is the value of 424^{-2}?

A) 16-16

B) 116\frac{1}{16}

C) 116- \frac{1}{16}

D) 18\frac{1}{8}

Show the worked solution

Answer: B

Explanation

A negative exponent means the reciprocal:

42=142=1164^{-2} = \frac{1}{4^{2}} = \frac{1}{16}

The minus sign belongs to the exponent, and its job is to flip the fraction over. It never makes the value negative. A positive base raised to any power whatsoever stays positive.

Why each wrong option is wrong:

  • A, 16-16 — treated the minus as belonging to the answer.
  • C, 116- \frac{1}{16} — inverted correctly and kept a minus sign, doing the job twice.
  • D, 18\frac{1}{8} — multiplied 4 by 2.

Takeaway: a negative exponent flips, it does not negate. xa=1xax^{-a} = \frac{1}{x^a}, and the sign of the answer is unchanged.


Q4Medium

Topic: Simplifying a radical

A length in a design comes out as 72\sqrt{72} centimetres, and the specification requires it in the simplest radical form aba\sqrt{b}. Which of the following is 72\sqrt{72} in that form?

F) 828\sqrt{2}

G) 2182\sqrt{18}

H) 626\sqrt{2}

J) 3636

Show the worked solution

Answer: H

Explanation

Find the largest square number that divides 72. The squares are 4, 9, 16, 25, 36, 49… and 36 divides 72.

72=36×2=36×2=62\sqrt{72} = \sqrt{36 \times 2} = \sqrt{36} \times \sqrt{2} = 6\sqrt{2}

Check with a calculator: 6×1.414=8.4856 \times 1.414 = 8.485, and 72=8.485\sqrt{72} = 8.485. Correct.

Why each wrong option is wrong:

  • F, 828\sqrt{2} — used 64, which is a square but does not divide 72.
  • G, 2182\sqrt{18} — took out the factor 4 rather than 36, giving 2182\sqrt{18}. That equals the right value, but 18 still contains the square factor 9, so it is not in simplest form. This is why "simplest" is stated in the question.
  • J, 3636 — halved 72.

Takeaway: pull out the largest square factor, then check what is left has no square factor of its own. If it does, you have not finished.


Q5Hard

Topic: A radical equation with a fourth root

A model requires the value of xx for which x4=3\sqrt[4]{x} = 3, where xx is a real number. What is the value of xx?

A) 1212

B) 8181

C) 6464

D) 34\frac{3}{4}

Show the worked solution

Answer: B

Explanation

To undo a fourth root, raise both sides to the fourth power:

(x4)4=34\left(\sqrt[4]{x}\right)^4 = 3^4

x=81x = 81

Check: 814=3\sqrt[4]{81} = 3, because 3×3×3×3=813 \times 3 \times 3 \times 3 = 81. Correct.

Why each wrong option is wrong:

  • A, 1212 — multiplied 3 by 4. A root is not a division and its inverse is not a multiplication.
  • C, 6464 — computed 434^3 instead of 343^4. The base and the exponent are not interchangeable: 43=644^3 = 64 but 34=813^4 = 81.
  • D, 34\frac{3}{4} — divided by 4.

Takeaway: an nnth root is undone by an nnth power. And keep the base and the exponent the right way round — they give different answers.


Q6Medium

Topic: Zero and negative exponents together

A calculation reduces to 30+213^0 + 2^{-1}. What is the value of the expression?

F) 12\frac{1}{2}

G) 32\frac{3}{2}

H) 00

J) 52\frac{5}{2}

Show the worked solution

Answer: G

Explanation

Two separate rules:

30=1(anything except 0, to the power 0, is 1)3^0 = 1 \qquad \text{(anything except 0, to the power 0, is 1)}

21=121=122^{-1} = \frac{1}{2^1} = \frac{1}{2}

1+12=321 + \frac{1}{2} = \frac{3}{2}

Why each wrong option is wrong:

  • F, 12\frac{1}{2} — took 303^0 to be 0. The exponent being zero does not make the term zero; it makes it one.
  • H, 00 — took both terms as zero.
  • J, 52\frac{5}{2} — used 2 for 303^0.

Takeaway: x0=1x^0 = 1, always. A zero exponent means "no copies of the base multiplied together", and an empty product is 1, not 0.


Section 2 — Number Properties and Scientific Notation

A handful of definitions that the ACT uses without explaining:

  • a factor of nn divides into nn exactly; a multiple of nn is nn times a whole number
  • a prime has exactly two factors, itself and 1. 2 is prime; 1 is not
  • the greatest common factor is the largest number dividing both
  • the lowest common multiple is the smallest number both divide into

"Shared out with nothing left over" is a common factor. "Happens together again" is a common multiple.


Q7Medium

Topic: Prime factors of a number

A number-theory question asks for the prime factorisation of 84 in order to compare it with another number's factors. Which of the following is the prime factorisation of 84?

A) 22×3×72^2 \times 3 \times 7

B) 2×422 \times 42

C) 4×214 \times 21

D) 2×3×72 \times 3 \times 7

Show the worked solution

Answer: A

Explanation

Divide by primes until nothing composite is left:

84=2×42=2×2×21=2×2×3×784 = 2 \times 42 = 2 \times 2 \times 21 = 2 \times 2 \times 3 \times 7

So

84=22×3×784 = 2^2 \times 3 \times 7

Check by multiplying back: 4×3×7=844 \times 3 \times 7 = 84. Correct.

Why each wrong option is wrong:

  • B, 2×422 \times 42 and C, 4×214 \times 21 — correct products, but 42, 4 and 21 are not prime, so neither is a prime factorisation. Multiply them out and both give 84, which is exactly why the word "prime" in the question matters.
  • D, 2×3×72 \times 3 \times 7 — dropped one of the two factors of 2, giving 42.

Takeaway: keep dividing until every factor is prime, then check by multiplying back. Getting the right product is not enough; the form is what is being asked for.


Q8Basic

Topic: Writing a number in scientific notation

A measurement of 0.00042 metres has to be entered in scientific notation. Which of the following is 0.00042 written that way?

F) 4.2×1034.2 \times 10^{-3}

G) 42×10542 \times 10^{-5}

H) 4.2×1054.2 \times 10^{-5}

J) 4.2×1044.2 \times 10^{-4}

Show the worked solution

Answer: J

Explanation

Move the decimal point so that exactly one non-zero digit stands in front of it:

0.000424.20.00042 \longrightarrow 4.2

The point moved 4 places to the right, and moving right makes the number bigger, so the power of ten must make it smaller again:

4.2×1044.2 \times 10^{-4}

Check: 4.2×0.0001=0.000424.2 \times 0.0001 = 0.00042. Correct.

Why each wrong option is wrong:

  • F, 4.2×1034.2 \times 10^{-3}, G, 42×10542 \times 10^{-5} and H, 4.2×1054.2 \times 10^{-5} — all have the right leading number and the wrong power. Counting the places is the whole question, so count them twice, and always check by expanding the answer back out.

Takeaway: a number smaller than 1 has a negative power of ten. Count the places the point moves, then expand your answer to check.


Q9Medium

Topic: The lowest common multiple in context

Two lighthouses flash at regular intervals: one every 12 seconds and the other every 18 seconds. They have just flashed together. After how many seconds will they next flash at the same time?

A) 66

B) 3030

C) 3636

D) 216216

Show the worked solution

Answer: C

Explanation

They coincide at times that are multiples of both 12 and 18, so the first is the lowest common multiple.

12=22×318=2×3212 = 2^2 \times 3 \qquad 18 = 2 \times 3^2

Take the highest power of each prime that appears:

22×32=362^2 \times 3^2 = 36

Check: 36=3×1236 = 3 \times 12 and 36=2×1836 = 2 \times 18. Both whole. Correct.

Why each wrong option is wrong:

  • A, 66 — gave the greatest common factor, 6. That is the wrong tool: a factor is smaller than both intervals, and they cannot coincide before either has flashed.
  • B, 3030 — added the intervals.
  • D, 216216 — multiplied them. 216 is a common multiple, but it is not the lowest one, and the question asks when they next coincide.

Takeaway: "when do they happen together again" is the lowest common multiple. Multiplying always gives a common multiple, but rarely the lowest.


Section 3 — Complex Numbers

The ACT tests this and the SAT does not, so it is worth reading carefully even if you have never met it.

There is no real number whose square is negative. So mathematicians defined one:

i=1which meansi2=1i = \sqrt{-1} \qquad \text{which means} \qquad i^2 = -1

That single fact is nearly the whole topic. Everything else follows from it, and the powers of ii cycle every four:

i1=ii2=1i3=ii4=1i5=ii^1 = i \qquad i^2 = -1 \qquad i^3 = -i \qquad i^4 = 1 \qquad i^5 = i \dots

To find any power of ii, divide the exponent by 4 and use the remainder.

A complex number is written a+bia + bi: a real part and an imaginary part. Add them like algebra, keeping real with real. Multiply them like brackets, then replace every i2i^2 with 1-1.


Q10Medium

Topic: A high power of the imaginary unit

A calculation produces i27i^{27}, where ii is defined by i2=1i^2 = -1. What is i27i^{27}?

F) 11

G) ii

H) i- i

J) 1-1

Show the worked solution

Answer: H

Explanation

Divide the exponent by 4 and keep the remainder:

27÷4=6 remainder 327 \div 4 = 6 \text{ remainder } 3

So i27=i3i^{27} = i^{3}, and from the cycle

i3=ii^{3} = -i

Why it works: i27=(i4)6×i3=16×i3=i3i^{27} = (i^4)^6 \times i^3 = 1^6 \times i^3 = i^3, because i4=1i^4 = 1 and 1 to any power is 1.

Why each wrong option is wrong:

  • F, 11, G, ii and J, 1-1 — each uses a different remainder. Only the arithmetic of 27÷427 \div 4 separates them, so do that division carefully; it is the entire question.

Takeaway: powers of ii cycle i,1,i,1i, -1, -i, 1 with period 4. Divide the exponent by 4 and use the remainder: 1, 2, 3, 0 give ii, 1-1, i-i, 11.


Q11Medium

Topic: Multiplying two complex numbers

Two complex numbers (3+2i)(3 + 2i) and (4i)(4 - i) are multiplied together, where ii satisfies i2=1i^2 = -1. What is the product, in the form a+bia + bi?

A) 12+5i12 + 5 i

B) 10+5i10 + 5 i

C) 145i14 - 5 i

D) 14+5i14 + 5 i

Show the worked solution

Answer: D

Explanation

Expand as ordinary brackets:

(3+2i)(4i)=123i+8i2i2(3 + 2i)(4 - i) = 12 - 3i + 8i - 2i^2

Collect the ii terms: 3i+8i=5i-3i + 8i = 5i.

Now the key step — replace i2i^2 with 1-1:

2i2=2(1)=+2-2i^2 = -2(-1) = +2

So

12+2+5i=14+5i12 + 2 + 5i = 14 + 5i

Why each wrong option is wrong:

  • A, 12+5i12 + 5 i — expanded correctly but left the 2i2-2i^2 alone, so the real part stayed 12. This is the mistake the question exists to catch.
  • B, 10+5i10 + 5 i — subtracted the 2 rather than adding it, forgetting that 2×1-2 \times -1 is positive.
  • C, 145i14 - 5 i — sign slip when collecting 3i+8i-3i + 8i.

Takeaway: expand normally, then hunt for every i2i^2 and replace it with 1-1. A i2-i^2 becomes +1+1 — two negatives, and it is easy to keep only one.


Q12Hard

Topic: Adding roots of negative numbers

An expression requires 9+16\sqrt{-9} + \sqrt{-16}, where ii is defined by i2=1i^2 = -1. What is the value?

F) 7i7 i

G) 5i5 i

H) 7-7

J) 55

Show the worked solution

Answer: F

Explanation

Convert each root separately first:

9=91=3i16=4i\sqrt{-9} = \sqrt{9}\sqrt{-1} = 3i \qquad \sqrt{-16} = 4i

Now add, treating ii like a variable:

3i+4i=7i3i + 4i = 7i

Why you must convert first. The rule a×b=ab\sqrt{a} \times \sqrt{b} = \sqrt{ab} only holds when aa and bb are not negative. Combining under one root here would give 25=5i\sqrt{-25} = 5i, which is wrong — and it is option G.

Why each wrong option is wrong:

  • G, 5i5 i — combined the two roots into 25\sqrt{-25}.
  • H, 7-7 — dropped the ii and kept a minus sign.
  • J, 55 — ignored the minus signs and worked with 9+16\sqrt{9} + \sqrt{16}.

Takeaway: rewrite each negative\sqrt{\text{negative}} as a multiple of ii before doing anything else. The usual root rules do not survive a negative under the sign.


Section 4 — Matrices

A matrix is a rectangular block of numbers, described by its size: a 2×32 \times 3 matrix has 2 rows and 3 columns. Rows first, always.

The ACT asks for very little:

  • Adding — add matching entries. Both matrices must be the same size.
  • Multiplying by a number (a scalar) — multiply every entry.
  • The determinant of a 2×22 \times 2 — for (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} it is adbcad - bc: the product of the main diagonal minus the product of the other one.

That is essentially the whole syllabus. The commonest error is multiplying only the first entry by the scalar.


Q13Basic

Topic: Multiplying a matrix by a number

A transformation is scaled by multiplying the matrix (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} by 5. What is the resulting matrix?

A) [5234]\left[\begin{matrix}5 & 2\\3 & 4\end{matrix}\right]

B) [5101520]\left[\begin{matrix}5 & 10\\15 & 20\end{matrix}\right]

C) [6789]\left[\begin{matrix}6 & 7\\8 & 9\end{matrix}\right]

D) [51034]\left[\begin{matrix}5 & 10\\3 & 4\end{matrix}\right]

Show the worked solution

Answer: B

Explanation

Multiply every one of the four entries by 5:

5(1234)=(5×15×25×35×4)=(5101520)5\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 5 \times 1 & 5 \times 2 \\ 5 \times 3 & 5 \times 4 \end{pmatrix} = \begin{pmatrix} 5 & 10 \\ 15 & 20 \end{pmatrix}

Why each wrong option is wrong:

  • A, [5234]\left[\begin{matrix}5 & 2\\3 & 4\end{matrix}\right] — multiplied only the top-left entry.
  • C, [6789]\left[\begin{matrix}6 & 7\\8 & 9\end{matrix}\right] — added 5 to each entry instead of multiplying.
  • D, [51034]\left[\begin{matrix}5 & 10\\3 & 4\end{matrix}\right] — multiplied the first row and left the second alone.

Takeaway: a scalar reaches every entry. Count them: a 2×22 \times 2 has four, and all four must change.


Q14Medium

Topic: The determinant of a 2 by 2 matrix

A system's behaviour depends on the determinant of (6342)\begin{pmatrix} 6 & 3 \\ 4 & 2 \end{pmatrix}. What is the determinant of this matrix?

F) 2424

G) 1010

H) 00

J) 1212

Show the worked solution

Answer: H

Explanation

For (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} the determinant is adbcad - bc:

(6×2)(3×4)=1212=0(6 \times 2) - (3 \times 4) = 12 - 12 = 0

A determinant of zero is not a mistake — it is a meaningful answer, telling you the two rows are multiples of one another. Here the first row is exactly 1.51.5 times the second.

Why each wrong option is wrong:

  • F, 2424 — added the two products instead of subtracting.
  • G, 1010 — multiplied down the columns, 6imes34imes26 imes 3 - 4 imes 2, instead of along the diagonals. Note that subtracting the right products in the wrong order, bcadbc - ad, would give 0 here as well — with this matrix that particular slip is invisible, which is a good reason to fix the order by habit rather than by checking the answer.
  • J, 1212 — used only the main diagonal.

Takeaway: adbcad - bc, main diagonal first. A determinant of 0 is a real answer, and it means the rows are proportional.


Q15Medium

Topic: Adding two matrices

Two sets of readings are stored as matrices and must be combined entry by entry:

(2105)+(3421)\begin{pmatrix} 2 & -1 \\ 0 & 5 \end{pmatrix} + \begin{pmatrix} 3 & 4 \\ -2 & 1 \end{pmatrix} What is the sum?

A) [5326]\left[\begin{matrix}5 & 3\\-2 & 6\end{matrix}\right]

B) [5326]\left[\begin{matrix}5 & 3\\2 & 6\end{matrix}\right]

C) [6405]\left[\begin{matrix}6 & -4\\0 & 5\end{matrix}\right]

D) [1524]\left[\begin{matrix}-1 & -5\\2 & 4\end{matrix}\right]

Show the worked solution

Answer: A

Explanation

Add each pair in matching positions:

(2+31+40+(2)5+1)=(5326)\begin{pmatrix} 2+3 & -1+4 \\ 0+(-2) & 5+1 \end{pmatrix} = \begin{pmatrix} 5 & 3 \\ -2 & 6 \end{pmatrix}

Why each wrong option is wrong:

  • B, [5326]\left[\begin{matrix}5 & 3\\2 & 6\end{matrix}\right] — got +2+2 in the bottom left, ignoring the minus sign on 2-2.
  • C, [6405]\left[\begin{matrix}6 & -4\\0 & 5\end{matrix}\right] — multiplied matching entries rather than adding them.
  • D, [1524]\left[\begin{matrix}-1 & -5\\2 & 4\end{matrix}\right] — subtracted the first matrix from the second.

Takeaway: matrix addition is entry-by-entry, and the negative signs are where the marks go. Work position by position, not left to right along the whole block.


Section 5 — Vectors

A vector has both a size and a direction, written by its components: 3,4\langle 3, 4 \rangle means 3 across and 4 up.

  • Add two vectors by adding matching components.
  • Its magnitude — its length — comes from Pythagoras:

a,b=a2+b2\left| \langle a, b \rangle \right| = \sqrt{a^2 + b^2}

That is the entire ACT vector syllabus. Notice that magnitude is Pythagoras wearing different notation, so if you can find the hypotenuse of a right triangle you can already do this.


Q16Medium

Topic: The magnitude of a vector

A force is recorded as the vector 5,12\langle 5, -12 \rangle, and its magnitude is needed for a stress calculation. What is the magnitude of the vector?

F) 7-7

G) 1313

H) 77

J) 1717

Show the worked solution

Answer: G

Explanation

Magnitude is Pythagoras on the two components:

52+(12)2=25+144=169=13\sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13

Notice that squaring removes the minus sign, which is why a magnitude can never come out negative. A length has no direction.

Why each wrong option is wrong:

  • F, 7-7 — added the components, giving a negative "length".
  • H, 77 and J, 1717 — subtracted or added the sizes without squaring. Both would give the right answer only if the two components pointed the same way, and they do not — they are at right angles.

Takeaway: magnitude is a2+b2\sqrt{a^2 + b^2}. Square first, so the signs disappear, and expect a positive answer every time. (5, 12, 13 is a Pythagorean triple worth memorising — see Chapter 8.)


Q17Medium

Topic: Adding two vectors

Two displacements are recorded as 2,3\langle 2, -3 \rangle and 5,8\langle -5, 8 \rangle, and the combined displacement is their sum. What is the sum of the two vectors?

A) (7, 11)\left( 7, \ -11\right)

B) (10, 24)\left( -10, \ -24\right)

C) (3, 5)\left( -3, \ -5\right)

D) (3, 5)\left( -3, \ 5\right)

Show the worked solution

Answer: D

Explanation

Add the matching components:

2+(5),  3+8=3,  5\langle 2 + (-5), \; -3 + 8 \rangle = \langle -3, \; 5 \rangle

Take the two separately and slowly. 2+(5)=32 + (-5) = -3; 3+8=5-3 + 8 = 5.

Why each wrong option is wrong:

  • A, (7, 11)\left( 7, \ -11\right) — subtracted the second vector from the first.
  • B, (10, 24)\left( -10, \ -24\right) — multiplied the components.
  • C, (3, 5)\left( -3, \ -5\right) — got the first component right and slipped a sign on the second.

Takeaway: vector addition is component by component. Write the two calculations on separate lines — running them together in your head is where the sign errors come from.


Section 6 — Sequences

A sequence is a list of numbers following a rule. The ACT tests two kinds, and the first job is always to work out which one you have.

Arithmetic — you add the same amount each time. That amount is the common difference, dd.

nth term=a+(n1)dn\text{th term} = a + (n - 1)d

Geometric — you multiply by the same amount each time. That amount is the common ratio, rr.

nth term=arn1n\text{th term} = a \cdot r^{\,n-1}

In both, aa is the first term. And in both, the exponent and the bracket contain n1n - 1, not nn — because getting from term 1 to term nn takes n1n - 1 steps. That off-by-one is the single most common sequence error.

How to tell them apart: subtract consecutive terms. If you always get the same number, it is arithmetic. If not, divide consecutive terms instead; the same number means geometric.


Q18Medium

Topic: A term of an arithmetic sequence

A sequence begins 7,  21,  35,  49,7, \; 21, \; 35, \; 49, \dots, and each term is obtained by adding the same fixed amount to the one before it. What is the 20th term?

F) 287287

G) 140140

H) 133133

J) 273273

Show the worked solution

Answer: J

Explanation

First check which kind of sequence it is. Subtract consecutive terms:

217=143521=144935=1421 - 7 = 14 \qquad 35 - 21 = 14 \qquad 49 - 35 = 14

Always 14, so it is arithmetic with a=7a = 7 and d=14d = 14.

20th term=a+(n1)d=7+19×14=7+266=273\text{20th term} = a + (n - 1)d = 7 + 19 \times 14 = 7 + 266 = 273

Why each wrong option is wrong:

  • F, 287287 — used a+nda + nd instead of a+(n1)da + (n-1)d, adding one difference too many. This is the off-by-one the formula is designed to prevent.
  • G, 140140 — multiplied the first term by 20, which would only work if the sequence started at 0 and had difference 7.
  • H, 133133 — used 7 as the common difference.

Takeaway: a+(n1)da + (n-1)d. There are n1n - 1 steps to reach the nnth term, not nn — you are already standing on the first one.


Q19Medium

Topic: A term of a geometric sequence

A culture is measured as 3,  12,  48,  192,3, \; 12, \; 48, \; 192, \dots where each value is obtained from the one before by multiplying by a fixed amount. The 7th term is required. What is it?

A) 4915249152

B) 2727

C) 1228812288

D) 8484

Show the worked solution

Answer: C

Explanation

Subtracting gives 123=912 - 3 = 9 and 4812=3648 - 12 = 36 — not constant, so it is not arithmetic. Divide instead:

123=44812=419248=4\frac{12}{3} = 4 \qquad \frac{48}{12} = 4 \qquad \frac{192}{48} = 4

Constant, so it is geometric with a=3a = 3 and r=4r = 4.

7th term=arn1=3×46=3×4096=12288\text{7th term} = a \cdot r^{\,n-1} = 3 \times 4^{6} = 3 \times 4096 = 12288

Why each wrong option is wrong:

  • A, 4915249152 — used rnr^n instead of rn1r^{n-1}, giving a term four times too big.
  • B, 2727 — treated the sequence as arithmetic with a difference of 4.
  • D, 8484 — multiplied the three numbers together.

Takeaway: subtract to test for arithmetic; if that fails, divide to test for geometric. Then use arn1a \cdot r^{\,n-1} — the exponent is one less than the term number.


Q20Hard

Topic: Working backwards to the first term

The nnth term of an arithmetic sequence is 5n+35n + 3. A researcher needs the sum of the first three terms of that sequence. What is that sum?

F) 3939

G) 88

H) 1818

J) 3333

Show the worked solution

Answer: F

Explanation

Substitute n=1,2,3n = 1, 2, 3 in turn:

n=1:  5(1)+3=8n = 1: \; 5(1) + 3 = 8 n=2:  5(2)+3=13n = 2: \; 5(2) + 3 = 13 n=3:  5(3)+3=18n = 3: \; 5(3) + 3 = 18

8+13+18=398 + 13 + 18 = 39

Notice the terms go up by 5 each time, which matches the coefficient of nn — that is a useful check that the substitution was done correctly.

Why each wrong option is wrong:

  • G, 88 and H, 1818 — gave a single term rather than the sum.
  • J, 3333 — added 1+2+31 + 2 + 3 first and applied the rule once, to n=6n = 6. The rule has to be applied to each term separately, then the results added.

Takeaway: an nnth-term expression is a machine — feed it each nn in turn. Do not put a sum of nn values into it.


Q21Medium

Topic: Scalar multiplication of a vector

A force is recorded as the vector 2,5\langle -2, 5 \rangle and is then tripled in size while keeping its direction. What is the resulting vector?

A) (2, 15)\left( -2, \ 15\right)

B) (6, 5)\left( -6, \ 5\right)

C) (6, 15)\left( -6, \ 15\right)

D) (1, 8)\left( 1, \ 8\right)

Show the worked solution

Answer: C

Explanation

Multiply both components by 3:

32,5=6,153\langle -2, 5 \rangle = \langle -6, 15 \rangle

The sign is carried through: 3×(2)=63 \times (-2) = -6.

Why each wrong option is wrong:

  • A, (2, 15)\left( -2, \ 15\right) and B, (6, 5)\left( -6, \ 5\right) — multiplied one component and left the other.
  • D, (1, 8)\left( 1, \ 8\right) — added 3 to each rather than multiplying.

Takeaway: a scalar reaches every component, signs included. The direction is unchanged; only the length scales.


Q22Hard

Topic: Subtracting one vector from another

Two displacements are recorded as u=7,2\mathbf{u} = \langle 7, -2 \rangle and v=3,4\mathbf{v} = \langle 3, 4 \rangle. What is uv\mathbf{u} - \mathbf{v}?

F) (4, 6)\left( 4, \ -6\right)

G) (4, 6)\left( -4, \ 6\right)

H) (10, 2)\left( 10, \ 2\right)

J) (4, 2)\left( 4, \ 2\right)

Show the worked solution

Answer: F

Explanation

Subtract matching components, keeping the order the question gives:

73,  24=4,  6\langle 7 - 3, \; -2 - 4 \rangle = \langle 4, \; -6 \rangle

Do the two on separate lines. The second is 24-2 - 4, which is 6-6, not 22 — running them together in your head is where the sign goes.

Why each wrong option is wrong:

  • G, (4, 6)\left( -4, \ 6\right) — computed vu\mathbf{v} - \mathbf{u}, which is the negative of the answer.
  • H, (10, 2)\left( 10, \ 2\right) — added the vectors.
  • J, (4, 2)\left( 4, \ 2\right) — got the first component right and slipped the sign on the second.

Takeaway: vector subtraction is component by component and is not symmetric: uv\mathbf{u} - \mathbf{v} and vu\mathbf{v} - \mathbf{u} point opposite ways.


Q23Medium

Topic: A vector's magnitude from its components

A displacement is recorded as 6,8\langle -6, 8 \rangle, and its magnitude is required. What is the magnitude?

A) 1010

B) 22

C) 1414

D) 14\sqrt{14}

Show the worked solution

Answer: A

Explanation

(6)2+82=36+64=100=10\sqrt{(-6)^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10

Another 6-8-10 triangle, which is 3-4-5 doubled.

Why each wrong option is wrong:

  • B, 22 and C, 1414 — combined the components without squaring. Both would only be right if the two pointed along the same line; they are at right angles.
  • D, 14\sqrt{14} — added before squaring.

Takeaway: magnitude is a2+b2\sqrt{a^2 + b^2} — square first, so the signs vanish, then root at the end.


Q24Medium

Topic: Adding two complex numbers

Two complex numbers (43i)(4 - 3i) and (1+7i)(-1 + 7i) are added, where ii satisfies i2=1i^2 = -1. What is the sum?

F) 34i3 - 4 i

G) 5+4i5 + 4 i

H) 3+4i3 + 4 i

J) 3+10i3 + 10 i

Show the worked solution

Answer: H

Explanation

Add the real parts and the imaginary parts separately:

real: 4+(1)=3imaginary: 3+7=4\text{real: } 4 + (-1) = 3 \qquad \text{imaginary: } -3 + 7 = 4

(43i)+(1+7i)=3+4i(4 - 3i) + (-1 + 7i) = 3 + 4i

There is no i2i^2 here, so nothing needs replacing — that only happens when complex numbers are multiplied.

Why each wrong option is wrong:

  • F, 34i3 - 4 i — subtracted the imaginary parts.
  • G, 5+4i5 + 4 i — subtracted the real parts, giving 4(1)=54 - (-1) = 5.
  • J, 3+10i3 + 10 i — computed 7(3)=107 - (-3) = 10 rather than 3+7-3 + 7.

Takeaway: real with real, imaginary with imaginary. Adding complex numbers never produces an i2i^2, so no substitution is needed.