Algebra 2 Quiz: Using Conjugates With Complex Numbers
Practice Using Conjugates With Complex Numbers in Algebra 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Using Conjugates With Complex Numbers, giving you a quick way to practice the rules, question types, and explanations that matter most for Algebra 2.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
Let z=−6+2i. Using the fact that taking the conjugate twice returns the original number, compute z.
6−2i
−6−2i
−6+2i (correct answer)
6+2i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and how to use them to divide complex numbers by rationalizing denominators. The conjugate of a + bi is a - bi (flip only the sign of the imaginary part, keep real part the same). An important property: taking the conjugate twice returns the original number, because flipping the sign twice brings you back where you started. For z = -6 + 2i, the conjugate is -6 - 2i (flip sign of +2i to -2i). Taking the conjugate again: conjugate of -6 - 2i is -6 + 2i (flip sign of -2i back to +2i). Choice C correctly shows -6 + 2i, which equals the original z. Choice A incorrectly changes the sign of the real part when taking conjugates. Remember: conjugates only flip the imaginary part's sign! This double-conjugate property confirms that conjugation is its own inverse operation.
Question 2
Simplify using the conjugate multiplication property (a+bi)(a−bi)=a2+b2: (6−i)(6+i).
37 (correct answer)
35
36+1
36−1i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and the special property that multiplying conjugates gives a real result. The conjugate of a + bi is a - bi (flip only the sign of the imaginary part, keep real part the same); the magic property: when you multiply a complex number by its conjugate, you always get a real positive result: (a + bi)(a - bi) = a² + b² (the imaginary parts cancel!). For (6 - i)(6 + i), we recognize these as conjugates of each other, so we can apply the formula directly: a = 6 and b = 1 (since 6 - i = 6 - 1i), giving us 6² + 1² = 36 + 1 = 37. Alternatively, multiply it out: (6 - i)(6 + i) = 36 + 6i - 6i - i² = 36 - (-1) = 36 + 1 = 37. Choice B correctly identifies 37 as the product of these conjugates. Choice A shows 35, which might come from incorrectly computing 6² - 1² = 36 - 1 = 35—remember the formula is a² + b², not a² - b²! The sum of squares, not difference, because when you expand (a + bi)(a - bi), the cross terms cancel and i² = -1 makes the last term positive. The (a + bi)(a - bi) = a² + b² pattern appears everywhere in complex number theory: it's the basis for rationalizing denominators, computing moduli, and even in the proof that every polynomial with real coefficients can be factored into linear and quadratic factors with real coefficients!
Question 3
Let z=3−4i. The complex conjugate of z, written z, is found by flipping the sign of the imaginary part only. What is z?
3+4i (correct answer)
−3−4i
3−4i
−3+4i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and how to find the conjugate of a given complex number. The conjugate of a + bi is a - bi (flip only the sign of the imaginary part, keep real part the same): for 3 + 4i, conjugate is 3 - 4i; for 2 - 5i, conjugate is 2 + 5i. For z = 3 - 4i, we identify the real part as 3 and the imaginary part as -4i; to find the conjugate, we keep the real part 3 unchanged and flip the sign of the imaginary part from -4i to +4i, giving us 3 + 4i. Choice B correctly identifies the conjugate by keeping the real part 3 the same and changing only the sign of the imaginary part from negative to positive. Choice C incorrectly flips the sign of BOTH parts: the conjugate of 3 - 4i is 3 + 4i, NOT -3 - 4i—remember to only flip the imaginary part's sign! Conjugate quick reference: to find conjugate of a + bi, keep a the same, flip the sign of bi to get a - bi; visually on the complex plane, the conjugate is the mirror image across the horizontal (real) axis. The conjugate operation is its own inverse: if you take the conjugate twice, you get back to the original number, which makes sense since flipping a sign twice returns it to its original state!
Question 4
A complex number is z=6−i. Which expression equals ∣z∣2 (the modulus squared) using conjugates?
z
z+z
zz (correct answer)
z−z
Explanation: This question tests knowing that |z|² = z \overline{z}. Key concept: modulus squared is a² + b², which is z times conjugate. For example, for i, |i|²=1, i * (-i) = -i² =1. Here for 6 - i, it's (6 - i)(6 + i)=36 + 1=37. Choice C correctly selects z \overline{z}. Choice B is z + \overline{z} = 2 Re(z)=12, not squared. Remember |z|² is always positive real. Use this in polar forms too. Super!
Question 5
For which value of k will 1+2i3+ki result in a purely real number?
k=6 (correct answer)
k=−6
k=23
k=−23
Explanation: To find when the quotient is purely real, multiply by the conjugate: 1+2i3+ki⋅1−2i1−2i=(1+2i)(1−2i)(3+ki)(1−2i)=1−4i23−6i+ki−2ki2=1+43−6i+ki+2k=5(3+2k)+(k−6)i. For this to be purely real, the imaginary part must be zero: k−6=0, so k=6. Choice B gives the negative of the correct answer. Choice C results from setting the real part equal to zero instead. Choice D combines both errors.
Question 6
If z=a+bi where a and b are real, and z⋅z=25, and z+z=6, what are the possible values of z?
3+4i only
3−4i only
3+4i or 3−4i (correct answer)
4+3i or 4−3i
Explanation: From z⋅z=25, we get ∣z∣2=a2+b2=25. From z+z=6, we get (a+bi)+(a−bi)=2a=6, so a=3. Substituting into the first equation: 32+b2=25, so 9+b2=25, giving b2=16 and b=±4. Therefore both z=3+4i and z=3−4i satisfy the conditions. Choice D has the values of a and b swapped.
Question 7
If z=−2+5i, what is ∣z∣2 calculated using the conjugate method?
29 (correct answer)
29
21
3
Explanation: The modulus squared of a complex number can be found by multiplying the number by its conjugate: ∣z∣2=z⋅z. The conjugate of z=−2+5i is z=−2−5i. Therefore: ∣z∣2=(−2+5i)(−2−5i)=(−2)2−(5i)2=4−25i2=4−25(−1)=4+25=29. Choice B gives the modulus itself, not its square. Choice C results from incorrectly computing (−2)2+52−2(−2)(5)=4+25−(−20)=49, then subtracting something. Choice D results from 5−2=3, a completely incorrect approach.
Question 8
In an AC circuit, the impedance is Z=4+3i ohms. A common calculation uses ZZ, which equals the modulus squared. Compute ZZ.
25 (correct answer)
7
1
16+9i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and applying z \overline{z} as the modulus squared in contexts like impedance. The conjugate of a + bi is a - bi; z \overline{z} = a² + b², a real number representing |z|². For Z=4+3i, conjugate 4-3i; product 4² + 3²=16+9=25. In AC circuits, this relates to power calculations, but the math is the same. Choice C correctly computes 25. Choice D leaves it as 16+9i, perhaps forgetting to multiply or apply the formula—remember, the product is real! Use the quick formula a² + b² for any z \overline{z}. Try with 3+4i: 9+16=25, which is |z|²=5²— you're mastering this!
Question 9
Rationalize the denominator and write in standard form a+bi: 3+2i2−i
134−137i (correct answer)
134+137i
137−134i
3+2i4−7i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and using them to rationalize the denominator in division, writing the result in standard a+bi form. For (2−i)/(3+2i), conjugate of denominator is 3−2i; multiply: numerator (2−i)(3−2i)=6−4i−3i+2i2=6−7i+2(−1)=6−7i−2=4−7i; denominator (3+2i)(3−2i)=9+4=13; so (4−7i)/13=4/13−7/13i. Choice A correctly performs this calculation, arriving at 4/13−7/13i. A tempting distractor like Choice B might get the imaginary sign wrong, perhaps by not flipping correctly in multiplication, but double-check FOIL and signs: real parts 2∗3+(−i)(−2i)=6+2i2=6−2=4, imaginary −4i−3i=−7i. Always divide both real and imaginary parts by the real denominator after rationalizing. Great effort—practice with (1+i)/(1−i) to get (1+i)2/(1+1)=(1+2i−1)/2=2i/2=i, building confidence!
Question 10
Compute the product of a complex number and its conjugate, and note it equals the modulus squared. Find (5−4i)(5+4i).
41 (correct answer)
25−16
9
41i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and how to use them to divide complex numbers by rationalizing denominators. The magic property: when you multiply a complex number by its conjugate, you always get a real positive result: (a + bi)(a - bi) = a² + b² (the imaginary parts cancel!). For (5 - 4i)(5 + 4i), notice these are conjugates of each other, so we apply the formula: a = 5 and b = 4 (taking the absolute value), giving us 5² + 4² = 25 + 16 = 41. Choice C correctly computes 41 using the conjugate property formula. Choice B shows the intermediate step 25 - 16 but incorrectly subtracts instead of adding: the formula is a² + b², not a² - b². The (a + bi)(a - bi) = a² + b² pattern always adds the squares! This real result equals the modulus squared of the complex number, which is why conjugates are perfect for eliminating imaginary parts from denominators.
Question 11
A complex number is z=6−i. Which expression equals ∣z∣2 (the modulus squared) using conjugates?
z
z+z
zz (correct answer)
z−z
Explanation: This question tests knowing that |z|² = z \overline{z}. Key concept: modulus squared is a² + b², which is z times conjugate. For example, for i, |i|²=1, i * (-i) = -i² =1. Here for 6 - i, it's (6 - i)(6 + i)=36 + 1=37. Choice C correctly selects z \overline{z}. Choice B is z + \overline{z} = 2 Re(z)=12, not squared. Remember |z|² is always positive real. Use this in polar forms too. Super!
Question 12
Let z=1−2i and w=3+i. Compute zw. (You may use zw=zw.)
5−5i
5+5i (correct answer)
−5+5i
−5−5i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and how to use them to divide complex numbers by rationalizing denominators. The property states that the conjugate of a product equals the product of the conjugates: conjugate of (zw) = (conjugate of z)(conjugate of w). First, let's find zw: (1 - 2i)(3 + i) = 3 + i - 6i - 2i² = 3 - 5i + 2 = 5 - 5i (using i² = -1). The conjugate of (5 - 5i) is 5 + 5i, flipping the sign of the imaginary part from -5i to +5i. Choice B correctly identifies this as 5 + 5i. Choice A incorrectly keeps the imaginary part negative: the conjugate of 5 - 5i is 5 + 5i, not 5 - 5i—you must flip the sign! We can verify using the property: conjugate of z = 1 + 2i, conjugate of w = 3 - i, so their product is (1 + 2i)(3 - i) = 3 - i + 6i - 2i² = 3 + 5i + 2 = 5 + 5i, confirming our answer. This property is very useful when dealing with products of complex numbers and extends to any finite product!
Question 13
Compute the product of a complex number and its conjugate: (4+3i)(4−3i). (Recall (a+bi)(a−bi)=a2+b2, which is real and equals ∣a+bi∣2.)
7
16−9i2
25 (correct answer)
16−9
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and the special property when multiplying them together. The conjugate of a + bi is a - bi (flip only the sign of the imaginary part, keep real part the same): for 3 + 4i, conjugate is 3 - 4i; for 2 - 5i, conjugate is 2 + 5i. The magic property: when you multiply a complex number by its conjugate, you always get a real positive result: (a + bi)(a - bi) = a² + b² (the imaginary parts cancel!). For (4 + 3i)(4 - 3i), we can use the formula directly: a = 4 and b = 3, so the product equals 4² + 3² = 16 + 9 = 25. Choice C correctly gives 25 as the result of this conjugate multiplication. Choice B shows 16 - 9i² but fails to simplify: since i² = -1, this becomes 16 - 9(-1) = 16 + 9 = 25, so it's an incomplete answer that hasn't been fully evaluated. The (a + bi)(a - bi) = a² + b² pattern is worth memorizing: it always gives a real positive number equal to the modulus squared |a + bi|²!
Question 14
In AC circuits, an impedance can be written as Z=4+3i ohms. Compute ZZ.
7i
16+9i
25 (correct answer)
16−9
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and applying the property ZZ=∣Z∣2, which is a real number representing the square of the modulus in contexts like AC circuits. For Z=4+3i, the conjugate Z=4−3i, and ZZ=(4+3i)(4−3i)=16+9=25, using (a+bi)(a−bi)=a2+b2. Choice C correctly computes this as 25, recognizing it's the modulus squared. A tempting distractor like Choice D might forget to simplify with i2=−1 and stop at 16 - 9, but always remember the conjugate product eliminates imaginaries to give a real result. Use this pattern in physics or engineering: ∣Z∣=a2+b2, so ∣Z∣2=a2+b2 directly. You're making fantastic progress—try it with Z=5+12i to get 25+144=169!
Question 15
Which of the following expressions is equivalent to (1−i2+i)?
1−i2+i
1+i2−i (correct answer)
2−i1+i
2+i1−i
Explanation: Using the property (wz)=wz, we have (1−i2+i)=1−i2+i=1+i2−i. Choice A shows the property but isn't simplified to have actual conjugates computed. Choice C inverts the fraction incorrectly. Choice D has the conjugates in the wrong positions (numerator and denominator swapped).
Question 16
Let z=3+4i. Using the fact that (a+bi)(a−bi)=a2+b2 (which equals ∣z∣2), what is zz?
25 (correct answer)
3−4i
9+16i
7
Explanation: This question tests your understanding of complex conjugates and how their product with the complex number gives the modulus squared. The conjugate of a + bi is a - bi, and the magic property is that (a + bi)(a - bi) = a² + b², a real positive number, as the imaginary parts cancel. For example, (3 + 4i)(3 - 4i) = 9 + 16 = 25. This is exactly |z|². To compute z\overline{z} for z = 3 + 4i, identify \overline{z} = 3 - 4i, then multiply to get 25. Choice B correctly applies this property to get 25. Choice A might come from a² - b² = 9 - 16 = -7, but remember it's plus b² since i² = -1 turns the negative to positive. The pattern (a + bi)(a - bi) = a² + b² is worth memorizing! It's the sum of squares. Always check if the result is real; if not, you probably didn't use the conjugate correctly. Keep up the good work!
Question 17
If w=2+i3−2i, what is the value of w+w?
2
56
54
58 (correct answer)
Explanation: When working with complex numbers in fraction form, you'll often need to find the conjugate and perform operations. The key insight here is that w+w always gives you twice the real part of w, so you need to find the real part of this complex fraction.To find w, multiply both numerator and denominator by the conjugate of the denominator. The conjugate of 2+i is 2−i:w=2+i3−2i⋅2−i2−i=(2+i)(2−i)(3−2i)(2−i)The denominator becomes: (2+i)(2−i)=4−i2=4−(−1)=5The numerator becomes: (3−2i)(2−i)=6−3i−4i+2i2=6−7i−2=4−7iTherefore: w=54−7i=54−57iThe conjugate is: w=54+57iSo: w+w=54−57i+54+57i=58Choice A (2) might come from incorrectly simplifying the original fraction. Choice B (56) could result from using only the real part of the numerator before rationalization. Choice C (54) is just the real part of w, forgetting to double it when adding the conjugate.Remember: z+z=2⋅Re(z). This shortcut can save time once you find the real part of any complex number.
Question 18
Compute the product and note it is always real and nonnegative: (6−2i)(6+2i).
32
36−4
40 (correct answer)
36+4i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and their product being real and nonnegative. The conjugate of a + bi is a - bi; their product is a² + b², always real and positive (or zero). For (6 - 2i)(6 + 2i), it's 62+22=36+4=40. You can expand: 6×6=36, 6×2i=12i, −2i×6=−12i, −2i×2i=−4i2=4; 36+4=40, imaginaries cancel. Choice C correctly computes 40 using the formula. Choice A is 32, perhaps from 36 -4 instead of +4, forgetting i²=-1 makes -(-4)=+4. The pattern (a + bi)(a - bi) = a² + b² is key for modulus and rationalizing. Memorize it and practice with (5+i)(5−i)=25+1=26—you've got this!
Question 19
Compute using conjugates and express in a+bi form: 3−i1+2i.
101+107i (correct answer)
101−107i
3+i1+2i
41+21i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and how to use them to divide complex numbers by rationalizing denominators. The conjugate of a + bi is a - bi (flip only the sign of the imaginary part, keep real part the same); when dividing complex numbers, we multiply by the conjugate of the denominator to make it real. To divide (1 + 2i) by (3 - i) using conjugates: (1) Identify conjugate of denominator: conjugate of 3 - i is 3 + i. (2) Multiply numerator and denominator by this conjugate: [(1 + 2i)(3 + i)] / [(3 - i)(3 + i)]. (3) Multiply numerator using FOIL: (1 + 2i)(3 + i) = 3 + i + 6i + 2i² = 3 + 7i + 2(-1) = 3 + 7i - 2 = 1 + 7i. (4) Multiply denominator: (3 - i)(3 + i) = 3² + 1² = 9 + 1 = 10. (5) Divide: (1 + 7i)/10 = 1/10 + 7i/10. Choice A correctly shows 1/10 + 7i/10 as the result in standard a + bi form. Choice B shows 1/10 - 7i/10, which has the wrong sign for the imaginary part—when we computed the numerator as 1 + 7i, dividing by 10 preserves the positive sign: (1 + 7i)/10 = 1/10 + 7i/10, not 1/10 - 7i/10! Division tip: after finding your answer, verify by multiplying it by the original denominator—you should get back the original numerator. Here: (1/10 + 7i/10)(3 - i) = 3/10 - i/10 + 21i/10 - 7i²/10 = 3/10 + 20i/10 + 7/10 = 10/10 + 20i/10 = 1 + 2i ✓
Question 20
Compute (3+2i2−i)
3−2i2−i
3−2i2+i (correct answer)
−3−2i−2+i
3+2i2+i
Explanation: This question tests your understanding of complex conjugates—pairs of complex numbers that differ only in the sign of their imaginary part—and the property that the conjugate of a quotient is the quotient of the conjugates: (z/w)=z/w. To compute ((2−i)/(3+2i)), first simplify the division or use the property directly: conjugate of numerator 2−i is 2+i, conjugate of denominator 3+2i is 3−2i, so z/w=(2+i)/(3−2i). Choice B correctly applies this property, giving (2+i)/(3−2i). A tempting distractor like Choice D might flip the sign in the denominator incorrectly to 3+2i instead of 3−2i, but remember to flip only the imaginary sign for each conjugate. The strategy is to handle conjugates of operations: for products, zw=zw; for quotients, as above—practice by verifying with numbers, like computing the quotient first then conjugating to confirm. Keep up the excellent work; these properties save time in complex calculations!