* Representing Whole Molecules: Chemical equations describe the combining of whole molecules. A fraction of a molecule doesn't make sense in this context.
* Mole Ratios: The coefficients in a balanced equation represent the *mole ratios* of reactants and products. These ratios should be whole numbers to reflect the real-world proportions in which substances react.
* Clarity: Using fractions can make the equation look cluttered and confusing, especially when working with complex reactions.
How to Deal with Fractions:
1. Multiply by the Common Denominator: If you end up with a fraction in your balancing process, multiply all coefficients by the denominator of the fraction to get whole numbers.
2. Simplify: After balancing, check if the coefficients can be further simplified by dividing them by a common factor.
Example:
Imagine you're trying to balance the reaction:
```
H2 + O2 → H2O
```
You might initially get:
```
1/2 H2 + 1/2 O2 → H2O
```
To get whole numbers, multiply all coefficients by 2:
```
H2 + O2 → 2 H2O
```
Now the equation is balanced with whole numbers.