answersLogoWhite

0


Best Answer

23

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What number am I. I am a two digit number You can count to me by 4's plus 3 or by 5's plus 3 What is the smallest number i can be?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is the smallest positive 3 digit number that leaves a remainder of 2 when divided by 3 4 5 or 6?

122. lcm(3, 4, 5, 6) = 60 Thus need the smallest number greater than or equal to 100 (the first 3-digit number) that is a multiple of 60 plus 2: 100 ÷ 60 = 1 r 40 → smallest multiple of 60 is 60 x 2 = 120 → required number is 120 + 2 = 122


How can you tell if the sum of 13 plus 45 plus 24 plus 17 is even or odd?

If the number (count) of odd values to sum is odd, then the answer is odd.If the number (count) of odd values to sum is even, then the answer is even.


Your thousands digit is twice your ones digit your hundreds digit is your ones digit plus 2 your tens digit is the difference between your thousands and hundreds digit what number can you be?

(a)(a-2)(a+2)(2a) It can be: 2044 3156 4268


Carlin wrote a 447 page book on the history of mathematics. She numbered the pages by hand beginning with page 1. How many total digits did she write when numbering the pages?

Answer1 x 9 (number of 1 digit numbers) plus 2 x 89 (number of 2 digit numbers) plus 3(number of 3 digit numbers) x 347 = 1228 The correct answer is 1323. Here is how you do it.1 digit numbers = 92 digit numbers = 90 (99-9) number of 2 digit numbers - number of 1 digit numbers3 digit numbers = 378 (477-99) number of 3 digit numbers - number of 1 & 2 digit numbersSo, the solution is:1x9 = 92x90 = 1803x378 = 11349+180+378 = 1323


How do you describe a 2 digit number as tens and ones?

The first (left most) digit is the number of tens and the other is the number of ones. So 57 = 5 tens plus 7 ones = 50 + 7 = 57

Related questions

The smallest two digits number plus the biggest two digits number is?

The smallest two digit number is 00 (a number used as a wire gauge) and the biggest is 99, so the sum of the biggest and smallest 2-digits numbers is 99 (99 + 00).


C plus plus program to count digit in a string?

Use the following function to count the number of digits in a string. size_t count_digits (const std::string& str) { size_t count = 0; for (std::string::const_iterator it=str.begin(); it!=str.end(); ++it) { const char& c = *it; if (c>='0' && c<='9'); ++count; } return count; }


What is the smallest positive 3 digit number that leaves a remainder of 2 when divided by 3 4 5 or 6?

122. lcm(3, 4, 5, 6) = 60 Thus need the smallest number greater than or equal to 100 (the first 3-digit number) that is a multiple of 60 plus 2: 100 ÷ 60 = 1 r 40 → smallest multiple of 60 is 60 x 2 = 120 → required number is 120 + 2 = 122


which 2 digit number is equal to the sum of its first digit plus the square of its second digit?

89


How do you write a programme in c plus plus that prints the smallest digit for a value entered by the user?

#include<iostream> #include<sstream> unsigned smallest_digit (double value) { unsigned long long integral = static_cast<unsigned long long>(value); while (value > integral) { value*=10; integral = static_cast<unsigned long long>(value); } unsigned smallest = integral % 10; while ((integral /= 10) != 0) { unsigned digit = integral % 10; if (digit < smallest) smallest = digit; } return smallest; } int main() { double d; while (true) { std::cout << "Enter a number: "; std::string s; std::getline (std::cin, s, '\n'); std::stringstream ss; ss << s; if (ss >> d) break; std::cerr << s << " is not a valid number.\n"; } std::cout << "The smallest digit in " << d << " is " << smallest_digit (d) << '\n'; }


What is the smallest number for n for which n2 plus n plus 17 is not a prime number?

n = 5.


Which two-digit number is equal to the sum of its firstdigit plus the square of its second digit?

89


A five digit number which the first digit plus the third digit equal to fourteen?

try 91511, 9+5=14


What is the product of a two digit number plus a number which adds to 3355?

727 ywwH


What is the smallest number which when added to an even number makes the sum an odd number?

Technically, there is no such thing as "the smallest number" since we can go into negative numbers and they go on forever. But if we are talking about positive integers, then the smallest would be 1 1 plus zero equals one. The second smallest would be 2 2 plus 1 equals 3


What number's cube root is 1 more then the smallest prime?

The number 27 has a cube root of 3, which is 2 (the smallest prime) plus 1.


What is the 3rd digit of the number 99324 then plus it with 2?

99324 (the third digit is 3)3+2=5