answersLogoWhite

0


Best Answer

How about this one? (9 x 9) + (9 + 9) + 9/9 = 81 + 18 + 1 = 100. Uses six 9's with multiplication, addition and division.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Express 100 using exactly six 9 and any of the four arithmetic operations?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the smallest whole number that you can find using 2 3 5 7 11 and each arithmetic operation exactly once?

The smallest that I can get, using only the basic operations of arithmetic, is -2310


What is arithmetic tree?

an arithmetic tree an is formula using prime and composite number to express its factors.


What are arithmetic expressions?

It is a collection of numerical values along which are combined using arithmetic operations such as powers, addition, subtraction, multiplication and division.


How do you write a arithmetic operations in c using compound assignment statement?

a = b = c


What is the consecutive whole numbers of 0.5625?

No two consecutive whole numbers equal 0.5625 using the basic operations of arithmetic.


How are decimals used when using the four basic operations?

They are the same. The rules of arithmetic do not change simply because you choose to represent the numbers differently.


How are decimal rules different when using the four basic operations?

They are the same. The rules of arithmetic do not change simply because you choose to represent the numbers differently.


What is 5 to the -13 times 10 to the 5 using each base only once?

4444=5...? using the basic arithmetic operations like +,*,-,/. but use only once each these symbols try it


How do you do order of operations in math?

In arithmetic's, it is good to calculate complex sums using the BODMAS order. Work on the items in Brackets and then proceed to do Of, Division, Multiplication and any Subtraction tasks.


Mathematical designs patterns using arithmetic progression?

what do you mean by mathematical designs using arithmetic progression


Groups of instructions that accomplish fundamental operations?

Basic operations in computer programming usually involve tasks like arithmetic calculations, comparisons, input/output, and control flow (loops, conditionals). These operations are typically implemented using a combination of simple and complex instructions in a programming language to achieve specific tasks or algorithms.


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations