Complex Numbers ECE Board Exam Reviewer – Complete Guide | PinoyBIX

Complex numbers complete ECE board exam reviewer series PinoyBIX

Complex numbers is one of the most reliable topics on the Philippine engineering board exam. It appears in Engineering Mathematics for every board — ECE, EE, ME, CE, ChE, and more. It connects directly to AC circuit analysis, phasor representation, impedance, Laplace transforms, and Fourier analysis. Master this topic and you are not just answering one section of the board exam. You are building the mathematical foundation that supports half of your engineering subjects.

This page is the complete hub for the PinoyBIX Complex Numbers ECE and EE Board Exam Reviewer Series. It contains a consolidated formula reference sheet covering all four parts of the series, a 25-item multiple choice practice exam drawn from all topics, and a full navigation guide to every post in the series. If you are short on time, start with the formula sheet. If you want to test yourself before the board exam, go straight to the practice exam.


📋 BOARD EXAM RELEVANCE — COMPLEX NUMBERS

  • ECE (Electronics Engineer) — High frequency. Appears in Engineering Mathematics and Electronics subjects. All four topics in this series are tested. Expect 8 to 15 items total across the board exam.
  • EE (Electrical Engineer) — Very high frequency. Complex numbers underpin the entire Electrical Circuits subject through impedance and phasor analysis. All four topics tested. Critical subject area.
  • ME (Mechanical Engineer) — Moderate frequency. Engineering Mathematics covers forms, operations, and De Moivre’s theorem. AC circuit applications appear in Electrical Technology.
  • CE (Civil Engineer) — Moderate frequency. Engineering Mathematics covers forms, operations, and basic De Moivre’s theorem. Power and impedance appear occasionally.
  • ChE (Chemical Engineer) — Moderate frequency. Complex numbers appear in Engineering Mathematics and in process control through transfer functions and the Laplace variable s = \sigma + j\omega.
  • GeE (Geodetic Engineer) — Low to moderate frequency. Basic forms and operations are tested in Engineering Mathematics.
  • MetE and MinE — Low frequency. Basic forms, powers of j, and operations appear in Engineering Mathematics.
  • Naval Architect and Marine Engineer — Moderate frequency. Impedance, phasors, and vibration analysis all use complex number mathematics.

The Complete Series — Four Parts

Each part of this series builds on the previous one. If you are new to complex numbers, read the parts in order. If you are reviewing a specific topic for the board exam, jump directly to the part you need.

Part Topic Key Concepts Problems Best For
Part 1 Forms and the j-Operator Four forms, Argand diagram, modulus, argument, powers of j, Euler’s formula 10 All boards — foundational, read this first
Part 2 Operations Addition, subtraction, multiplication, division, conjugate method, form selection rules 10 All boards — core computation
Part 3 De Moivre’s Theorem Integer powers, all nth roots, root spacing, principal root, root circle diagram 10 ECE, EE, ME, CE, ChE
Part 4 AC Circuits and Applications Impedance, phasors, Ohm’s law, series and parallel circuits, complex power, power factor 10 ECE, EE — critical topic

How to Use This Series

If you have two weeks before the board exam, work through all four parts in order over the first week. Take the 25-item practice exam at the bottom of this page at the end of week one. Check your score against the answer key. For every item you got wrong, go back to the relevant part of the series, read the worked example that covers that problem type, and solve a similar problem from scratch before moving on.

If you have three days or less, go directly to the formula sheet below. Screenshot it or save it. Then take the practice exam and check your answers. Focus your remaining review time only on the topics where you got items wrong.

📅 SEVEN-DAY STUDY SCHEDULE

