All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Insert Zero (Posted on 2016-03-21) Difficulty: 3 of 5
  

Find all integers n greater than nine that satisfy
the following:

The integer formed by inserting the zero digit
between the units and the tens digits of n is
a multiple of n.   

See The Solution Submitted by Bractals    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 3 of 5 |
All multiples of 10 have this property.  n=10a becomes 100a which is 10n.

If n=10a+b with 0<b<10 and a>0, adding the zero creates
100a+b and we seek the ratio to be an integer:

(100a+b)/(10a+b)=m
solving for a gives
a=b(1-m)/(10(m-10))

Since m<10 this makes for an easy search.  For each m, try to find a b that makes a a whole number.

There are three solutions:
m=6, b=8, a=1
m=7, b=5, a=1
m=9, b=5, a=4

corresponding to
18*6=108
15*7=105
45*9=405

  Posted by Jer on 2016-03-21 12:30:42
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (14)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information