Cross Multiplying With Fractions

Download as PDF

Struggling with equations that have fractions on both sides? Cross multiplication is a powerful shortcut that turns complex proportions into simple algebraic equations. This guide will show you exactly how to use this technique to solve for unknown variables with confidence and speed.

Cross Multiplying With Fractions — an original Algebra911 reference diagram defining cross multiplying with fractions with its key formula and a worked example.
Cross Multiplying Fractions: A Step-by-Step Guide for Algebra

What Exactly Is Cross Multiplication?

Cross multiplication is a method used in algebra to solve equations involving two equal fractions. This type of equation, where one ratio is set equal to another, is called a proportion. Cross multiplication provides a straightforward way to eliminate the denominators in a proportion, leaving you with a simpler, linear equation to solve.

Imagine you have an equation in the following format:

ab=cd

In this setup, a, b, c, and d can be numbers or algebraic expressions. The variables b and d cannot be equal to zero, as division by zero is undefined. To cross multiply, you multiply the numerator of the first fraction by the denominator of the second fraction, and set it equal to the product of the second fraction's numerator and the first fraction's denominator. Visually, you are multiplying along the diagonals of the equation.

The result of cross multiplying the proportion above is the equation:

ad=bc

Notice how this new equation no longer contains fractions. This is the primary benefit of cross multiplication: it clears the fractions from the equation, making it much easier to isolate the variable you are trying to solve for. It's a fundamental tool for tackling problems involving ratios, scaling, and similar triangles in geometry, among other applications.

When Can You Use Cross Multiplication?

This is one of the most important questions to ask, because using a tool in the wrong situation can lead to incorrect answers. The "Golden Rule" of cross multiplication is simple but strict: You can only use cross multiplication when you have an equation consisting of a single fraction equal to another single fraction.

The structure must be exactly:

somethingsomething else=a third thinga fourth thing

Any other terms, like addition or subtraction of a number or another fraction outside of the main proportion, mean you cannot apply cross multiplication directly. You would first need to manipulate the equation to isolate the proportion.

Let's look at some examples to make this crystal clear.