Day Activity Time
Day 1 Read Part 1 — Forms and the j-Operator. Work all 10 problems without looking at solutions first. Write down the powers of j shortcut before you close the tab. 90 minutes
Day 2 Read Part 2 — Operations. Work all 10 problems. Before moving on, make sure you can state the form selection rule from memory — rectangular for addition and subtraction, polar for multiplication and division. 90 minutes
Day 3 Read Part 3 — De Moivre’s Theorem. Work all 10 problems. Pay close attention to the nth root formula — the most common exam trap is writing only the principal root and missing the rest. 90 minutes
Day 4 Read Part 4 — AC Circuits and Applications. If you are ECE or EE, this is your most important day. Work all 10 problems and drill Ohm’s law in phasor form until it is automatic. 2 hours
Day 5 Take the 25-item practice exam at the bottom of this page. No notes. No formula sheet. Set a 40-minute timer and treat it like the real thing. Write your answers on paper before you scroll down to the key. 40 minutes
Day 6 Score your exam. For every item you got wrong, read the full solution in the Complete Solutions Post. If you missed three or more in any one part, go back to that part’s post — not just the solutions page — and work through similar problems from scratch. 60 minutes
Day 7 Review the formula sheet on this page from memory, not by reading it. Solve 5 additional problems of your own choosing without any reference. If you can do that cleanly, you are ready. 45 minutes

Quick Reference Formula Sheet

This consolidated formula sheet covers every key formula from all four parts of the series. Screenshot this section and keep it accessible during your review. On exam day, every formula on this sheet should come from memory — not from the screenshot.

GROUP 1 — FORMS AND CONVERSION FORMULAS

Standard rectangular form:

    \[z = a + jb \qquad \text{Re}(z) = a \qquad \text{Im}(z) = b\]

Polar form:

    \[z = r\angle\theta \qquad r = \sqrt{a^2 + b^2} \qquad \theta = \arctan\!\left(\dfrac{b}{a}\right) \text{ (adjust for quadrant)}\]

Trigonometric form:

    \[z = r(\cos\theta + j\sin\theta)\]

Exponential form and Euler’s formula:

    \[z = re^{j\theta} \qquad e^{j\theta} = \cos\theta + j\sin\theta\]

Polar to rectangular:

    \[a = r\cos\theta \qquad b = r\sin\theta\]

Powers of j — cycle of four:

    \[j^1 = j \qquad j^2 = -1 \qquad j^3 = -j \qquad j^4 = 1\]

Shortcut: Divide exponent by 4. Remainder 0 \to 1, remainder 1 \to j, remainder 2 \to -1, remainder 3 \to -j.

Imaginary unit definition:

    \[j = \sqrt{-1} \qquad j^2 = -1\]

GROUP 2 — OPERATION RULES

Form selection rule:

  • Addition and subtraction → use rectangular form
  • Multiplication and division → use polar form

Addition and subtraction:

    \[z_1 \pm z_2 = (a_1 \pm a_2) + j(b_1 \pm b_2)\]

Multiplication in polar form:

    \[z_1 \times z_2 = r_1 r_2\angle(\theta_1 + \theta_2)\]

Division in polar form:

    \[\dfrac{z_1}{z_2} = \dfrac{r_1}{r_2}\angle(\theta_1 - \theta_2)\]

Complex conjugate:

    \[\text{If } z = a + jb \text{, then } z^* = a - jb\]

    \[z \cdot z^* = a^2 + b^2 = |z|^2\]

Division using conjugate method:

    \[\dfrac{z_1}{z_2} = \dfrac{a_1 + jb_1}{a_2 + jb_2} \cdot \dfrac{a_2 - jb_2}{a_2 - jb_2} = \dfrac{(a_1 + jb_1)(a_2 - jb_2)}{a_2^2 + b_2^2}\]

GROUP 3 — DE MOIVRE’S THEOREM

Power formula:

    \[z^n = r^n\angle n\theta = r^n(\cos n\theta + j\sin n\theta)\]

nth root formula:

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

Root spacing:

    \[\text{Spacing between consecutive roots} = \dfrac{360°}{n}\]

Key facts:

  • Every complex number has exactly n distinct nth roots.
  • All roots share the same modulus r^{1/n}.
  • The principal root is z_0 at k = 0.
  • Roots lie equally spaced on a circle of radius r^{1/n}.
GROUP 4 — AC CIRCUIT FORMULAS

Impedance:

    \[\mathbf{Z} = R + jX \quad (\Omega) \qquad |\mathbf{Z}| = \sqrt{R^2 + X^2} \qquad \theta = \arctan\!\left(\dfrac{X}{R}\right)\]

