Complex Numbers Forms and j-Operator – ECE Board Exam | PinoyBIX

Complex numbers four forms and j-operator ECE board exam reviewer infographic by PinoyBIX

DaysHoursMinSec
This offer has expired!

Most engineering students meet complex numbers in second year and treat it as a pure math topic. Then third year arrives. AC circuits show up. Suddenly Z = R + jX is everywhere and the connection between the algebra and the engineering becomes impossible to ignore. That connection is exactly what this post builds from the ground up.

This is Part 1 of the Complete Complex Numbers ECE and EE Board Exam Reviewer Series on PinoyBIX.org. We start with the foundation: what a complex number actually is, the four forms you need to know, the j-operator rules, and the Argand diagram that makes all of it visual. If you are reviewing for any engineering board exam in the Philippines or currently enrolled in Engineering Mathematics, save this page.


📋 BOARD EXAM RELEVANCE

  • ECE (Electronics Engineer) — Complex numbers appear in Engineering Mathematics and Electronics subjects. Expect 5 to 10 items covering all four forms, operations, De Moivre’s theorem, and AC circuit applications. This is a high-frequency topic.
  • EE (Electrical Engineer) — Heavily tested in Engineering Mathematics and Electrical Circuits subjects. Phasor analysis and impedance problems are direct applications. High-frequency topic.
  • ME (Mechanical Engineer) — Appears in Engineering Mathematics. Tested at moderate frequency. Focus is on operations and De Moivre’s theorem.
  • CE (Civil Engineer) — Appears in Engineering Mathematics. Moderate frequency. Emphasis on algebraic operations and polar-rectangular conversions.
  • ChE (Chemical Engineer) — Appears in Engineering Mathematics. Moderate frequency. Complex numbers appear in process control and transfer function topics.
  • GeE (Geodetic Engineer) — Appears in Engineering Mathematics. Low to moderate frequency. Basic operations and conversions are the main focus.
  • MetE (Metallurgical Engineer) — Appears in Engineering Mathematics. Low frequency. Basic forms and operations only.
  • MinE (Mining Engineer) — Appears in Engineering Mathematics. Low frequency. Basic operations and conversions.
  • Naval Architect and Marine Engineer — Appears in Engineering Mathematics. Moderate frequency. Applications in vibration analysis and signal processing.

Bottom line: ECE and EE examinees must master every section of this post. ME, CE, and ChE examinees must master the forms, operations, and De Moivre’s theorem. All other boards need solid command of the basics.


What is a Complex Number?

A complex number is any number of the form:

KEY FORMULA — Standard Form of a Complex Number

    \[z = a + jb\]

where a = \text{Re}(z) is the real part and b = \text{Im}(z) is the imaginary part.

In engineering, we use j instead of i to avoid confusion with instantaneous current i in circuit equations. Mathematicians use i. Engineers use j. On the Philippine engineering board exam, always write j.

The entire foundation of complex numbers rests on one definition:

KEY DEFINITION — The Imaginary Unit

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

That is it. One equation. Everything else — the four forms, De Moivre’s theorem, phasor analysis, impedance — follows from that single statement.

One more thing to fix before moving forward. Students consistently write \text{Im}(z) = jb on the board exam. That is wrong. The imaginary part is the coefficient b alone, not jb. This distinction costs marks on theory questions.

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


The Four Forms of a Complex Number

This is where most textbooks fail students. They present all four forms in one chapter without telling you which form to use and when. Use the wrong form for the wrong operation and your solution falls apart even if your arithmetic is perfect.

Form 1 — Rectangular Form

KEY FORMULA — Rectangular Form

    \[z = a + jb\]

Use for: Addition and subtraction only.

This is the most natural form. You plot it on the complex plane the same way you plot a point (a,\, b) on the Cartesian plane. The rule is simple: stay in rectangular form when you add or subtract. Never add two complex numbers while they are in polar form.

Form 2 — Polar Form

KEY FORMULA — Polar Form

    \[z = r\angle\theta\]

where r = |z| = \sqrt{a^2 + b^2} is the modulus and \theta = \arctan\!\left(\dfrac{b}{a}\right) is the argument.

Use for: Multiplication and division only.

When you multiply two complex numbers in polar form, multiply the magnitudes and add the angles. When you divide, divide the magnitudes and subtract the angles.

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

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

Two lines. That is the entire rule for polar multiplication and division. Memorize it exactly as written.

Form 3 — Trigonometric Form

KEY FORMULA — Trigonometric Form

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

Use for: Proofs, derivations, and expansion into real and imaginary components.

