Move the orange dot to \pink{SOLN_TXT}
on the number line.
The length between \blue{LOWER_BOUND}
and \blue{UPPER_BOUND}
on the number line is \blue{LARGE_INCREMENT}
,
or \blue{1 \text{ decimalPlaceNames[1]}}
.
This \blue{LARGE_INCREMENT}
is divided into 10
equal pieces.
Each piece has a length of \green{MARK_INCREMENT}
,
or \green{1 \text{ decimalPlaceNames[2]}}
.
From \blue{LOWER_BOUND}
, we need to move
\green{HUNDREDTHS \text{ plural_form(decimalPlaceNames[2], HUNDREDTHS)}}
to the right to get to \pink{SOLN_TXT}
.
The highlighted number shows where \pink{SOLN_TXT}
is on the number line.
The length between the blue labeled tick marks is \blue{LARGE_INCREMENT}
,
or \blue{1 \text{ decimalPlaceNames[1]}}
.
Each \blue{LARGE_INCREMENT}
is divided into 10
equal pieces
that have a length of \green{MARK_INCREMENT}
,
or \green{1 \text{ decimalPlaceNames[2]}}
.
First, we want to move to the correct number of tenths.
We move to \blue{TENTHS_SOLN}
on the number line.
Now, we want to move to the correct number of hundredths.
From \blue{TENTHS_SOLN}
, we need to move
\green{HUNDREDTHS % 10 \text{ plural_form(decimalPlaceNames[2], HUNDREDTHS % 10)}}
to the right to get to \pink{SOLN_TXT}
.
The highlighted number shows where \pink{SOLN_TXT}
is on the number line.
The length between the blue labeled tick marks is \blue{LARGE_INCREMENT}
,
or \blue{1 \text{ decimalPlaceNames[1]}}
.
Each \blue{LARGE_INCREMENT}
is divided into 10
equal pieces
that have a length of \green{MARK_INCREMENT}
,
or \green{1 \text{ decimalPlaceNames[2]}}
.
We can rewrite the labels as \green{\text{plural_form(decimalPlaceNames[2], 2)}}
.
The highlighted number shows where \pink{SOLN_TXT}
is on the number line.