Monkeyeatbutt
New member
- Joined
- Aug 12, 2006
- Messages
- 23
How do I find the square root of something?
I have to simplify square roots. and the example is as follows:
Then another one next to it that looks like this
I have to simplify square roots. and the example is as follows:
Code:
12
/ \
2 6
/ \
2 3
factors: 2, 2, 3
Code:
12
/ \
3 4
/ \
2 2
factors: 3, 2, 2