cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
Reducing fractions
Reducing fractions
Apr 4, 2015 at 12:51am UTC
RealGiganitris
(359)
So, take the three fractions:
(0252144/11088)
(0078848/11088)
(-247401/11088)
How can I reduce the fractions in a way that all three have the same denominator?
Apr 4, 2015 at 2:41am UTC
Duthomhas
(13212)
Your given fractions are convenient because they already share the same denominator. So just find the GCD of the denominator and all the numerators and divide everything by that value.
Hope this helps.
Topic archived. No new replies allowed.