Component impedances:

    \[\mathbf{Z}_R = R \qquad \mathbf{Z}_L = j\omega L = jX_L \qquad \mathbf{Z}_C = -j\dfrac{1}{\omega C} = -jX_C\]

    \[\omega = 2\pi f \qquad X_L = \omega L \qquad X_C = \dfrac{1}{\omega C}\]

Series RLC impedance:

    \[\mathbf{Z}_{total} = R + j(X_L - X_C)\]

Parallel impedance (two elements):

    \[\mathbf{Z}_{eq} = \dfrac{\mathbf{Z}_1 \cdot \mathbf{Z}_2}{\mathbf{Z}_1 + \mathbf{Z}_2}\]

Phasor conversion:

    \[v(t) = V_m\cos(\omega t + \phi) \quad \longleftrightarrow \quad \mathbf{V} = V_m\angle\phi\]

Ohm’s law in phasor form:

    \[\mathbf{V} = \mathbf{I} \cdot \mathbf{Z} \qquad \mathbf{I} = \dfrac{\mathbf{V}}{\mathbf{Z}} \qquad \mathbf{Z} = \dfrac{\mathbf{V}}{\mathbf{I}}\]

Complex power:

    \[\mathbf{S} = P + jQ \qquad |\mathbf{S}| = \sqrt{P^2 + Q^2} = V_{rms} \cdot I_{rms}\]

    \[P = |\mathbf{S}|\cos\theta \quad \text{(real power, W)} \qquad Q = |\mathbf{S}|\sin\theta \quad \text{(reactive power, VAR)}\]

    \[\text{pf} = \cos\theta = \dfrac{P}{|\mathbf{S}|}\]

ELI the ICE man:

  • ELI — In an inductor (L), voltage (E) leads current (I). Lagging power factor.
  • ICE — In a capacitor (C), current (I) leads voltage (E). Leading power factor.

25-Item Practice Exam — All Topics Combined

This practice exam covers all four parts of the Complex Numbers series. Work through all 25 items without notes and without a reference sheet. Time yourself — allow 40 minutes for the full exam, which matches the approximate pace of the actual board exam. Check your answers against the key at the bottom of this page. For full solutions to every item, see the Complete Solutions Post.

⏱ EXAM CONDITIONS

  • Time allowed: 40 minutes
  • Number of items: 25
  • Each item has one correct answer from four choices.
  • No partial credit — each item is all or nothing.
  • Passing score suggestion: 20 out of 25 (80%)
  • Do not look at the answer key until you finish all 25 items.

Part A — Forms and the j-Operator (Items 1 to 5)

Item 1. What is the value of j^{63}?

(A) 1    (B) -1    (C) j    (D) -j


Item 2. Express z = 10\angle 233.13° in rectangular form.

(A) -6 - j8    (B) 6 + j8    (C) -6 + j8    (D) 6 - j8


Item 3. Find the modulus and argument of z = -5 + j5.

(A) |z| = 5\sqrt{2}, \theta = 135°    (B) |z| = 5, \theta = 45°    (C) |z| = 5\sqrt{2}, \theta = 45°    (D) |z| = 10, \theta = 135°


Item 4. Which of the following is the exponential form of z = 2(\cos 60° + j\sin 60°)?

(A) 2e^{j\pi/3}    (B) 2e^{j\pi/6}    (C) 2e^{j\pi/4}    (D) 2e^{j2\pi/3}


Item 5. Evaluate \dfrac{1}{j^3}.

(A) j    (B) -j    (C) 1    (D) -1


Part B — Operations (Items 6 to 11)

Item 6. Compute (3 + j4) + (1 - j6).

(A) 4 - j2    (B) 4 + j2    (C) 2 - j4    (D) 2 + j10


Item 7. Find (5\angle 70°)(3\angle 50°).

(A) 8\angle 120°    (B) 15\angle 20°    (C) 15\angle 120°    (D) 8\angle 3500°


Item 8. Divide \dfrac{20\angle 100°}{4\angle 40°}.

