answersLogoWhite

0


Best Answer

I am less than 100 so the range is 01 - 99, but as I am divisible by 2 then I am even. As my tens digit and ones digit are the same then I am a 2 digit number so the range is now 10 - 98.

The sum of my digits is 8, my tens digit and my ones digit are the same . . so the only solution is 44.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the answer to i am less than 100thesum of my digits is 8 if you divide me by 2 i am a even numbermy tens digit and my ones digits are the same?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

You are a 5 digit numberMy hundreds digit is 3 more than your tens digitMy thousands digit is 1 less than your hundreds digit your tens digit is 4 and the rest of your digits is 8 what number i am?

The question cannot be answered. All that I know about your number is that is has at least 4 digits. Your number could be a hundred digits long - I have no way of knowing.


How can you tell before you divide if the quotient will have two or three digits?

Mental math like if 12 into 72 it will not be a double digit if you divide 100 by 10 it will be double digits. Most times if you have a tripple digit number and divide it by double digit the answer will be a double digit.


What is the least number of digits there can be in the quotient when you divide a five number digit number by a one digit number?

4


Algorithm for convert decimal to bcd representation?

It's basically the algorithm to break a number down to digits. Then each digit would be represented as a natural binary number on its own.To break it down to digits, get a remainder after division with 10 (that's the last digit), then divide the number by 10 to remove that digit. Repeat until there are digits, and store each one into an array (or print them to screen without storing).


How do you make a program that counts how many times each digit occured in the integer?

To count the number of times a digit occurs in an integer, start by initializing an array of ten counts of digits, such as int digits[10];Then, in a loop while the number is non zero, increment the element in the digits array that corresponds to the units digit, and then divide the number by ten, such as digits[number%10]++ and number/=10;int digits[10];int i;int number = some number;for (i=0; i

Related questions

You are a 5 digit numberMy hundreds digit is 3 more than your tens digitMy thousands digit is 1 less than your hundreds digit your tens digit is 4 and the rest of your digits is 8 what number i am?

The question cannot be answered. All that I know about your number is that is has at least 4 digits. Your number could be a hundred digits long - I have no way of knowing.


How can you tell before you divide if the quotient will have two or three digits?

Mental math like if 12 into 72 it will not be a double digit if you divide 100 by 10 it will be double digits. Most times if you have a tripple digit number and divide it by double digit the answer will be a double digit.


What is the least number of digits there can be in the quotient when you divide a five number digit number by a one digit number?

4


How do you divide the two digit numbers to a three digits number?

by making them half


I am between 2450 and 2480. If you divide my first two digits by my third digit you will get my last digit?

The number 2464 fulfils the requirements.


If you have a two-digit divisor and a three-digit dividend does the quotient always have same number of digits?

Unless you are using remainders, no because the divisor may not divide evenly into the dividend you idiots.


How many three digits are there in which all the digit are distinct?

There are the digits 1 through 9 for the first digit. Then, we have 0 through 9 for the second digit - excluding the first digit. For the third digit, we have 0 through 9 excluding the two previous digits


Algorithm for convert decimal to bcd representation?

It's basically the algorithm to break a number down to digits. Then each digit would be represented as a natural binary number on its own.To break it down to digits, get a remainder after division with 10 (that's the last digit), then divide the number by 10 to remove that digit. Repeat until there are digits, and store each one into an array (or print them to screen without storing).


Is a 3-digit number all the digits are different the first and second digits are multiples of 3 the first digit is greater than the second digit?

Not necessarily. Consider 444. The digits are not different. The first and second digits are not multiples of 3 The first digit is not greater than the second digit. In spite of all that, 444 is a 3-digit number


How can you tell without dividing that 4796 will have a 2 digit quotient?

You can't tell anything about the quotient until you know whatthe divisor is going to be.-- If I divide your 4,796 by 4, the quotient is 1,199 . . . 4 digits.-- And if I divide it by 2,398, the quotient is 2 . . . . only 1 digit.


What is the smallest 6 digit number using the digits 12345?

Since there are only five different digits, a 6-digit number can only be generated if a digit can be repeated. If digits can be repeated, the smallest 6-digit number is 111111.


How do you make a program that counts how many times each digit occured in the integer?

To count the number of times a digit occurs in an integer, start by initializing an array of ten counts of digits, such as int digits[10];Then, in a loop while the number is non zero, increment the element in the digits array that corresponds to the units digit, and then divide the number by ten, such as digits[number%10]++ and number/=10;int digits[10];int i;int number = some number;for (i=0; i