This is the expanded version of polar form. It comes directly from the geometry of the Argand diagram. On the board exam you will see this as an intermediate step in De Moivre’s theorem problems and Euler’s formula derivations.

Form 4 — Exponential Form

KEY FORMULA — Exponential Form and Euler’s Formula

    \[z = re^{j\theta}\]

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

Use for: Laplace transforms, Fourier analysis, phasor circuits, and signal processing.

This is the most powerful form. Euler’s formula is the bridge between trigonometric and exponential representations. If you understand only one equation from this entire series, make it e^{j\theta} = \cos\theta + j\sin\theta. It appears everywhere in upper-level engineering subjects.


The Argand Diagram

The Argand diagram, also called the complex plane, is a coordinate system where the horizontal axis represents the real part and the vertical axis represents the imaginary part. A complex number z = a + jb is plotted as the point (a,\, b) and represented as a vector from the origin to that point.

Two quantities come directly from the geometry of this diagram.

KEY FORMULAS — Modulus and Argument

    \[|z| = r = \sqrt{a^2 + b^2} \qquad \text{(modulus — length of the vector)}\]

    \[\theta = \arctan\!\left(\dfrac{b}{a}\right) \qquad \text{(argument — angle from positive real axis)}\]

The modulus formula is the Pythagorean theorem applied to the complex plane. Students overcomplicate this on the board exam. It is always \sqrt{a^2 + b^2}.

The argument formula requires a quadrant check. The formula \arctan(b/a) gives you the reference angle only. You must adjust for the correct quadrant.

Quadrant Sign of a Sign of b Correct Argument \theta
I + + \theta = \arctan\!\left(\dfrac{b}{a}\right)
II - + \theta = 180° - \arctan\!\left(\dfrac{|b|}{|a|}\right)
III - - \theta = 180° + \arctan\!\left(\dfrac{|b|}{|a|}\right)
IV + - \theta = 360° - \arctan\!\left(\dfrac{|b|}{|a|}\right)

Skip the quadrant check and you will get the angle wrong. This is one of the most consistent error patterns on the board exam.


Conversion Between Forms

You will convert between rectangular and polar forms constantly. These formulas are non-negotiable.

KEY FORMULAS — Form Conversion

Rectangular to Polar:

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

Polar to Rectangular:

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


Powers of j — The Repeating Cycle

The powers of j repeat in a cycle of four. This appears on the board exam regularly and can be solved in seconds once you know the shortcut.

KEY RULE — Powers of j

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

Shortcut: Divide the exponent by 4. The remainder determines the value.

    \[\text{Remainder } 0 \rightarrow 1 \qquad \text{Remainder } 1 \rightarrow j \qquad \text{Remainder } 2 \rightarrow -1 \qquad \text{Remainder } 3 \rightarrow -j\]

For example: evaluate j^{47}.

    \[47 \div 4 = 11 \text{ remainder } 3 \qquad \therefore \quad j^{47} = j^3 = -j\]

No calculator needed. Ten seconds maximum.


Worked Problems — Board Exam Type Questions

The following 10 problems are representative of actual ECE, EE, ME, CE, and ChE board exam questions on complex numbers. Work each problem by hand before reading the solution.


Problem 1 — ECE Board Exam Type

Simplify j^{35} and express the result.

Given: j^{35}

Find: The simplified value.

Solution:

Step 1: Divide the exponent by 4.

    \[35 \div 4 = 8 \text{ remainder } 3\]

Step 2: Apply the remainder rule.

    \[\text{Remainder } 3 \rightarrow j^3 = -j\]

Step 3: Write the final answer.

    \[j^{35} = -j\]

✓ ANSWER: j^{35} = -j

Examiner note: Some choices on the board exam include j, -j, 1, and -1. Students who do not know the shortcut attempt to expand j^{35} step by step and run out of time or make an arithmetic error. Use the remainder method every time.


Problem 2 — ECE Board Exam Type

Express z = 3 + j4 in polar form.

Given: z = 3 + j4

Find: r and \theta, then write z in polar form.

Solution:

