Fraction reduction, euclid's algorithm

In summary, to reduce the fraction \frac{943578}{1978935} to its lowest terms using Euclid's algorithm, we first use the algorithm to find the greatest common divisor of the two numbers, which is 3. Then, we divide both the numerator and denominator by 3 to get \frac{314526}{659645}. We can be sure that this fraction is in its lowest terms because the greatest common divisor was used in the reduction process.
  • #1
rayman123
152
0

Homework Statement


reduce the fraction [tex]\frac{943578}{1978935}[/tex] to its lowest terms using Euclid's algorithm

The Attempt at a Solution


I start with finding the gcd of these two numbers using E.algorithm

1978935=943578*2+91779
942578=91779*10+25788
91779=25788*3+14415
25788=14415*1+11373
14415=11373*1+3042
11373=3042*3+2247
3042=2247*1+795
2247=795*2+657
795=657*1+138
657=138*4+105
138=105*1+33
105=33*3+6
33=6*5+3
6=2*3+0
so gcd(1978935,942578)=3
but here I am somehow unable to use it to reduce the fraction. Please help
 
Physics news on Phys.org
  • #2
Divide both numerator and denominator by that "greatest common divisor".
 
  • #3
I am not sure if this is the way we are supposed to do it...Euclid's algorithm is to help to make the calculations easier, without calculator no one can do such divisions...
[tex]\frac{942578}{1978935}=\frac{314526}{659645}[/tex]
but how can we be sure that this is not further reducible?
 

1. What is fraction reduction?

Fraction reduction is the process of simplifying a fraction to its lowest terms by dividing both the numerator and denominator by their greatest common divisor (GCD).

2. What is Euclid's algorithm?

Euclid's algorithm is a method for finding the GCD of two numbers. It involves repeatedly dividing the larger number by the smaller number until the remainder is 0. The last non-zero remainder is the GCD.

3. Why is fraction reduction important?

Fraction reduction is important because it helps us to work with fractions more easily. Simplifying fractions allows us to compare and perform operations on them more accurately, and reduces the chance of error in calculations.

4. How do you use Euclid's algorithm to reduce fractions?

To reduce a fraction using Euclid's algorithm, you need to find the GCD of the numerator and denominator. Then, divide both the numerator and denominator by the GCD to get the simplified fraction.

5. Can all fractions be reduced using Euclid's algorithm?

Yes, all fractions can be reduced using Euclid's algorithm. However, some fractions may already be in their simplest form and cannot be further reduced.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
409
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Advanced Physics Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
4K
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
634
  • Mechanical Engineering
Replies
13
Views
1K
Replies
7
Views
1K
Back
Top