Saved Bookmarks
| 1. |
If a and b are two prime numbers then find HCF(a,b) |
|
Answer» A prime number ALWAYS has 1 and itself as a factor. If the prime numbers aren't common, they won't have each other as a factor. So the two prime numbers have 1 as a common. The HCF(a,b) becomes 1. |
|