Math, asked by pd6346129, 7 months ago

A number consists of two digits whose sum is 8. If 18 is added to the number, its digits are revesed. What is the number?​

Answers

Answered by Anonymous
20
Let us assume that one of the digit of the two digit number is X, then problem the other number will be (8 - X)

From problem we get that, if we add 27 to the number the digits get interchanged and also since the number is a two digit number then X will in tens place (7 - X) will be in ones place.

So the equation we get

10X + (8 - X) + 18 = 10(8 - X) + X

10X + 8 - X + 18 = 80 -10X + X

9X + 26 = 80 - 9X

9X + 9X = 80 - 26

18X = 54

X = 54/18

X = 3,

So the digit in tens place = 3 the digit in ones place is (8 - 3 = 5) , then the number is 35 and when 18 is added the result is 53, the digits interchange their position in the new number.

Ans: 35.







<br /><br />&lt;html&gt;<br /><br />&lt;head&gt;<br /><br />&lt;style&gt;<br /><br />h1{<br /><br />text-transform:uppercase;<br /><br />margin-top:90px;<br /><br />text-align:center;<br /><br />font-family:Courier new,monospace;<br /><br />border:3px solid rgb(60,45,8);<br /><br />border-top:none;<br /><br />width:67%;<br /><br />letter-spacing:-6px;<br /><br />box-sizing:border-box;<br /><br />padding-right:5px;<br /><br />border-radius:6px;<br /><br />font-size:35px;<br /><br />font-weight:bold;<br /><br />}<br /><br />h1 span{<br /><br />position:relative;<br /><br />display:inline-block;<br /><br />margin-right:3px;<br /><br />}<br /><br />@keyframes shahir{<br /><br />0%<br /><br />{<br /><br />transform: translateY(0px) rotate(0deg);<br /><br />}<br /><br />40%<br /><br />{<br /><br />transform: translateY(0px) rotate(0deg);<br /><br />}<br /><br />50%<br /><br />{<br /><br />transform: translateY(-50px)rotate(180deg);;<br /><br />}<br /><br />60%<br /><br />{<br /><br />transform: translateY(0px)rotate(360deg);;<br /><br />}<br /><br />100%<br /><br />{<br /><br />transform: translate(0px)rotate(360deg);;<br /><br />}}<br /><br />h1 span<br /><br />{<br /><br />animation: shahir 3s alternate infinite linear;<br /><br />}<br /><br />h1 span:nth-child(1)<br /><br />{color:pink;<br /><br />animation-delay: 0s;<br /><br />}<br /><br />h1 span:nth-child(2)<br /><br />{color:lightmaroon;<br /><br />animation-delay: 0.2s;<br /><br />}<br /><br />h1 span:nth-child(3)<br /><br />{color:red;<br /><br />animation-delay:0s;<br /><br />}<br /><br />h1 span:nth-child(4)<br /><br />{color:lightgreen;<br /><br />animation-delay: 0.4s;<br /><br />}<br /><br />h1 span:nth-child(5)<br /><br />{color:blue;<br /><br />animation-delay: 0.5s;<br /><br />}<br /><br />h1 span:nth-child(6)<br /><br />{color:purple;<br /><br />animation-delay: 0.3s;<br /><br />}<br /><br />&lt;/style&gt;<br /><br />&lt;meta name="viewport" content="width=device-width" &gt;<br /><br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;center&gt;<br /><br />&lt;div&gt;<br /><br />&lt;h1&gt;<br /><br />&lt;span&gt;A&lt;/span&gt;<br /><br />&lt;span&gt;N&lt;/span&gt;<br /><br />&lt;span&gt;I&lt;/span&gt;<br /><br />&lt;span&gt;K&lt;/span&gt;<br /><br />&lt;span&gt; E&lt;/span&gt;<br /><br />&lt;span&gt;T&lt;/span&gt;<br /><br />&lt;span&gt;⚡&lt;/span&gt;<br /><br />&lt;/h1&gt;<br /><br />&lt;/div&gt;<br /><br />&lt;/center&gt;<br /><br />&lt;/body&gt;<br /><br />&lt;/html&gt;<br /><br />
Answered by gbhavanishankar
1

let the first digit of that number be x and the second digit be y

10x+y+18=10y+x

10y+x-(10x+y)=18

9y-9x=18

y-x=2

the possible values are 13,24,35,46,57,68,79

given that sum of those digits is 8

3+5=8

35+18=53

Similar questions