$${A + BC\over B}$$ Assuming C is an integer and A divided by B is a simplified equation. Will this equation always be simplified? and is there a mathematical proof?
Asked
Active
Viewed 30 times
1 Answers
1
Short answer:
Yes, the fraction will alsways stay simplified, since $\gcd(A,B)=\gcd(A+BC,B)=1$.
Longer answer:
- $\frac{A}{B}$ is simplified, so there is no prime $p$ dividing both $A,B$.
- We will show that there is no prime $p$ dividing both $A+BC$ and $B$, this will tell us that the fraction $\frac{A+BC}{B}$ is simplified aswell.
Suppose, for sake of contradiction, that there is a prime number $p$ dividing both $A+BC$ and $B$. Then $p$ will also divide $(A+BC)+(B)$, since both the numbers in the parentheses are divisible by $p$. In general, $p$ will also divide $$(A+BC)+(B)(-C)=A$$ by the same argument. This means that $p$ divides both $A$ and $B$ which is impossible by assumption. We must therefore have that $p$ is a unit (not a prime), that is, $p=\pm1$.
cansomeonehelpmeout
- 12,782
- 3
- 22
- 49