This circle represents one whole.
What fraction is shaded blue below?
NUM_1 / DEN_1
Each blue slice is FRACTION of the whole.
Only one slice is shaded blue.
\pink{NUM_1} slices are shaded blue, so we add
FRACTION a total of \pink{NUM_1} times.
_.times(NUM_1, function() { return FRACTION; }).join(" + ") = ?
The fraction shaded blue is \dfrac{NUM_1}{DEN_1}.
This rectangle represents one whole.
What fraction is shaded blue below?
NUM_1 / DEN_1
Each blue piece is FRACTION of the whole.
Only one piece is shaded blue.
\pink{NUM_1} piece are shaded blue, so we add
FRACTION a total of \pink{NUM_1} times.
_.times(NUM_1, function() { return FRACTION; }).join(" + ") = ?
The fraction shaded blue is \dfrac{NUM_1}{DEN_1}.