Math, asked by sandeepanjani26, 11 months ago

if the number obtained by interchanging the digits of a two digit number is 18 more than the original number and the sum of the digits is 8 then what is the original number ​

Answers

Answered by spiderman2019
5

Answer:

35

Step-by-step explanation:

Let x and y be the digits of the number. The number is 10x+y

sum of the digits is 8 => x + y = 8.  -------------> Equation 1

number obtained by interchanging the digits of a two digit number is 18 more than the original number

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

=> 9y - 9x = 2

=> y - x = 2          --------------------> Equation 2

Add equation 1 and Equation 2.

x + y = 8

-x+y = 2

--------------

2y = 10 => y = 5.

----------------------------

Substitute in y = 5 in equation 1

x + y = 8 => x + 5 = 8 => x =3.

Thus the original number is 35

Answered by MRsteveAustiN
1

</p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;title&gt;Interactive Cube 3D &gt;Pure Responsive CSS&lt;/title&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p></p><p></p><p></p><p>&lt;section id="main"&gt;</p><p>    </p><p>  &lt;input type="checkbox" id="cmd0" name="cmd0"&gt;</p><p></p><p>  &lt;input type="radio" id="cmd1" name="cmd" checked&gt;</p><p>  &lt;input type="radio" id="cmd2" name="cmd"&gt;</p><p>  &lt;input type="radio" id="cmd3" name="cmd"&gt;</p><p>  &lt;input type="radio" id="cmd4" name="cmd"&gt;</p><p>  &lt;input type="radio" id="cmd5" name="cmd"&gt;</p><p>  &lt;input type="radio" id="cmd6" name="cmd"&gt;</p><p></p><p>  &lt;div class="layer"&gt;&lt;div class="layer-cell"&gt;</p><p>      &lt;section class="container"&gt;</p><p>        &lt;div id="cube"&gt;</p><p>          &lt;figure class="front"&gt;1&lt;/figure&gt;</p><p>          &lt;figure class="bottom"&gt;2&lt;/figure&gt;</p><p>          &lt;figure class="right"&gt;3&lt;/figure&gt;</p><p>          &lt;figure class="left"&gt;4&lt;/figure&gt;</p><p>          &lt;figure class="top"&gt;5&lt;/figure&gt;</p><p>          &lt;figure class="back"&gt;6&lt;/figure&gt;</p><p>        &lt;/div&gt;</p><p>      &lt;/section&gt;</p><p>  &lt;/div&gt;&lt;/div&gt;</p><p></p><p>  &lt;section id="options"&gt;</p><p></p><p>    &lt;p id="show-buttons"&gt;</p><p>      &lt;button class="show-front"&gt;&lt;label for="cmd1"&gt;1&lt;/label&gt;&lt;/button&gt;</p><p>      &lt;button class="show-bottom"&gt;&lt;label for="cmd6"&gt;2&lt;/label&gt;&lt;/button&gt;</p><p>      &lt;button class="show-right"&gt;&lt;label for="cmd3"&gt;3&lt;/label&gt;&lt;/button&gt;</p><p>      &lt;button class="show-left"&gt;&lt;label for="cmd4"&gt;4&lt;/label&gt;&lt;/button&gt;</p><p>      &lt;button class="show-top"&gt;&lt;label for="cmd5"&gt;5&lt;/label&gt;&lt;/button&gt;</p><p>      &lt;button class="show-back"&gt;&lt;label for="cmd2"&gt;6&lt;/label&gt;&lt;/button&gt;</p><p>    &lt;/p&gt;</p><p></p><p>    &lt;p&gt;</p><p>      &lt;button id="toggle-backface-visibility"&gt;&lt;label for="cmd0"&gt;Backface Visibility&lt;/label&gt;&lt;/button&gt;</p><p>    &lt;/p&gt;</p><p></p><p>  &lt;/section&gt;</p><p></p><p>&lt;/section&gt;</p><p></p><p>    &lt;/body&gt;</p><p>&lt;style&gt;</p><p>html, body { height:500px; }</p><p>body {</p><p>    -webkit-text-size-adjust: none;</p><p>    max-width: 720px;</p><p>    margin: 0 auto;</p><p>    padding: 10px;</p><p>    font-family:sans-serif;</p><p>    font-size:4vmin;</p><p>}</p><p>section, footer {</p><p>    display: block;</p><p>}</p><p>h1 {</p><p>    color:dimgray;</p><p>    text-align:center;</p><p>}</p><p>button {</p><p>  font-size:3vmin;</p><p>  -webkit-appearance: push-button;</p><p>}</p><p>#main {</p><p>    height:100%;</p><p>    margin:0;</p><p>    padding:0;</p><p>}</p><p>.layer {</p><p>    box-sizing:border-box;</p><p>    position:fixed;</p><p>    top:0;</p><p>    left:0;</p><p>    display:table;</p><p>    table-layout:fixed;</p><p>    width:100%;</p><p>    height:100%;</p><p>}</p><p>.layer-cell {</p><p>    display:table-cell;</p><p>    vertical-align:middle;    </p><p>}</p><p>#main input[type=checkbox], #main input[type=radio] {</p><p>    display:none;</p><p>}</p><p>#options {</p><p>    position:fixed;</p><p>    bottom:0;</p><p>    left:0;</p><p>    z-index:100;</p><p>    text-align:center;</p><p>    background:silver;</p><p>    border-top:dimgray 1px solid;</p><p>    font-size:0;</p><p>    padding:1.5vmin;</p><p>    width:100%;</p><p>}</p><p>#options button {</p><p>    margin:0.5vmin;</p><p>}</p><p>#options label {</p><p>    font-size:6vmin;</p><p>}</p><p></p><p>/* cube */</p><p>.container {</p><p>    width: 50vmin;</p><p>    height: 50vmin;</p><p>    position: relative;</p><p>    margin: 0 auto 10vmin;</p><p>    border: 0.25vmin solid #CCC;</p><p>    border:0 none transparent;</p><p>    -webkit-perspective: 250vmin;</p><p>            perspective: 250vmin;</p><p>}</p><p>#cube {</p><p>    width: 100%;</p><p>    height: 100%;</p><p>    position: absolute;</p><p>    -webkit-transform-style: preserve-3d;</p><p>            transform-style: preserve-3d;</p><p>    -webkit-transition:-webkit-transform 1s linear;</p><p>    transition:-webkit-transform 1s linear;</p><p>    transition:transform 1s linear;</p><p>    transition: transform 1s linear, -webkit-transform 1s linear;</p><p>}</p><p>#cube figure {</p><p>    display: block;</p><p>    position: absolute;</p><p>    width: 49vmin;</p><p>    height: 49vmin;</p><p>    border: 0.5vmin solid black;</p><p>    line-height: 49vmin;</p><p>    font-size: 30vmin;</p><p>    font-weight: bold;</p><p>    color: white;</p><p>    text-align: center;</p><p>    margin:0;</p><p>}</p><p>#main input[type=checkbox]:checked+input+input+input+input+input+input+div #cube figure {</p><p>    -webkit-backface-visibility: hidden;</p><p>            backface-visibility: hidden;</p><p>}</p><p>#cube .front  { background: hsla(   0, 100%, 50%, 0.7 ); }</p><p>#cube .back   { background: hsla(  60, 100%, 50%, 0.7 ); }</p><p>#cube .right  { background: hsla( 120, 100%, 50%, 0.7 ); }</p><p>#cube .left   { background: hsla( 180, 100%, 50%, 0.7 ); }</p><p>#cube .top    { background: hsla( 240, 100%, 50%, 0.7 ); }</p><p>#cube .bottom { background: hsla( 300, 100%, 50%, 0.7 ); }</p><p>#cube .front  { -webkit-transform: translateZ(25vmin); transform: translateZ(25vmin); }</p><p>#cube .back   { -webkit-transform: rotateX(-180deg) translateZ(25vmin); transform: rotateX(-180deg) translateZ(25vmin); }</p><p>#cube .right { -webkit-transform: rotateY(90deg) translateZ(25vmin); transform: rotateY(90deg) translateZ(25vmin); }</p><p>#cube .left { -webkit-transform: rotateY(-90deg) translateZ(25vmin); transform: rotateY(-90deg) translateZ(25vmin); }</p><p>#cube .top { -webkit-transform: rotateX(90deg) translateZ(25vmin); transform: rotateX(90deg) translateZ(25vmin); }</p><p>#cube .bottom { -webkit-transform: rotateX(-90deg) translateZ(25vmin); transform: rotateX(-90deg) translateZ(25vmin); }</p><p>#main input[type=radio]:checked+input+input+input+input+input+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin);</p><p>            transform: translateZ(-25vmin);</p><p>}</p><p>#main input[type=radio]:checked+input+input+input+input+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin) rotateX(-180deg);</p><p>            transform: translateZ(-25vmin) rotateX(-180deg);</p><p>}</p><p>#main input[type=radio]:checked+input+input+input+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin) rotateY(-90deg);</p><p>            transform: translateZ(-25vmin) rotateY(-90deg);</p><p>}</p><p>#main input[type=radio]:checked+input+input+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin) rotateY(90deg);</p><p>            transform: translateZ(-25vmin) rotateY(90deg);</p><p>}</p><p>#main input[type=radio]:checked+input+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin) rotateX(-90deg);</p><p>            transform: translateZ(-25vmin) rotateX(-90deg);</p><p>}</p><p>#main input[type=radio]:checked+div #cube {</p><p>    -webkit-transform: translateZ(-25vmin) rotateX(90deg);</p><p>            transform: translateZ(-25vmin) rotateX(90deg);</p><p>}</p><p></p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/html&gt;</p><p></p><p></p><p>

Similar questions