Difference between revisions of "2021 JMPSC Sprint Problems/Problem 8"
(Created page with "==Problem== How many positive two-digit numbers exist such that the product of its digits is not zero? ==Solution== asdf") |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
− | + | Rather than counting all the two-digit numbers that exist with those characteristics, we should do complementary counting to find the numbers with the product of its digits as 0. | |
+ | |||
+ | The only numbers with <math>0</math>'s in their digits are the multiples of <math>10</math>. | ||
+ | |||
+ | <cmath>10, 20, 30, 40, 50, 60, 70, 80, 90</cmath> | ||
+ | |||
+ | Therefore, there are only <math>9</math> two-digit numbers that do not satisfy the requirements. There are <math>100-11+1=90</math> two-digit numbers total, so there are <math>90-9=\boxed{81}</math> numbers. | ||
+ | |||
+ | -OofPirate | ||
+ | |||
+ | == Solution 2 == | ||
+ | You don't want a digit in this number to contain <math>0</math>. Therefore, the answer is <math>9 \cdot 9=\boxed{81}</math> | ||
+ | |||
+ | - kante314 - | ||
+ | |||
+ | ==See also== | ||
+ | #[[2021 JMPSC Sprint Problems|Other 2021 JMPSC Sprint Problems]] | ||
+ | #[[2021 JMPSC Sprint Answer Key|2021 JMPSC Sprint Answer Key]] | ||
+ | #[[JMPSC Problems and Solutions|All JMPSC Problems and Solutions]] | ||
+ | {{JMPSC Notice}} |
Latest revision as of 09:44, 12 July 2021
Contents
Problem
How many positive two-digit numbers exist such that the product of its digits is not zero?
Solution
Rather than counting all the two-digit numbers that exist with those characteristics, we should do complementary counting to find the numbers with the product of its digits as 0.
The only numbers with 's in their digits are the multiples of .
Therefore, there are only two-digit numbers that do not satisfy the requirements. There are two-digit numbers total, so there are numbers.
-OofPirate
Solution 2
You don't want a digit in this number to contain . Therefore, the answer is
- kante314 -
See also
The problems on this page are copyrighted by the Junior Mathematicians' Problem Solving Competition.