(A) 5\angle 140°    (B) 5\angle 60°    (C) 80\angle 60°    (D) 5\angle{-60°}


Item 9. Simplify \dfrac{2 + j3}{1 - j} and express in rectangular form.

(A) -0.5 + j2.5    (B) 0.5 + j2.5    (C) 2 - j3    (D) -0.5 - j2.5


Item 10. If z = 4 - j3, find z \cdot z^*.

(A) 7    (B) 25    (C) 16 + j9    (D) 1


Item 11. Multiply (2 + j)(2 - j)(1 + j2).

(A) 5 + j10    (B) 5 - j10    (C) -5 + j10    (D) 10 + j5


Part C — De Moivre’s Theorem (Items 12 to 17)

Item 12. Evaluate (\sqrt{3} + j)^6.

(A) 64    (B) -64    (C) 64j    (D) -64j


Item 13. Find the principal square root of z = 9\angle 80°.

(A) 3\angle 40°    (B) 3\angle 80°    (C) 9\angle 40°    (D) 3\angle 160°


Item 14. How many distinct cube roots does any nonzero complex number have?

(A) 1    (B) 2    (C) 3    (D) 6


Item 15. The angular spacing between consecutive fourth roots of any complex number is:

(A) 45°    (B) 60°    (C) 90°    (D) 120°


Item 16. Find all cube roots of z = 27\angle 0°. Which of the following is NOT one of the cube roots?

(A) 3\angle 0°    (B) 3\angle 120°    (C) 3\angle 240°    (D) 3\angle 180°


Item 17. Evaluate \left(\dfrac{1 - j}{\sqrt{2}}\right)^8.

(A) 1    (B) -1    (C) j    (D) -j


Part D — AC Circuits and Applications (Items 18 to 25)

Item 18. A series circuit has R = 8\,\Omega and X_L = 6\,\Omega. What is the magnitude of the total impedance?

(A) 14\,\Omega    (B) 2\,\Omega    (C) 10\,\Omega    (D) \sqrt{28}\,\Omega


Item 19. A series RLC circuit has R = 5\,\Omega, X_L = 12\,\Omega, and X_C = 0\,\Omega. Find the phase angle \theta.

(A) \theta = 67.38° lagging    (B) \theta = 22.62° leading    (C) \theta = 67.38° leading    (D) \theta = 90° lagging


Item 20. A voltage \mathbf{V} = 50\angle 30° V is applied across an impedance \mathbf{Z} = 5\angle{-20°}\,\Omega. Find the current \mathbf{I}.

(A) 10\angle 50° A    (B) 10\angle{-50°} A    (C) 10\angle 10° A    (D) 10\angle{-10°} A


Item 21. The time domain current i(t) = 4\cos(\omega t - 30°) A is represented in phasor form as:

(A) 4\angle 30°    (B) 4\angle{-30°}    (C) 4\angle 60°    (D) -4\angle 30°


Item 22. A load has complex power \mathbf{S} = 600 + j800 VA. What is the power factor?

(A) 0.8 lagging    (B) 0.6 lagging    (C) 0.6 leading    (D) 0.8 leading


Item 23. Two impedances \mathbf{Z}_1 = 6 + j8\,\Omega and \mathbf{Z}_2 = 6 - j8\,\Omega are connected in parallel. Find \mathbf{Z}_{eq}.

(A) 12\,\Omega    (B) 10\,\Omega    (C) j8\,\Omega    (D) \dfrac{100}{12}\,\Omega


Item 24. A single phase motor draws P = 2{,}400 W at 0.8 power factor lagging from a 240 V rms source. What is the reactive power Q?

(A) 1{,}800 VAR    (B) 3{,}000 VAR    (C) 1{,}200 VAR    (D) 960 VAR


Item 25 — Combined Topics. A complex number z = 1 + j\sqrt{3} is raised to the fourth power to give z^4 = A\angle B°. The result z^4 is then used as the impedance \mathbf{Z} = z^4 in an AC circuit with source voltage \mathbf{V} = 160\angle 0° V. What is the magnitude of the phasor current \mathbf{I}?

(A) 10 A    (B) 160 A    (C) 16 A    (D) 1 A


