You are not logged in.
That quote quote is not correct. According to Wikipedia the GCD or HCF can be extended to rationals ( fractions ).
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
So.....How is it done ???
Offline
There are algorithms to compute the GCD (HCF). But for these problems they are not necessary.
Look at the example you gave.
1/2 and 1/6
If you take the smaller of the two and divide both 1 / 2 and 1 / 6 by it what do you get?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
but I'm not sure of understanding what I'm doing
Last edited by Al-Allo (2013-07-04 02:35:00)
Offline
Hi;
You need help with that division?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi;
You need help with that division?
Why, my answer isn't correct ?
Offline
You answer is correct, but then you said you did not understand what you were doing. Which part?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, I don't understand how we find a factor of two fractions, that's what xD So, I wasn't sure how dividing my two fractions by 1/6 would give me my answer to my initial question... Thank you for your help
Offline
If you have two numbers or fractions what is the biggest number that can go into the smaller number?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
the biggest comon divisor
Offline
Say you have 18 and 6. The smaller number is 6. if you divide both numbers by the smaller number you get 1 and 3. How do you now know that you have found the GCD?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
because you took the smallest number between the two and it went even in the biggest number
Offline
But how do you know there isn't a larger factor?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But how do you know there isn't a larger factor?
Not sure what other explanation I can give
Offline
Anyway, the reason why I asked you how to find a common factor of two fractions was because of this...
Offline
The reason you know you found the gcd is becuase the GCD is the biggest number that goes into both. When you use the smaller one you know you have the biggest one obviously for the smaller. If it goes into the larger you know there can be nothing bigger because it will not go into the smaller number.
And -2cd is a common factor of those two monomials.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But you said earlier that neither -2cd or 2cd was good.....
Offline
As the GCD we do not know yet but as a factor it is okay.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
As the GCD we do not know yet but as a factor it is okay.
Ah ok. Still, as I see, I'm lacking knowledge of basic things xD Oh well, Atleast I can continue to learn about it.
Offline
Hi;
I have to go offline until later see you then.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Bye Bye ! Thank you again!
Offline
my old textbook says gcd(a/b,c/d) = gcd(a,c)/lcm(b,d)
Last edited by {7/3} (2013-07-04 20:48:20)
There are 10 kinds of people in the world,people who understand binary and people who don't.
Offline