ScratchData LogoScratchData
Back to leszpio's profile

+-fractions

LEleszpio•Created June 27, 2013
+-fractions
22
18
2531 views
View on Scratch

Instructions

Enter numerators and denominators two fractions. The program uses Euclid's algorithm. See my project LCMandGCD http://scratch.mit.edu/projects/2922284

Description

The program adds and subtracts fractions. Inscription (n, d) is n - numerator, d - denominator. The program builds on the LCM and GCD in order to bring to a common denominator. LCM(d1,d2)=d1*d2/GCD(d1,d2) {See my project LCMandGCD http://scratch.mit.edu/projects/2922284 } Results appear: first add and you can see it 20 seconds, then I get the subtraction for the next 20 seconds.

Project Details

Project ID11112909
CreatedJune 27, 2013
Last ModifiedMay 6, 2014
SharedMay 6, 2014
Visibilityvisible
CommentsAllowed