Is {{ s1_val }} closer to {{ s1_base }} or {{ s1_base + 100 }}?
Round {{ s2_num }} to the nearest {{ s2_targetPlace === 10 ? 'Ten' : 'Hundred' }}.
Round to the nearest Hundred
Apply the rules to a bigger number!
Target: Nearest {{ s4_targetPlace === 10 ? 'Ten' : 'Hundred' }}
You've successfully learned how to round numbers to the nearest ten and hundred.