De Moivre’s Theorem – Powers and Roots ECE Board Exam | PinoyBIX

De Moivre's theorem powers and nth roots complex numbers ECE board exam infographic by PinoyBIX

DaysHoursMinSec
This offer has expired!

There is one question type in the Engineering Mathematics section of the board exam that consistently produces incomplete answers. Not wrong answers. Incomplete ones. A student finds one root, feels confident, moves on, and leaves the remaining roots sitting on the page uncollected. De Moivre’s theorem is the topic. Finding all nth roots is the trap.

This is Part 3 of the Complete Complex Numbers ECE and EE Board Exam Reviewer Series on PinoyBIX.org. Part 1 covered the four forms. Part 2 covered operations. This part covers De Moivre’s theorem in full — integer powers, all nth roots, the root circle diagram, and every examiner trap associated with this topic.


📋 BOARD EXAM RELEVANCE

  • ECE (Electronics Engineer) — De Moivre’s theorem appears in Engineering Mathematics. Integer powers and nth roots are both tested. High frequency topic. Expect 3 to 6 items covering powers, cube roots, and fourth roots specifically.
  • EE (Electrical Engineer) — Appears in Engineering Mathematics. Powers of complex numbers appear in phasor and AC circuit derivations. High frequency topic.
  • ME (Mechanical Engineer) — Appears in Engineering Mathematics. Integer powers are tested regularly. Nth roots appear occasionally. Moderate frequency.
  • CE (Civil Engineer) — Appears in Engineering Mathematics. Integer powers and square roots are the most tested. Moderate frequency.
  • ChE (Chemical Engineer) — Appears in Engineering Mathematics. Powers of complex numbers appear in transfer function and stability analysis problems. Moderate frequency.
  • GeE (Geodetic Engineer) — Appears in Engineering Mathematics. Basic powers and principal roots are tested. Low to moderate frequency.
  • MetE and MinE — Appears in Engineering Mathematics. Integer powers only at the basic level. Low frequency.
  • Naval Architect and Marine Engineer — Appears in Engineering Mathematics and vibration analysis. Powers and roots both appear. Moderate frequency.

Bottom line: ECE and EE examinees must master both integer powers and all nth roots completely. ME, CE, and ChE examinees must master integer powers and square roots at minimum. All other boards need solid command of the theorem statement and basic power calculations.


What is De Moivre’s Theorem?

De Moivre’s theorem gives you a direct method for raising a complex number to any integer power. Without it, computing (3 + j4)^5 by hand requires five successive multiplications using the FOIL method. With it, the same computation takes three lines.

The theorem works only in polar form. This is the reason the form selection rules from Part 1 matter so much. If you cannot convert between rectangular and polar quickly, De Moivre’s theorem becomes painful to apply.

KEY FORMULA — De Moivre’s Theorem

    \[z^n = \left[r\angle\theta\right]^n = r^n\angle n\theta\]

Expanded form:

    \[\left[r(\cos\theta + j\sin\theta)\right]^n = r^n(\cos n\theta + j\sin n\theta)\]

Raise the modulus to the power n. Multiply the angle by n. That is the complete theorem.

The value of n can be any integer — positive, negative, or zero. For fractional values of n, the theorem extends to nth root calculations, which we cover in detail below.


How to Raise a Complex Number to a Power

The procedure has three steps and never changes regardless of the exponent.

KEY PROCEDURE — Applying De Moivre’s Theorem for Powers

  1. Convert to polar form. Find r = \sqrt{a^2 + b^2} and \theta = \arctan(b/a). Adjust \theta for the correct quadrant.
  2. Apply the theorem. Raise r to the power n. Multiply \theta by n. Write the result as r^n\angle n\theta.
  3. Convert back if needed. If the problem asks for rectangular form, use a = r^n\cos(n\theta) and b = r^n\sin(n\theta).

How to Find All nth Roots of a Complex Number

Every complex number has exactly n distinct nth roots. They all have the same modulus and they are spaced equally around a circle in the complex plane. The spacing between consecutive roots is always \dfrac{360°}{n}.

Most students know how to find the principal root. The board exam asks for all of them.

KEY FORMULA — The nth Root Formula

    \[z_k = r^{1/n}\angle\dfrac{\theta + 360°k}{n} \qquad k = 0,\, 1,\, 2,\, \ldots,\, (n-1)\]

