answersLogoWhite

0


Best Answer

use the digit 8 four time to make 89

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the digit 8 four times to make 89?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Use the digit 8 four times to make 89?

88 + 8/8 = 89


How can you use the digit 8 four times to make 89?

88 + 8/888 + 8/8 = 89


How can you use digit 8 four times to equal 89?

89 = 88 + (8 / 8)


What is the program to figure out how many numbers from 0 to 9 are needed for 1 to 89 for example?

#include<iostream> #include<array> #include<sstream> std::array<int,10> get_frequency (int range_min, int range_max) { if (range_max<range_min) std::swap (range_min, range_max); std::array<int,10> digit {}; for (int count {range_min}; count<=range_max; ++count) { std::stringstream ss {}; ss << count; std::string s {}; ss >> s; for (auto c : s) { ++digit[c-'0']; } } return digit; } int main () { std::array<int,10> digit {}; digit = get_frequency(1, 89); std::cout << "In the range 1 to 89...\n"; for (int d {0}; d<10; ++d) { std::cout << "\tthe digit " << d << " appears " << digit[d] << " times.\n"; } } Output: In the range 1 to 89... the digit 0 appears 8 times. the digit 1 appears 19 times. the digit 2 appears 19 times. the digit 3 appears 19 times. the digit 4 appears 19 times. the digit 5 appears 19 times. the digit 6 appears 19 times. the digit 7 appears 19 times. the digit 8 appears 19 times. the digit 9 appears 9 times.


How do you use 8 four times to get 89?

88 + 8/8 = 88 +1 = 89


What is 89 decimal point?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. If it does not contain a fractional part then the decimal representation does not require a decimal point. So 89. is actually simply 89, without the decimal point.


What is the largest two digit odd number with an even tens digit?

How about 89


How do you write 89 as a decimal?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. A decimal representation does not require a decimal point. So the required decimal representation is 89, exactly as in the question.


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

89


Use the make a ten strategy to find the sums and differences 89 plus 24 Change one number to a multiple of 10?

89+24 change one number to a multiple of ten 90 is closest to 89 and you added by one digit adjust the other number (drop the second number by the same digit as the first number adjusted (one digit). 23 90+23=113 89+24=113


What is the largest two-digit divisor of 534?

The largest two-digit divisor of 534 is 89.


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

89