answersLogoWhite

0


Best Answer

easy.

99 + 9/9= 100

see. not to complex, once you see the answer.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If you have four 9's using only htese four 9's arrange them to total 100 you can use any math function but only use each 9 once?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does a function call come before main?

It does not have to. What is necessary, is that a function be declared before using it, so you either need function declaration separately from definition, or you need to arrange the declaration/definition in the right order, which usually places the main() function last.


If you have four 9's using the four 9's arrange them so they total 20?

99/9 + 9 = 20


If you have four nines using only these four nines arrange them to total one hundred but you can only use one nine once?

99 + (9/9) = 100


Using structures to arrange the name in alphabetical order?

no


What is the default attribute for stacking files using the arrange options?

folder


How do you add n numbers by using c plus plus?

If you're reading the numbers sequentially, keep a running total. Alternatively, pass all the numbers to a function using a variable-length argument. Alternatively push the numbers into a vector then sum the vector with the following function: void sum_vector(std::vector<int> a) { int total=0; for(int i=0; i<a.size(); ++i) total+=a[i]; return(total); }


If you have five 9's using each 9 once arrange them to total 10?

9 multiplied by 9 is 81. divided by 9 is 9. divided by 9 is 1. plus 9 is 10.


How it function using television set?

how it function using television set


How do you define power function without using operator?

using pow() function.. ..


What will be the program to arrange numbers stored in array in ascending order using pointers?

sorry


How can you arrange the first 9 digits in 9 boxes using each once?

Sudoku


What is the use of function in c?

using function we can call the function in the program any where. by using functions we can reduce the code redundancy