where:

  • r^{1/n} is the modulus of each root (same for all roots)
  • \theta is the argument of the original complex number
  • k runs from 0 to n - 1, giving exactly n roots
  • k = 0 gives the principal root
  • Consecutive roots are spaced \dfrac{360°}{n} apart

The root circle is a useful visual tool. All n roots lie on a circle of radius r^{1/n} centered at the origin. They are equally spaced at angles of \dfrac{360°}{n} from each other. If your computed roots do not show this spacing pattern, something went wrong in the calculation.


Worked Problems — Board Exam Type Questions

The following 10 problems represent actual ECE, EE, ME, CE, and ChE board exam question types on De Moivre’s theorem. Work each problem completely before reading the solution.


Problem 1 — ECE Board Exam Type

Find (1 + j)^8 using De Moivre’s theorem.

Given: z = 1 + j, exponent n = 8

Find: z^8

Solution:

Step 1: Convert z = 1 + j to polar form.

    \[r = \sqrt{1^2 + 1^2} = \sqrt{2}\]

    \[\theta = \arctan\!\left(\dfrac{1}{1}\right) = 45° \quad \text{(Quadrant I)}\]

    \[z = \sqrt{2}\angle 45°\]

Step 2: Apply De Moivre’s theorem.

    \[z^8 = \left(\sqrt{2}\right)^8\angle(8 \times 45°) = 2^4\angle 360° = 16\angle 360°\]

Step 3: Note that 360° is equivalent to 0°.

    \[16\angle 360° = 16\angle 0° = 16(\cos 0° + j\sin 0°) = 16(1 + j \cdot 0) = 16\]

✓ ANSWER: (1 + j)^8 = 16

Examiner note: An angle of 360° is the same as 0°. The result is a pure real number. This is a known board exam result — (1 + j)^8 = 16. Recognize it on sight.


Problem 2 — ECE Board Exam Type

Find (1 + j\sqrt{3})^4 using De Moivre’s theorem.

Given: z = 1 + j\sqrt{3}, exponent n = 4

Find: z^4 in rectangular form.

Solution:

