Product of Missing Digits in a Number

  • Thread starter Thread starter doggydan42
  • Start date Start date
  • Tags Tags
    Product
Click For Summary
SUMMARY

The problem involves finding the product of missing digits in the 9-digit number ##49xyz2160##, which represents the product of five consecutive multiples of 8. The solution requires recognizing that the number can be expressed as ##8^5(k-2)(k-1)k(k+1)(k+2)##, where ##k## is the middle multiple. To solve for the digits ##x, y, z##, one must ensure that the resulting product is divisible by the factors of five consecutive integers, specifically ##2, 3, 4, 5##. A brute force method is suggested to narrow down the possibilities for ##k##.

PREREQUISITES
  • Understanding of factorials and divisibility rules
  • Familiarity with polynomial expressions and approximations
  • Knowledge of multiples and their properties, particularly with respect to 8
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of consecutive multiples and their products
  • Learn about polynomial approximation techniques for simplifying expressions
  • Explore divisibility rules for factorials and their applications in number theory
  • Practice solving similar problems involving digit manipulation and products of numbers
USEFUL FOR

Mathematics students, educators, and anyone interested in number theory or combinatorial problems involving digit manipulation and products of integers.

doggydan42
Messages
169
Reaction score
18

Homework Statement


Five consecutive multiples of 8 have a 9-digit product of ##49xyz2160##. What is the value of ##x\cdot y \cdot z##?

Homework Equations


I am unsure of what equations would be relevant.

The Attempt at a Solution


I tried breaking the number into its parts: ##4\cdot 10^8+9\cdot 10^7+x\cdot 10^6+y\cdot 10^5+...+6\cdot 10##; though, I wasn't sure what I could do next.

I also realized that the 9-digit number must be divisible by ##8\cdot \frac{n!}{(n-5)!}## for some natural number n.

How would I go about solving this with mathematical rigor, and what would be the fastest way to solve it?

Thank you in advance.
 
Last edited:
Physics news on Phys.org
doggydan42 said:

Homework Statement


Five consecutive multiples of 8 have a 9-digit product of ##49xyz2160##. What is the value of ##x\cdot y \cdot z##?

Homework Equations


I am unsure of what equations would be relevant.

The Attempt at a Solution


I tried breaking the number into its parts: ##4\cdot 10^8+9\cdot 10^7+x\cdot 10^6+y\cdot 10^5+...+6\cdot 10##; though, I wasn't sure what I could do next.

I also realized that the 9-digit number must be divisible by ##8\cdot \frac{n!}{(n-5)!}## for some natural number n.

How would I go about solving this with mathematical rigor, and what would be the fastest way to solve it?

Thank you in advance.
It should be ##8^5 \cdot m## and ##(2\cdot 4\cdot 3 \cdot 5 )\,\vert \,m## because five consecutive numbers have to contain at least a ##2,3,4,5## as divisors. So we search for ##(8^6\cdot 15) \,\vert \, 49\ldots ##. Well, from here a brute force method works.

Edit: As ##2,3,4,5,6## and ##8,9,10,11,12## can be ruled out quickly, you also know, that ##7\,\vert \,m##, so ##8^6\cdot 105\,\vert \,49\ldots ## which leaves only a few possibilities.
 
Last edited:
fresh_42 said:
It should be ##8^5 \cdot m## and ##(2\cdot 4\cdot 3 \cdot 5 )\,\vert \,m## because five consecutive numbers have to contain at least a ##2,3,4,5## as divisors. So we search for ##(8^6\cdot 15) \,\vert \, 49\ldots ##. Well, from here a brute force method works.
doggydan42 said:

Homework Statement


Five consecutive multiples of 8 have a 9-digit product of ##49xyz2160##. What is the value of ##x\cdot y \cdot z##?

Homework Equations


I am unsure of what equations would be relevant.

The Attempt at a Solution


I tried breaking the number into its parts: ##4\cdot 10^8+9\cdot 10^7+x\cdot 10^6+y\cdot 10^5+...+6\cdot 10##; though, I wasn't sure what I could do next.

I also realized that the 9-digit number must be divisible by ##8\cdot \frac{n!}{(n-5)!}## for some natural number n.

How would I go about solving this with mathematical rigor, and what would be the fastest way to solve it?

Thank you in advance.
Call the middle number ##k##. Then the ##49xyz2160 = 8^5(k-2)(k-1)k(k+1)(k+2)##. I think you could multiple out the polynomial on the right and come up with a very simple and highly accurate approximation by dropping all except one term. Then you could solve for an approximate value of ##k##.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
3K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K