Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Find a number with nine digits d 1 , d 2 , d 3 , . . . , d 9 , such that the

Find a number with nine digits d1, d2, d3,..., d9, such that the sub-string number d1,..., dn is divisible by n,1<=n<=9. That is, the leftmost digit (d1) is divisible by 1. The two leftmost digits (d1 d2) are divisible by 2. The three leftmost digits (d1 d2 d3) are divisible by 3, etc. (If the above is not clear, assume the number can be displayed as d1 d2 d3 d4 d5 d6 d7 d8 d9 d10. Then d1 is divisible by 1,10d1+ d2 is divisible by 2,100d1+10d2+d3 is divisible by 3, etc.) What is the number? Note that each of the digits may only be used once.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic6 Database Programming

Authors: John W. Fronckowiak, David J. Helda

1st Edition

0764532545, 978-0764532542

More Books

Students also viewed these Databases questions

Question

Does it exceed two pages in length?

Answered: 1 week ago

Question

Does it avoid typos and grammatical errors?

Answered: 1 week ago