Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Use the correct denominator in the example #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"title": "Compare Fractions that have Common Denominators",
"description": [
"When comparing fractions with the same denominator, we can just compare the numerators.",
"For example, if we compare <math>\\frac35</math> and <math>\\frac45</math> we are comparing <b>3</b> lots of <math>\\frac15</math> and <b>4</b> lots of <math>\\frac15</math>. Since 3 is less than 4, <math>\\frac37 \\lt \\frac47</math>."
"For example, if we compare <math>\\frac35</math> and <math>\\frac45</math> we are comparing <b>3</b> lots of <math>\\frac15</math> and <b>4</b> lots of <math>\\frac15</math>. Since 3 is less than 4, <math>\\frac35 \\lt \\frac45</math>."
],
"challengeSeed": [
"% Replace the ? below with \\lt (less than), \\gt (greater than) or = (equal).",
Expand Down