Step 1: Convert to polar form.

    \[r = \sqrt{1^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = \sqrt{4} = 2\]

    \[\theta = \arctan\!\left(\dfrac{\sqrt{3}}{1}\right) = \arctan(\sqrt{3}) = 60° \quad \text{(Quadrant I)}\]

    \[z = 2\angle 60°\]

Step 2: Apply De Moivre’s theorem.

    \[z^4 = 2^4\angle(4 \times 60°) = 16\angle 240°\]

Step 3: Convert to rectangular form.

    \[a = 16\cos 240° = 16\!\left(-\dfrac{1}{2}\right) = -8\]

    \[b = 16\sin 240° = 16\!\left(-\dfrac{\sqrt{3}}{2}\right) = -8\sqrt{3} \approx -13.86\]

✓ ANSWER: (1 + j\sqrt{3})^4 = -8 - j8\sqrt{3} \approx -8 - j13.86

Examiner note: 240° is in Quadrant III. Both cosine and sine are negative in Quadrant III, so both the real and imaginary parts of the result are negative. If you get a positive component for an angle in Quadrant III, check your trigonometric evaluation.


Problem 3 — EE Board Exam Type

Compute (\sqrt{3} + j)^6.

Given: z = \sqrt{3} + j, exponent n = 6

Find: z^6

Solution:

Step 1: Convert to polar form.

    \[r = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = 2\]

    \[\theta = \arctan\!\left(\dfrac{1}{\sqrt{3}}\right) = 30° \quad \text{(Quadrant I)}\]

    \[z = 2\angle 30°\]

Step 2: Apply De Moivre’s theorem.

    \[z^6 = 2^6\angle(6 \times 30°) = 64\angle 180°\]

Step 3: Convert to rectangular form.

    \[a = 64\cos 180° = 64(-1) = -64\]

    \[b = 64\sin 180° = 64(0) = 0\]

✓ ANSWER: (\sqrt{3} + j)^6 = -64

Examiner note: An angle of 180° always produces a pure real negative number. \cos 180° = -1 and \sin 180° = 0. This is another result worth recognizing without computation when it appears in board exam choices.


Problem 4 — ME Board Exam Type

Find all square roots of z = 4\angle 60°.

Given: z = 4\angle 60°, n = 2

Find: All square roots z_k.

Solution:

Step 1: Identify r = 4, \theta = 60°, and n = 2.

Step 2: Compute the modulus of each root.

    \[r^{1/n} = 4^{1/2} = 2\]

Step 3: Apply the nth root formula for k = 0 and k = 1.

For k = 0:

    \[z_0 = 2\angle\dfrac{60° + 360°(0)}{2} = 2\angle\dfrac{60°}{2} = 2\angle 30°\]

For k = 1:

    \[z_1 = 2\angle\dfrac{60° + 360°(1)}{2} = 2\angle\dfrac{420°}{2} = 2\angle 210°\]

Step 4: Verify the spacing. 210° - 30° = 180° = \dfrac{360°}{2}. Correct.

✓ ANSWER: z_0 = 2\angle 30° and z_1 = 2\angle 210°

Examiner note: Square roots always come in pairs separated by 180°. If your two square roots are not exactly 180° apart, there is an error in the formula application. Use this as an automatic check.


Problem 5 — ECE Board Exam Type

Find all cube roots of z = 8\angle 90°.

Given: z = 8\angle 90°, n = 3

Find: All cube roots z_k.

Solution:

Step 1: Identify r = 8, \theta = 90°, and n = 3.

Step 2: Compute the modulus of each root.

    \[r^{1/3} = 8^{1/3} = 2\]

Step 3: Apply the nth root formula for k = 0, k = 1, and k = 2.

For k = 0:

    \[z_0 = 2\angle\dfrac{90° + 0°}{3} = 2\angle 30°\]

For k = 1:

    \[z_1 = 2\angle\dfrac{90° + 360°}{3} = 2\angle\dfrac{450°}{3} = 2\angle 150°\]

For k = 2:

    \[z_2 = 2\angle\dfrac{90° + 720°}{3} = 2\angle\dfrac{810°}{3} = 2\angle 270°\]

Step 4: Verify the spacing. 150° - 30° = 120° and 270° - 150° = 120°. Spacing equals \dfrac{360°}{3} = 120°. Correct.

✓ ANSWER: z_0 = 2\angle 30°, z_1 = 2\angle 150°, z_2 = 2\angle 270°

Examiner note: This is the most frequently tested nth root problem type on the ECE board exam. Three roots, equally spaced at 120°. The modulus of each root is 8^{1/3} = 2. The principal root is always z_0 at k = 0.


Problem 6 — ECE Board Exam Type

Find all fourth roots of z = 16\angle 0°.

Given: z = 16\angle 0°, n = 4

Find: All fourth roots z_k.

Solution:

Step 1: Identify r = 16, \theta = 0°, and n = 4.

Step 2: Compute the modulus of each root.

    \[r^{1/4} = 16^{1/4} = 2\]

Step 3: Apply the nth root formula for k = 0, 1, 2, and 3.

For k = 0:

    \[z_0 = 2\angle\dfrac{0° + 0°}{4} = 2\angle 0°\]

For k = 1:

    \[z_1 = 2\angle\dfrac{0° + 360°}{4} = 2\angle 90°\]

For k = 2:

    \[z_2 = 2\angle\dfrac{0° + 720°}{4} = 2\angle 180°\]

For k = 3:

    \[z_3 = 2\angle\dfrac{0° + 1080°}{4} = 2\angle 270°\]

Step 4: Verify spacing. Each consecutive root is \dfrac{360°}{4} = 90° apart. Correct.

Step 5: Convert to rectangular form for completeness.

    \[z_0 = 2\angle 0° = 2\]

    \[z_1 = 2\angle 90° = j2\]

    \[z_2 = 2\angle 180° = -2\]

    \[z_3 = 2\angle 270° = -j2\]

✓ ANSWER: z_0 = 2, z_1 = j2, z_2 = -2, z_3 = -j2

Examiner note: The four fourth roots of 16 lie at 0°, 90°, 180°, and 270° on a circle of radius 2. In rectangular form they are 2, j2, -2, and -j2. This is a classic result that appears in board exams in both polar and rectangular form.


Problem 7 — CE Board Exam Type

Find z^{-2} if z = 2\angle 30°.

Given: z = 2\angle 30°, exponent n = -2

Find: z^{-2}

Solution:

Step 1: Apply De Moivre’s theorem with n = -2.

    \[z^{-2} = 2^{-2}\angle\left[(-2)(30°)\right] = \dfrac{1}{4}\angle(-60°)\]

Step 2: Convert the negative angle to a positive equivalent if needed.

    \[-60° + 360° = 300°\]

    \[z^{-2} = \dfrac{1}{4}\angle 300° = 0.25\angle 300°\]

Step 3: Convert to rectangular form.

    \[a = 0.25\cos 300° = 0.25(0.5) = 0.125\]

    \[b = 0.25\sin 300° = 0.25(-0.866) = -0.2165\]

✓ ANSWER: z^{-2} = 0.25\angle 300° or equivalently 0.125 - j0.2165

Examiner note: Negative exponents are valid in De Moivre’s theorem. A negative exponent n gives r^n = r^{-|n|} = \dfrac{1}{r^{|n|}} and the angle becomes negative. The result is correct either as a negative angle or converted to its positive equivalent.


Problem 8 — ChE Board Exam Type

Find the principal cube root of z = -27.

Given: z = -27, n = 3

Find: The principal cube root z_0.

Solution:

Step 1: Convert -27 to polar form. A negative real number lies on the negative real axis.

    \[r = |-27| = 27 \qquad \theta = 180°\]

    \[z = 27\angle 180°\]

Step 2: Compute the modulus of each root.

    \[r^{1/3} = 27^{1/3} = 3\]

Step 3: Find the principal root using k = 0.

    \[z_0 = 3\angle\dfrac{180° + 360°(0)}{3} = 3\angle\dfrac{180°}{3} = 3\angle 60°\]

Step 4: Convert to rectangular form.

    \[a = 3\cos 60° = 3(0.5) = 1.5\]

    \[b = 3\sin 60° = 3(0.866) = 2.598\]

✓ ANSWER: Principal cube root = 3\angle 60° = 1.5 + j2.598

Examiner note: Students often write -3 as the cube root of -27 because that is the real cube root. That is z_2 = 3\angle 180° = -3, which is the third root at k = 2, not the principal root. The principal root is always z_0 at k = 0, which here is 3\angle 60°.


Problem 9 — EE Board Exam Type

Evaluate \left(\dfrac{1 + j}{\sqrt{2}}\right)^{10}.

Given: z = \dfrac{1 + j}{\sqrt{2}}, exponent n = 10

Find: z^{10}

Solution:

Step 1: Convert z to polar form. First find the modulus.

    \[\left|\dfrac{1 + j}{\sqrt{2}}\right| = \dfrac{|1 + j|}{\sqrt{2}} = \dfrac{\sqrt{1^2 + 1^2}}{\sqrt{2}} = \dfrac{\sqrt{2}}{\sqrt{2}} = 1\]

Step 2: Find the argument.

    \[\theta = \arctan\!\left(\dfrac{1}{1}\right) = 45°\]

    \[z = 1\angle 45°\]

Step 3: Apply De Moivre’s theorem.

    \[z^{10} = 1^{10}\angle(10 \times 45°) = 1\angle 450°\]

Step 4: Reduce the angle. 450° - 360° = 90°.

    \[z^{10} = 1\angle 90° = \cos 90° + j\sin 90° = 0 + j(1) = j\]

✓ ANSWER: \left(\dfrac{1 + j}{\sqrt{2}}\right)^{10} = j

Examiner note: When the modulus is exactly 1, De Moivre’s theorem reduces to z^n = 1^n\angle n\theta = 1\angle n\theta. The magnitude stays 1 regardless of the power. Only the angle changes. This simplification appears frequently in board exam problems involving unit complex numbers.


Problem 10 — ECE Board Exam Type

Find all cube roots of z = -8 and express each root in rectangular form.

Given: z = -8, n = 3

Find: All three cube roots in a + jb form.

Solution:

Step 1: Convert -8 to polar form.

    \[r = 8 \qquad \theta = 180°\]

    \[z = 8\angle 180°\]

Step 2: Compute the modulus of each root.

    \[r^{1/3} = 8^{1/3} = 2\]

Step 3: Apply the nth root formula for k = 0, 1, and 2.

For k = 0:

    \[z_0 = 2\angle\dfrac{180°}{3} = 2\angle 60°\]

    \[z_0 = 2\cos 60° + j2\sin 60° = 2(0.5) + j2(0.866) = 1 + j\sqrt{3}\]

For k = 1:

    \[z_1 = 2\angle\dfrac{180° + 360°}{3} = 2\angle\dfrac{540°}{3} = 2\angle 180°\]

    \[z_1 = 2\cos 180° + j2\sin 180° = 2(-1) + j2(0) = -2\]

For k = 2:

    \[z_2 = 2\angle\dfrac{180° + 720°}{3} = 2\angle\dfrac{900°}{3} = 2\angle 300°\]

    \[z_2 = 2\cos 300° + j2\sin 300° = 2(0.5) + j2(-0.866) = 1 - j\sqrt{3}\]

Step 4: Verify spacing. 180° - 60° = 120° and 300° - 180° = 120°. Spacing equals \dfrac{360°}{3} = 120°. Correct.

✓ ANSWER: z_0 = 1 + j\sqrt{3}, z_1 = -2, z_2 = 1 - j\sqrt{3}

Examiner note: Notice that z_1 = -2 is the obvious real cube root of -8. Students who stop at this answer miss z_0 and z_2, which are complex. The board exam often lists all three roots as choices and awards full marks only when all three are identified correctly.


Common Mistakes and Examiner Traps

These are the most consistent error patterns in board exam solutions for De Moivre’s theorem problems.

❌ Common Mistake ✅ Correct Approach
Writing only the principal root and stopping. Finding z_0 at k = 0 and treating it as the complete answer when the problem asks for all roots. Count the roots first. An nth root problem always has exactly n answers. Write all values of k from 0 to n - 1 and compute each one. Never stop at k = 0 when the problem asks for all roots.
Adding 360° between roots instead of \dfrac{360°}{n}. Writing roots at 30°, 390°, and 750° instead of 30°, 150°, and 270° for a cube root problem. The spacing between consecutive roots is always \dfrac{360°}{n}. For cube roots, \dfrac{360°}{3} = 120°. For fourth roots, \dfrac{360°}{4} = 90°. Divide 360° by n, not use 360° as the step.
Leaving r unchanged instead of taking the nth root. Using the original modulus r instead of r^{1/n} for the modulus of each root. The modulus of each nth root is r^{1/n}, not r. For cube roots of z = 8\angle 90°, the modulus of each root is 8^{1/3} = 2, not 8.
Multiplying instead of raising to the power when applying De Moivre’s theorem. Writing r \cdot n instead of r^n for the modulus. De Moivre’s theorem raises the modulus to the power n: |z^n| = r^n. The angle is multiplied by n: \arg(z^n) = n\theta. These are two different operations applied to two different quantities.
Confusing the principal root with the real nth root. Writing -3 as the principal cube root of -27 because it is the obvious real solution. The principal root is always z_0 at k = 0. For -27 = 27\angle 180°, the principal cube root is 3\angle 60° = 1.5 + j2.598. The real cube root -3 corresponds to k = 2, which gives z_2 = 3\angle 180°.
Applying De Moivre’s theorem in rectangular form. Attempting to raise a + jb directly to the power n without converting to polar form first. De Moivre’s theorem requires polar form. Always convert to r\angle\theta first, apply the theorem, then convert back to rectangular form if the problem requires it.
Not reducing angles greater than 360°. Leaving answers like 2\angle 450° or 3\angle 540° without reducing to the equivalent angle between 0° and 360°. Subtract 360° repeatedly until the angle falls between 0° and 360°. For example, 450° - 360° = 90°, so 2\angle 450° = 2\angle 90°. Always reduce angles in final answers.

Board Exam Quick Tips

  1. Count your roots before writing any answer. An nth root problem has exactly n answers. Write k = 0 through k = n - 1 at the top of your solution before computing anything. This prevents you from stopping early.
  2. The spacing check is a free verification tool. After computing all roots, subtract consecutive angles. They must all equal \dfrac{360°}{n}. If any gap is different, you made an error somewhere. Fix it before writing the final answer.
  3. The modulus of every root is the same. All n roots share the same modulus r^{1/n}. If any root comes out with a different magnitude, the root formula was applied incorrectly for that value of k.
  4. For negative real numbers, the polar angle is always 180°. A negative real number -a where a > 0 has r = a and \theta = 180°. This comes up constantly in cube root and square root problems involving negative integers.
  5. Reduce all angles to between 0° and 360° before writing the final answer. An angle of 450° is correct mathematically but not in standard form. Subtract 360° until the angle is in the standard range.

Frequently Asked Questions

Q1. How is De Moivre’s theorem different from just multiplying a complex number by itself repeatedly?

Repeated multiplication works but becomes impractical for large exponents. Multiplying z \times z \times z \times \ldots five or more times in rectangular form requires multiple FOIL expansions, each with potential for sign errors. De Moivre’s theorem reduces any power — no matter how large — to three steps: convert to polar, raise r to the power and multiply \theta by n, convert back. The result is always the same.

Q2. Why does every complex number have exactly n distinct nth roots?

The nth root formula adds \dfrac{360°k}{n} to the principal angle for each value of k. When k = n, the added angle equals 360°, which brings the root back to the same position as k = 0. So the roots at k = 0, 1, 2, \ldots, n - 1 are all distinct, and the root at k = n repeats k = 0. This gives exactly n unique roots.

Q3. What is the difference between the principal root and the real nth root?

The principal root is always z_0 computed at k = 0. It is the root with the smallest positive argument. The real nth root is the root whose imaginary part is zero — meaning it lies on the real axis. For most complex numbers, these are different roots. For -8, the real cube root is -2 (which is z_1 at k = 1), while the principal root is 1 + j\sqrt{3} (which is z_0 at k = 0).

Q4. Can De Moivre’s theorem be used for fractional exponents?

Yes. A fractional exponent \dfrac{1}{n} is exactly what the nth root formula computes. The formula z_k = r^{1/n}\angle\dfrac{\theta + 360°k}{n} is De Moivre’s theorem applied with n in the denominator of the exponent. Rational exponents \dfrac{p}{q} can be handled by raising to the power p and taking the qth root, or by applying the theorem with the exponent \dfrac{p}{q} directly.

Q5. How do I know when to stop finding roots?

Stop when k = n - 1. For square roots, stop after k = 1 (two roots total). For cube roots, stop after k = 2 (three roots total). For fourth roots, stop after k = 3 (four roots total). When k = n, the formula produces an angle equivalent to the k = 0 root, so no new information is added.


What is Next

The final part of this series connects everything to real engineering problems. Part 4 shows you exactly where complex numbers appear in AC circuit analysis — impedance, phasors, Ohm’s law in phasor form, complex power, and power factor — with the four most common board exam circuit problem types fully worked out.

→ Continue to Part 4 — Complex Numbers in AC Circuits: Impedance, Phasors, and Power Factor

→ Back to the Complete Complex Numbers ECE and EE Board Exam Reviewer Series


Published by PinoyBIX.org — Engineering Education for Every Filipino Student. Electronics · Mathematics · Board Exam Review · Free for Everyone.

Please do Subscribe on YouTube!

P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.

“Will you subscribe today via YOUTUBE?”

Subscribe
What You Also Get: FREE ACCESS & DOWNLOAD via GDRIVE

TIRED OF ADS?

  • Become Premium Member and experienced complete ads-free content browsing.
  • Full Content Access to Premium Solutions Exclusive for Premium members
  • Access to PINOYBIX FREEBIES folder
  • Download Reviewers and Learning Materials Free
  • Download Content: You can see download/print button at the bottom of each post.

PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:

  • CIVIL ENGINEERING REVIEWER
  • CIVIL SERVICE EXAM REVIEWER
  • CRIMINOLOGY REVIEWER
  • ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
  • ELECTRICAL ENGINEERING & RME REVIEWER
  • FIRE OFFICER EXAMINATION REVIEWER
  • LET REVIEWER
  • MASTER PLUMBER REVIEWER
  • MECHANICAL ENGINEERING REVIEWER
  • NAPOLCOM REVIEWER
  • Additional upload reviewers and learning materials are also FREE

FOR A LIMITED TIME

If you subscribe for PREMIUM today!

You will receive an additional 1 month of Premium Membership FREE.

For Bronze Membership an additional 2 months of Premium Membership FREE.

For Silver Membership an additional 3 months of Premium Membership FREE.

For Gold Membership an additional 5 months of Premium Membership FREE.

Join the PinoyBIX community.

DaysHoursMinSec
This offer has expired!

Add Comment

THE ULTIMATE ONLINE REVIEW HUB: PINOYBIX . © 2014-2026 All Rights Reserved | DMCA.com Protection Status