Answer Key

Full step-by-step solutions for every item are in the Complete Solutions Post — all 25 items in Given, Find, Solution format with examiner notes on each one.

Item Answer Topic Quick Explanation
1 D Forms / j-operator 63 \div 4 = 15 remainder 3. Remainder 3 \to j^3 = -j.
2 A Forms / conversion a = 10\cos 233.13° = -6. b = 10\sin 233.13° = -8. Quadrant III — both negative. Answer: -6 - j8.
3 A Forms / modulus and argument r = \sqrt{25 + 25} = 5\sqrt{2}. Quadrant II: \theta = 180° - 45° = 135°.
4 A Forms / exponential 60° = \pi/3 radians. Exponential form: re^{j\theta} = 2e^{j\pi/3}.
5 A Forms / j-operator \dfrac{1}{j^3} = \dfrac{1}{-j} = \dfrac{-j}{(-j)(j)} \cdot \dfrac{j}{j} = \dfrac{j}{1} = j. Alternatively: j^{-3} = j^{4-3} = j^1 = j.
6 A Operations / addition (3+1) + j(4-6) = 4 - j2.
7 C Operations / multiplication Magnitudes: 5 \times 3 = 15. Angles: 70° + 50° = 120°. Answer: 15\angle 120°.
8 B Operations / division Magnitudes: 20 \div 4 = 5. Angles: 100° - 40° = 60°. Answer: 5\angle 60°.
9 A Operations / conjugate method Multiply by \dfrac{1+j}{1+j}. Numerator: (2+j3)(1+j) = -1 + j5. Denominator: 1^2 + 1^2 = 2. Result: -0.5 + j2.5.
10 B Operations / conjugate z \cdot z^* = a^2 + b^2 = 4^2 + (-3)^2 = 16 + 9 = 25.
11 A Operations / multiplication (2+j)(2-j) = 4 + 1 = 5. Then 5(1 + j2) = 5 + j10.
12 B De Moivre’s / powers z = 2\angle 30°. z^6 = 64\angle 180° = -64.
13 A De Moivre’s / roots r^{1/2} = \sqrt{9} = 3. \theta/2 = 80°/2 = 40°. Principal root at k = 0: 3\angle 40°.
14 C De Moivre’s / roots Every nonzero complex number has exactly n distinct nth roots. For n = 3, there are 3 cube roots.
15 C De Moivre’s / root spacing Spacing = \dfrac{360°}{n} = \dfrac{360°}{4} = 90°.
16 D De Moivre’s / roots Cube roots of 27\angle 0°: k=0 \to 3\angle 0°, k=1 \to 3\angle 120°, k=2 \to 3\angle 240°. 3\angle 180° is not one of them.
17 A De Moivre’s / powers |z| = 1, \theta = -45°. z^8 = 1^8\angle(-45° \times 8) = 1\angle{-360°} = 1\angle 0° = 1.
18 C AC Circuits / impedance |\mathbf{Z}| = \sqrt{8^2 + 6^2} = \sqrt{100} = 10\,\Omega. Recognize the 6-8-10 triple.
19 A AC Circuits / phase angle \theta = \arctan(12/5) = 67.38°. Positive X_L means inductive means lagging.
20 A AC Circuits / Ohm’s law \mathbf{I} = \mathbf{V}/\mathbf{Z} = (50/5)\angle(30° - (-20°)) = 10\angle 50°.
21 B AC Circuits / phasors Drop \cos and \omega t. Keep amplitude 4 and phase angle -30°.
22 B AC Circuits / power factor |\mathbf{S}| = \sqrt{600^2 + 800^2} = 1{,}000 VA. \text{pf} = 600/1{,}000 = 0.6. Positive Q means inductive means lagging.
23 D AC Circuits / parallel impedance \mathbf{Z}_1 \cdot \mathbf{Z}_2 = (6+j8)(6-j8) = 36 + 64 = 100. \mathbf{Z}_1 + \mathbf{Z}_2 = 12 + j0 = 12. \mathbf{Z}_{eq} = 100/12 \approx 8.33\,\Omega.
24 A AC Circuits / complex power |\mathbf{S}| = P/\text{pf} = 2{,}400/0.8 = 3{,}000 VA. Q = \sqrt{3{,}000^2 - 2{,}400^2} = \sqrt{9{,}000{,}000 - 5{,}760{,}000} = \sqrt{3{,}240{,}000} = 1{,}800 VAR.
25 A Combined — De Moivre’s + AC Circuits z = 2\angle 60°, z^4 = 16\angle 240°, |\mathbf{Z}| = 16\,\Omega. |\mathbf{I}| = |\mathbf{V}|/|\mathbf{Z}| = 160/16 = 10 A.

