DIGITS ISSUE

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 124
Joined: Sun Mar 07, 2010 3:15 pm
Thanked: 1 times

DIGITS ISSUE

by francoisph » Wed Jun 16, 2010 4:17 am
Hi,

please any ideas?

if a two digits positive integer has its digits reversed, the resulting integer differs from the original by 27.
By how much do the two digits differ?


thks,
francois
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 1460
Joined: Tue Dec 29, 2009 1:28 am
Thanked: 135 times
Followed by:7 members

by selango » Wed Jun 16, 2010 4:18 am
10x+y=10y+x+27

9x-9y=27

-->x-y=3

User avatar
Master | Next Rank: 500 Posts
Posts: 294
Joined: Wed May 05, 2010 4:01 am
Location: india
Thanked: 57 times

by amising6 » Wed Jun 16, 2010 4:31 am
if a two digits positive integer has its digits reversed, the resulting integer differs from the original by 27.
By how much do the two digits differ?


let two digit be xy = 10x+y (since has is at 10 th place)
reversing digit we have xy=10 y+x
(10x+y)-(10y-x)=27
9x-9y=27 dividing by 9 both side
x-y=3
so fdifference between two digit =3

Master | Next Rank: 500 Posts
Posts: 124
Joined: Sun Mar 07, 2010 3:15 pm
Thanked: 1 times

by francoisph » Wed Jun 16, 2010 4:35 am
why ? xy = 10x+y (since has is at 10 th place)

where 10X comes from please?

User avatar
Master | Next Rank: 500 Posts
Posts: 294
Joined: Wed May 05, 2010 4:01 am
Location: india
Thanked: 57 times

by amising6 » Wed Jun 16, 2010 4:42 am
dude lets us take no 12
12 can also be written as 10.1 +2
so i have taken 2 digit as number as xy whixh is equal to 10x+y

User avatar
Legendary Member
Posts: 1460
Joined: Tue Dec 29, 2009 1:28 am
Thanked: 135 times
Followed by:7 members

by selango » Wed Jun 16, 2010 4:43 am
If 2 digit number can be expressed as xy,Tenth digit will be x and expressed as 10x

for ex 75,x=5,y=5 will be 10(7)+5

Master | Next Rank: 500 Posts
Posts: 124
Joined: Sun Mar 07, 2010 3:15 pm
Thanked: 1 times

by francoisph » Wed Jun 16, 2010 4:59 am
ok guys

thks