Step 1: Compute the modulus.

    \[r = \sqrt{a^2 + b^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5\]

Step 2: Compute the argument. Since a > 0 and b > 0, the number is in Quadrant I. No adjustment needed.

    \[\theta = \arctan\!\left(\dfrac{4}{3}\right) = \arctan(1.333) = 53.13°\]

Step 3: Write the polar form.

    \[z = 5\angle 53.13°\]

✓ ANSWER: z = 5\angle 53.13°

Examiner note: The 3-4-5 right triangle is the most frequently used example on the board exam. Recognize it immediately. r = 5 and \theta = 53.13° without a calculator.


Problem 3 — ECE Board Exam Type

Convert z = 10\angle 143.13° to rectangular form.

Given: z = 10\angle 143.13°

Find: a + jb form.

Solution:

Step 1: Compute the real part.

    \[a = r\cos\theta = 10\cos(143.13°) = 10(-0.8) = -8\]

Step 2: Compute the imaginary part.

    \[b = r\sin\theta = 10\sin(143.13°) = 10(0.6) = 6\]

Step 3: Write the rectangular form.

    \[z = -8 + j6\]

✓ ANSWER: z = -8 + j6

Examiner note: 143.13° is in Quadrant II. Cosine is negative in Quadrant II, so the real part must be negative. If you get a positive real part for an angle between 90° and 180°, you made a sign error.


Problem 4 — EE Board Exam Type

Find the modulus and argument of z = -5 - j12.

Given: z = -5 - j12

Find: |z| and \arg(z).

Solution:

Step 1: Compute the modulus.

    \[|z| = \sqrt{(-5)^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13\]

Step 2: Find the reference angle.

    \[\theta_{ref} = \arctan\!\left(\dfrac{12}{5}\right) = \arctan(2.4) = 67.38°\]

Step 3: Adjust for the correct quadrant. Since a < 0 and b < 0, the number is in Quadrant III.

    \[\theta = 180° + 67.38° = 247.38°\]

Step 4: Write the polar form.

    \[z = 13\angle 247.38°\]

✓ ANSWER: |z| = 13, \arg(z) = 247.38°

Examiner note: The 5-12-13 Pythagorean triple is the second most common example on the board exam after 3-4-5. Recognize it on sight. Also note that some answer choices express Quadrant III angles as negative: 247.38° \equiv -112.62°. Both are correct.


Problem 5 — ME Board Exam Type

Evaluate (2 + j3) + (4 - j1).

Given: z_1 = 2 + j3 and z_2 = 4 - j1

Find: z_1 + z_2

Solution:

Step 1: Add the real parts.

    \[a = 2 + 4 = 6\]

Step 2: Add the imaginary parts.

    \[b = 3 + (-1) = 2\]

Step 3: Write the result.

    \[z_1 + z_2 = 6 + j2\]

✓ ANSWER: z_1 + z_2 = 6 + j2

Examiner note: Addition is always done in rectangular form. Never attempt to add two complex numbers that are in polar form directly.


Problem 6 — CE Board Exam Type

If z = 6(\cos 30° + j\sin 30°), write z in rectangular and exponential forms.

Given: z = 6(\cos 30° + j\sin 30°)

Find: Rectangular form a + jb and exponential form re^{j\theta}.

Solution:

Step 1: Extract r and \theta from trigonometric form. Here r = 6 and \theta = 30°.

Step 2: Convert to rectangular form.

    \[a = 6\cos 30° = 6\left(\dfrac{\sqrt{3}}{2}\right) = 3\sqrt{3} \approx 5.196\]

    \[b = 6\sin 30° = 6\left(\dfrac{1}{2}\right) = 3\]

    \[z = 3\sqrt{3} + j3 \approx 5.196 + j3\]

Step 3: Convert to exponential form. Convert \theta = 30° to radians.

    \[30° = \dfrac{\pi}{6} \text{ radians}\]

    \[z = 6e^{j\pi/6}\]

✓ ANSWER: z = 5.196 + j3 (rectangular) and z = 6e^{j\pi/6} (exponential)

Examiner note: The board exam sometimes asks you to convert from trigonometric form directly to exponential form. The modulus r stays the same. You only need to convert the angle from degrees to radians for the exponential form.


Problem 7 — ChE Board Exam Type

Find the conjugate of z = 7 - j5 and compute z \cdot z^*.

Given: z = 7 - j5

Find: z^* and z \cdot z^*

Solution:

Step 1: Write the conjugate by flipping the sign of the imaginary part.

    \[z^* = 7 + j5\]

Step 2: Multiply z by z^*.

    \[z \cdot z^* = (7 - j5)(7 + j5)\]

Step 3: Apply the difference of squares pattern (a - jb)(a + jb) = a^2 + b^2.

    \[z \cdot z^* = 7^2 + 5^2 = 49 + 25 = 74\]

Step 4: Verify using the modulus. |z|^2 = a^2 + b^2 = 74. This confirms z \cdot z^* = |z|^2, which is always a real number.

✓ ANSWER: z^* = 7 + j5 and z \cdot z^* = 74

Examiner note: The product of a complex number and its conjugate always gives a real number equal to |z|^2 = a^2 + b^2. This property is the foundation of the conjugate rationalization method used in division problems.


Problem 8 — ECE Board Exam Type

If z_1 = 2 + j3 and z_2 = 1 - j2, find \dfrac{z_1}{z_2} in rectangular form.

Given: z_1 = 2 + j3, z_2 = 1 - j2

Find: \dfrac{z_1}{z_2} in the form a + jb

Solution:

Step 1: Multiply numerator and denominator by the conjugate of the denominator.

    \[\dfrac{z_1}{z_2} = \dfrac{(2 + j3)}{(1 - j2)} \cdot \dfrac{(1 + j2)}{(1 + j2)}\]

Step 2: Expand the numerator.

    \[(2 + j3)(1 + j2) = 2 + j4 + j3 + j^2 6 = 2 + j7 + (-1)(6) = 2 - 6 + j7 = -4 + j7\]

Step 3: Expand the denominator using a^2 + b^2.

    \[(1)^2 + (2)^2 = 1 + 4 = 5\]

Step 4: Divide each part of the numerator by the denominator.

    \[\dfrac{z_1}{z_2} = \dfrac{-4 + j7}{5} = -\dfrac{4}{5} + j\dfrac{7}{5} = -0.8 + j1.4\]

✓ ANSWER: \dfrac{z_1}{z_2} = -0.8 + j1.4

Examiner note: The conjugate rationalization method eliminates j from the denominator. The denominator always becomes a^2 + b^2, which is a real number. Never leave j in the denominator of a final answer.


Problem 9 — EE Board Exam Type

Express z = e^{j2\pi/3} in rectangular form.

Given: z = e^{j2\pi/3}

Find: Rectangular form a + jb

Solution:

Step 1: Apply Euler’s formula e^{j\theta} = \cos\theta + j\sin\theta with \theta = \dfrac{2\pi}{3}.

    \[z = \cos\!\left(\dfrac{2\pi}{3}\right) + j\sin\!\left(\dfrac{2\pi}{3}\right)\]

Step 2: Convert \dfrac{2\pi}{3} radians to degrees for easier evaluation.

    \[\dfrac{2\pi}{3} \text{ rad} = 120°\]

Step 3: Evaluate the trigonometric functions.

    \[\cos 120° = -\dfrac{1}{2} = -0.5 \qquad \sin 120° = \dfrac{\sqrt{3}}{2} \approx 0.866\]

Step 4: Write the rectangular form.

    \[z = -0.5 + j0.866\]

✓ ANSWER: z = -0.5 + j0.866

Examiner note: When Euler’s formula problems give the angle in radians, convert to degrees first if that makes the trigonometric evaluation easier. The result is the same either way. 120° is a standard angle — no calculator needed.


Problem 10 — ECE Board Exam Type

Evaluate j^{4n+3} where n is any positive integer.

Given: j^{4n+3} where n \in \mathbb{Z}^+

Find: The simplified value for all valid n.

Solution:

Step 1: Split the exponent using the laws of exponents.

    \[j^{4n+3} = j^{4n} \cdot j^3\]

Step 2: Evaluate j^{4n}. Since the cycle of j repeats every 4 powers, j^4 = 1, and therefore j^{4n} = (j^4)^n = 1^n = 1.

    \[j^{4n} = 1\]

Step 3: Evaluate j^3.

    \[j^3 = -j\]

Step 4: Combine the results.

    \[j^{4n+3} = 1 \cdot (-j) = -j\]

✓ ANSWER: j^{4n+3} = -j for all positive integers n

Examiner note: This is a generalized form question that tests conceptual understanding rather than pure computation. The board exam uses this to separate students who truly understand the j cycle from those who only memorized specific values. The key insight is that j^{4n} = 1 always, so only the remainder exponent matters.


Common Mistakes and Examiner Traps

These are the most consistent error patterns observed in ECE and EE board exam solutions. Read each one carefully.

❌ Common Mistake ✅ Correct Approach
Writing \text{Im}(z) = jb. Students include j in the imaginary part when extracting components. The imaginary part is b alone. \text{Im}(z) = b, not jb. The j is the operator, not part of the value.
Adding complex numbers in polar form. Attempting r_1\angle\theta_1 + r_2\angle\theta_2 directly without converting to rectangular first. Convert both numbers to rectangular form first. Add the real parts together and the imaginary parts together. Then convert back to polar if needed.
Using \arctan(b/a) as the final argument without checking the quadrant. The calculator returns the reference angle. Students write it as the answer without verifying. Always sketch the complex number on the Argand diagram first — even a quick mental sketch. Check which quadrant it falls in and apply the correct adjustment from the quadrant table.
Expanding j^{35} or j^{47} step by step. Students multiply j \cdot j \cdot j \cdots repeatedly and either run out of time or make an arithmetic error mid-sequence. Divide the exponent by 4 and use the remainder. The answer comes in under 10 seconds. This is non-negotiable on the board exam where time is the limiting factor.
Leaving j in the denominator of a rectangular form answer. Writing \dfrac{1}{j} or \dfrac{2+j3}{1-j2} as a final answer. Always rationalize using the conjugate of the denominator. Multiply numerator and denominator by \bar{z}_{denominator} to clear j from the bottom. The denominator becomes the real number a^2 + b^2.
Confusing modulus with the imaginary part. Some students write |z| = b or |z| = jb when asked for the magnitude. The modulus is always |z| = \sqrt{a^2 + b^2}. It is always a non-negative real number. It is never equal to b or jb.
Using degrees instead of radians (or vice versa) in Euler’s formula. Writing e^{j90} when the correct form is e^{j\pi/2}. Euler’s formula requires the angle in radians. Convert degrees to radians before substituting into e^{j\theta}. Use \theta_{\text{rad}} = \theta_{\text{deg}} \times \dfrac{\pi}{180°}.

Board Exam Quick Tips

  1. The form you choose determines whether your solution takes 30 seconds or 5 minutes. Rectangular for addition and subtraction. Polar for multiplication and division. Know this rule before you enter the examination room.
  2. \text{Im}(z) = b, not jb. The imaginary part is the coefficient alone. This distinction appears in multiple choice theory questions and in problems asking you to identify components of a complex expression.
  3. Always verify the quadrant after computing \arctan(b/a). Your calculator returns the reference angle. It does not know which quadrant you are in. Adjust manually using the quadrant table every single time.
  4. Euler’s formula e^{j\theta} = \cos\theta + j\sin\theta is a required memory item. It is not always provided in the given data on the board exam. It appears in exponential form conversions, Laplace transform problems, phasor derivations, and Fourier series questions.
  5. The j-power shortcut eliminates a category of board exam mistakes entirely. Divide the exponent by 4. Use the remainder. Write the answer. It takes 10 seconds and it is always correct.

Frequently Asked Questions

Q1. Why do engineers use j instead of i for the imaginary unit?

In electrical engineering, the letter i is reserved for instantaneous current. Using i for \sqrt{-1} in the same equation creates ambiguity — you cannot tell whether i refers to current or the imaginary unit. Engineers adopted j to eliminate that confusion. It is the same mathematical object with a different symbol. On all Philippine engineering board exams, use j.

Q2. What is the difference between polar form and trigonometric form?

They represent the same complex number in two different notations. Polar form z = r\angle\theta is the shorthand. Trigonometric form z = r(\cos\theta + j\sin\theta) is the expanded version that shows the actual real and imaginary components. Polar form is faster to write and use in calculations. Trigonometric form is more useful for derivations and for connecting to Euler’s formula.

Q3. Can the modulus |z| ever be negative?

No. The modulus is a distance and distances are always non-negative. It is computed as \sqrt{a^2 + b^2}, which is always zero or positive. If your computation produces a negative modulus, there is an arithmetic error somewhere in your work.

Q4. How do I verify that my argument angle is correct?

Sketch the complex number on the Argand diagram — even a rough mental picture works. Identify which quadrant the point falls in. Your computed argument must correspond to an angle in that quadrant. For Quadrant I, the angle is between 0° and 90°. For Quadrant II, between 90° and 180°. For Quadrant III, between 180° and 270°. For Quadrant IV, between 270° and 360°. If your angle does not fall in the correct range, apply the appropriate quadrant correction.

Q5. Is Euler’s formula provided in the board exam or is it a memory item?

Memorize it. e^{j\theta} = \cos\theta + j\sin\theta is not consistently provided in the reference data during the board exam. It appears in problems on exponential form conversion, phasor analysis, Laplace transforms, and Fourier series. Treat it as required knowledge the same way you treat the quadratic formula or the Pythagorean theorem.


What is Next

Now that the four forms, the Argand diagram, and the j-operator rules are locked in, the next step is putting them to work. Part 2 of this series covers all operations on complex numbers — addition, subtraction, multiplication, division, and the conjugate method — with the exact form selection rules, full worked examples, and the most common board exam traps in this topic.

→ Continue to Part 2 — Operations on Complex Numbers: Add, Subtract, Multiply, Divide

→ 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