Files
freeCodeCamp/guide/english/mathematics/cross-multiply/index.md

16 lines
443 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Cross Multiply
---
## Cross Multiply
### How to cross Multiply
2018-10-12 15:37:13 -04:00
You start with two fractions that are equal to each other. You take the numerator of the of the first fraction and multiply it to the denominator of the second fraction, and you take the denominator of the of the first fraction and multiply it to the numerator of the second fraction. Then simplify to get the missing x value.
2018-10-12 15:37:13 -04:00
Example:
2018-10-12 15:37:13 -04:00
(4/3) = (x/3)
12 = 3x
x = 4
2018-10-12 15:37:13 -04:00