jim1174
- 79
- 0
when I am adding, subtracting, multiplying and dividing fractions and I get an answer is there a way I can check to make sure my answer is in lowest terms ?
The discussion revolves around methods to determine if a fraction is in lowest terms, particularly in the context of arithmetic operations such as addition, subtraction, multiplication, and division of fractions. Participants explore various techniques for checking the simplification of fractions, including both manual and calculator-based approaches.
Participants express various methods for checking if a fraction is in lowest terms, but there is no consensus on a single best approach. Different techniques are discussed, and some participants emphasize the challenges associated with larger numbers.
Some methods rely on the ability to factor numbers or compute the GCD, which may depend on the participants' familiarity with these concepts. The discussion does not resolve the effectiveness or preference for any particular method.
The short answer is: the fraction is in lowest terms if there are no factors other than 1 that appear in both the numerator and denominator.jim1174 said:when I am adding, subtracting, multiplying and dividing fractions and I get an answer is there a way I can check to make sure my answer is in lowest terms ?
If the numbers are really small, by inspection. However in general no, except by brute force. Example: 91/143.jim1174 said:when I am adding, subtracting, multiplying and dividing fractions and I get an answer is there a way I can check to make sure my answer is in lowest terms ?
HallsofIvy said:Or simply factor the numerator and denominator to prime factors. In mathman's "91/143" example, 91 is not divisible by 2, 3, or 5 but 91= 7(13) and 13 is also prime. 143 is not divisible by 2, 3, 5, or 7 but 143= 11(13). Since 91 and 143 have prime factor 13 in common, the fraction 91/143= (7(13))/(11(13)) is not "reduced to lowest terms" we can reduce further by cancelling the "13" in both numerator and denominator to get 7/11 which is "reduced to lowest terms.
To apply willem2's suggestion, n91 divides into 143 once with remainder 143- 91= 52. 52 divides into 91 once with remainder 91- 52= 39. 39 divides into 52 once with remainder 52- 39= 13. And 13 divides into 39 exactly three times with no remainder: 39= 3(13). That immediately tells us that the two numbers, 143 and 91 have common factor 13.
To see that this is true, since 39= 3(13), 52- 39= 52- 3(13)= 13 so 53= 4(13). Then 91- 52= 91- 4(13)= 3(13) so 91= 7(13). And then 143- 91= 143- 7(13)= 4(13) so 143= 11(13).