4th Grade Lesson: Comparing Fractions: Same Numerators


Students use Scratch to compare fractional parts of sandwiches with the same numerators. They use variables and multiple if/then conditions.


Sample Images   Resources   Materials Navigation

Back to 4th Grade materials

Sample Images


Resources for Comparing Fractions: Same Numerators

Lesson Mode

computer-based

Activity Summary

Students use Scratch to compare fractional parts of sandwiches. They will program the computer to cut the sandwich in equal parts (based on the denominator) and then display a certain number of these sandwich parts (based on the numerator). They will program rules representing greater than, less than, or equal to that are then used to identify the correct symbol when comparing fractions.

Math Connections

Students compare fractions with the same numerators on a number line. Students develop rules for how to determine whether one fraction is greater than, less than, or equal to another fraction with the same numerators by looking at the denominators.

CS Connections

Students use variables and multiple if, then conditions. Students see how the use of variables in conditionals can result in different outcomes.

Materials

Scratch Projects

Topics

  • Conditionals
  • Decomposition
  • Debugging
  • Comparing fractions: (Same Numerator)