Build the decimal closest to a target from cards
Using all four number cards exactly once each, you want to form a number with two decimal places (a hundredths decimal). Among all such numbers you can make, find the one closest to .
Number cards: , , ,
Show solution
Understand
Use each of the cards 3, 2, 4, 7 exactly once to build a number that has two digits before the decimal point and two digits after it (a hundredths decimal). Among all such numbers, find the one whose value is nearest to 30.
- The four cards are 3, 2, 4, and 7.
- Each card is used exactly once.
- The number has the form (two whole-number digits).(two decimal digits), e.g. 27.43.
- The target value is 30.
- The number, built from all four cards, that is closest to 30.
- All four cards must be used, none repeated.
- Exactly two digits sit before the decimal point and two after.
Plan
#6 Guess and Check · also uses: #2 Make a Systematic List
Being closest to 30 means the whole-number part must be just below 30 (a 27.xx number) or just above 30 (a 32.xx number), since no card pair makes 30 itself. So we only need to check those few candidates and compare how far each is from 30.
Execute
Review
Both numbers use the cards 3, 2, 4, 7 once each. 32.47 sits 2.47 above 30 and 27.43 sits 2.57 below 30, so 32.47 wins by 0.10. No 27.xx or 32.xx arrangement is closer (27.43 is the largest 27.xx, 32.47 is the smallest 32.xx).
Make a Systematic List: list every closest-of-its-block candidate (24.73, 27.43, 32.47, 34.27, 42.37, ...) and read off the one with the smallest gap to 30, which is again 32.47.
Standards · min grade 5
5.NBT.B.7Add, subtract, multiply, and divide decimals to hundredths — Subtracting to find each candidate's distance from 30 (2.57 and 2.47).5.NBT.A.1Recognize that a digit in one place represents ten times as much as to its right — Choosing the tens digit (2 or 3) to make the whole part near 30.4.NF.C.7Compare two decimals to hundredths by reasoning about their size — Arranging the decimal digits to make each candidate as close to 30 as possible.