Score Interpretation

Match your score out of 25 against the bands below to see where you stand and what to do next.

Score Percentage Reading What to Do
23 to 25 92% to 100% Board Exam Ready Check your missed items. If they cluster in one part, read that post once more. Otherwise move on to the next topic.
18 to 22 72% to 88% Passing Level Find which parts you missed the most. Go back to those posts and work through the problems again from scratch, no solutions in front of you.
13 to 17 52% to 68% Needs More Work Reread all four parts from the beginning. Work every problem without peeking. Take this exam again in three days.
Below 13 Below 52% Start Over Go back to Part 1 and read it completely before touching any problems. The foundation is not there yet. That is fine — this series fixes that if you work through it properly.

Frequently Asked Questions

Q1. Which part of this series should I study first if I have only one day before the board exam?

Start with the formula sheet on this page. Screenshot it and study it for 30 minutes. Then go to Part 1 and read only the Board Exam Quick Tips section and the powers of j shortcut. Then read the Quick Tips from Part 2 focusing on the form selection rule. If you are taking the ECE or EE board exam, also read the Quick Tips from Part 4. With one day remaining, targeted review of high-yield rules is more effective than reading full post content from beginning to end.

Q2. Is De Moivre’s theorem really tested on the board exam or is it a minor topic?

It is tested. ECE board exams from multiple years have included problems asking for all cube roots or fourth roots of a complex number. The most common trap is writing only the principal root and missing the other n - 1 roots. See Part 3 for the complete nth root formula and worked examples of the most common question types.

Q3. Do I need to memorize Euler’s formula or will it be given during the exam?

Memorize it. e^{j\theta} = \cos\theta + j\sin\theta is not consistently provided in the reference data during Philippine engineering board exams. It is treated as required knowledge in the same category as the quadratic formula or the Pythagorean theorem. It appears in exponential form conversions, phasor derivations, Laplace transform problems, and Fourier series questions.

Q4. How is complex number mathematics connected to AC circuit analysis?

Impedance \mathbf{Z} = R + jX is a complex number in rectangular form. The impedance triangle is the Argand diagram. The modulus formula |\mathbf{Z}| = \sqrt{R^2 + X^2} is the Pythagorean theorem. The phase angle \theta = \arctan(X/R) is the argument formula. Ohm’s law in phasor form \mathbf{V} = \mathbf{I}\mathbf{Z} is complex multiplication. Every computation you learned in Parts 1 through 3 reappears in AC circuit problems. This is why Part 4 is the most important post in the series for ECE and EE examinees.

Q5. What is the next series after Complex Numbers on PinoyBIX?

The next series covers Matrices and Determinants — another high-frequency topic in Engineering Mathematics for all engineering boards. It follows the same structure: four posts covering theory, operations, applications, and a combined practice exam with full solutions. Follow the PinoyBIX Facebook page to get notified when it goes live.


What is Next

Everything you need to pass the complex numbers section of any Philippine engineering board exam is in this series. The practice exam above gives you your score. The Complete Solutions Post gives you the step-by-step answer to every one of the 25 items. The four series posts give you the detailed worked examples when you need to rebuild a specific skill from the ground up.

The next series is Matrices and Determinants — the following topic in the PinoyBIX Engineering Mathematics sequence. It follows the same structure: five parts, worked problems, a combined practice exam, and full solutions. Follow PinoyBIX on Facebook to get notified when it goes live.


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
This content is protected. Subscribe to Premium to unlock full access.