When Cross Multiplication Works (and When It Doesn't)

EquationCan You Cross Multiply?Reasoning
x7=414YesThis is a perfect proportion: one fraction equals one fraction.
x+25=9xYesEven with expressions, the structure is still one fraction equals one fraction.
x3+1=56NoThe +1 term is outside the fraction. You must first subtract 1 from both sides to isolate x3 before you can proceed.
x4=1218NoThe right side is not a single fraction. You must first combine the fractions on the right to get 38. Then you could solve x4=38.
x523=815NoThis is multiplication, not a proportion. You should first simplify the left side to 2x15 and then solve the resulting proportion.

Always check the structure of your equation before you begin. If it doesn't match the ab=cd format, you cannot use this shortcut.

How to Cross Multiply: A Step-by-Step Guide

Once you've confirmed that your equation is a proportion, the process is very methodical. Following these steps will lead you to the correct answer every time.

  1. Confirm the Structure: First, double-check that your equation is in the form ab=cd. Ensure there is only one fraction on each side of the equals sign.
  2. Identify the Cross Products: Visualize or draw diagonal lines connecting the numerator of the first fraction with the denominator of the second, and the numerator of the second with the denominator of the first. These are the pairs you will multiply. For ab=cd, the pairs are a and d, and b and c.
  3. Multiply the First Diagonal: Calculate the product of the first numerator and the second denominator (ad).
  4. Multiply the Second Diagonal: Calculate the product of the second numerator and the first denominator (bc).
  5. Set the Products Equal: Create a new equation by setting the two products from the previous steps equal to each other: ad=bc.
  6. Solve for the Variable: You now have a standard algebraic equation without fractions. Use inverse operations (like addition, subtraction, multiplication, or division) to isolate the variable and find its value.
  7. Check Your Work (Optional but Recommended): Substitute your answer back into the original proportion. If both sides of the equation are equal, your solution is correct.

This process transforms a potentially intimidating problem with fractions into a much more manageable one.

Solving a Basic Proportion with Cross Multiplication

Let's apply the steps to a straightforward problem. We want to find the value of x that makes the statement true.

Example 1

Solve for x in the equation: x10=35

Step 1: Confirm the Structure.
The equation has one fraction on the left and one on the right. It's a valid proportion. We can proceed.

Step 2: Identify the Cross Products.
The pairs we need to multiply are x with 5, and 10 with 3.

Step 3 & 4: Multiply the Diagonals.
First diagonal: x5=5x
Second diagonal: 103=30

Step 5: Set the Products Equal.
Our new equation, free of fractions, is:
5x=30

Step 6: Solve for the Variable.
To isolate x, we need to undo the multiplication by 5. We do this by dividing both sides of the equation by 5.
5x5=305
x=6

Step 7: Check Your Work.
Substitute x=6 back into the original equation:
610=35
To check, we can simplify the fraction on the left. Both 6 and 10 are divisible by 2. 6÷210÷2=35.
So, 35=35. The answer is correct.

Handling Expressions: A More Advanced Example

Cross multiplication truly shines when the numerator or denominator contains an algebraic expression (a variable term and a number). The key in these cases is to remember the distributive property.

Example 2

Solve for z in the equation: z+45=z23

Step 1: Confirm the Structure.
The equation is a valid proportion.

Step 2: Identify the Cross Products.
The pairs are (z+4) with 3, and 5 with (z2). It's crucial to treat the expressions (z+4) and (z2) as single units.

Step 3 & 4: Multiply the Diagonals.
When you multiply, use parentheses to ensure you distribute correctly.
First diagonal: 3(z+4)
Second diagonal: 5(z2)

Step 5: Set the Products Equal.
Our new equation is:
3(z+4)=5(z2)

Step 6: Solve for the Variable.
First, apply the distributive property on both sides.
3z+34=5z52
3z+12=5z10

Now, we need to gather the variable terms on one side and the constant terms on the other. Let's subtract 3z from both sides.
12=2z10

Next, add 10 to both sides to isolate the term with z.
22=2z

Finally, divide by 2.
222=2z2
11=z

Step 7: Check Your Work.
Substitute z=11 back into the original equation:
Left side: 11+45=155=3
Right side: 1123=93=3
Since 3=3, our solution is correct.

Key formulas for cross multiplying with fractions by Algebra911.
Key formulas for cross multiplying with fractions by Algebra911.

Common Mistakes to Avoid When Cross Multiplying

Cross multiplication is a fantastic tool, but a few common errors can trip students up. Being aware of these pitfalls is the best way to avoid them.

  • The Addition/Subtraction Trap: The most frequent mistake is trying to cross multiply an equation that isn't a true proportion. For example, in x2+3=74, you cannot cross multiply x by 4 and 2 by 7. You must first isolate the fraction by subtracting 3 from both sides.
  • Forgetting to Distribute: As seen in Example 2, when a numerator or denominator is an expression like x5, you must multiply the entire expression. Writing 4(x5) is correct; writing 4x5 is incorrect because you forgot to multiply the 4 by the 5. Always use parentheses to remind yourself to distribute.
  • The 'Across' Multiplication Error: Some students mistakenly multiply straight across: numerator times numerator and denominator times denominator. This is the method for multiplying two fractions, not for solving a proportion. For x2=510, you do not calculate 5x=20. Remember, the name is cross multiplication for a reason!
  • Sign Errors with Negatives: Be careful when negative numbers are involved. In 3x=58, the cross product is (3)8=5x, which gives 24=5x. It's easy to drop a negative sign, so take your time and double-check your work.

The Math Behind the Magic: Why Does Cross Multiplication Work?

Cross multiplication can feel like a magic trick, but it's not. It's actually a shortcut for a longer, more fundamental algebraic process based on the goal of eliminating denominators. Understanding this connection can deepen your mathematical intuition.

Let's start with our general proportion:

ab=cd

In algebra, our main goal when dealing with fractional equations is often to get rid of the fractions. We can do this by multiplying both sides of the equation by a common denominator. The least common denominator (LCD) of b and d is simply their product, bd.

Let's multiply both sides of the equation by bd:

(bd)ab=cd(bd)

Now, let's rearrange and simplify each side. On the left side, the b in the denominator cancels out with the b we multiplied by:

bb(ad)=cd(bd)

Since bb=1, the left side becomes:

ad=cd(bd)

On the right side, the d in the denominator cancels out with the d we multiplied by:

ad=dd(cb)

Since dd=1, the right side becomes:

ad=cb

This is the exact same formula we get from cross multiplication! So, you can see that cross multiplication isn't a new rule you have to memorize without reason. It is a faster way of performing a valid algebraic step: multiplying both sides of an equation by the denominators to clear the fractions.

Quick Reference: Cross Multiplication at a Glance

Example 3

Solve for y in the equation: 7y=2112

Step 1: Confirm the Structure.
The equation is a valid proportion.

Step 2 & 3: Cross Multiply.
Multiply 7 by 12 and y by 21.
712=y21
84=21y

Step 4: Solve for the Variable.
Divide both sides by 21.
8421=21y21
4=y

Step 5: Check Your Work.
Substitute y=4 back into the original equation:
74=2112
Simplify the fraction on the right by dividing the numerator and denominator by 3: 21÷312÷3=74.
The statement 74=74 is true. The answer is correct.

Key Takeaways

  • When to Use It: Only for equations with the structure AB=CD (a single fraction equals another single fraction).
  • What to Do: Multiply the numerator of each fraction by the denominator of the opposite fraction.
  • The Rule: If AB=CD, then AD=BC.
  • The Result: A new, simpler equation with no fractions, which you can then solve for the variable.

Frequently Asked Questions

What's the difference between cross multiplying and multiplying fractions?

Cross multiplication is a technique used to solve equations where two fractions are equal (proportions). Multiplying fractions is an arithmetic operation to find the product of two fractions, where you multiply the numerators together and the denominators together, like in ab×cd=acbd.

What should I do if my equation has a whole number, like x/4 = 5?

You can still use cross multiplication by turning the whole number into a fraction. Any whole number can be written as a fraction by putting it over 1. So, you would rewrite the equation as x4=51 and then cross multiply to get x1=45, which simplifies to x=20.

Can I cross multiply if there are three fractions in the equation?

No, cross multiplication only works for a proportion, which involves exactly two equal fractions. If you have an equation with three or more fractions, such as ab=cd+ef, you must first combine the terms on one side into a single fraction before you can solve.

Does cross multiplication work with negative numbers?

Yes, absolutely. The rules of integer multiplication apply. Just be careful to keep track of the negative signs. For example, in x2=63, you would multiply to get 3x=(2)(6), which results in 3x=12, so x=4.

Is cross multiplication the only way to solve a proportion?

No, it's not the only way, but it is often the most direct. You could also solve a proportion by finding a common denominator and setting the numerators equal, or by isolating the variable using inverse operations. However, cross multiplication combines these steps into one efficient process.

Why is it called 'cross' multiplication?

It gets its name from the visual pattern of the operation. When you have ab=cd and you draw lines connecting the numbers you multiply (a to d and b to c), the lines form an 'X' or a cross over the equals sign.

Can I use cross multiplication to compare two fractions?

Yes, this is a great application of the same principle. To compare ab and cd, you can find the cross products ad and bc. If ad>bc, then ab>cd. If ad<bc, then ab<cd. This works because you are implicitly comparing the fractions after giving them a common denominator of bd.