answersLogoWhite

0


Best Answer

I'm not sure if you are limited by purely addition or what the rules are so I have the following answer:

Using only 6 numbers, but any function:

3*5-5+9+1+1 = 21

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 9999555533331111 Where the total should be 21 using only 6 numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

9999555533331111 in this any 6 nos total is 21 what r they?

3*3*3-(5+(5/5)) 9+3+3+5+1(to the power of 1) ...using 6 numbers logic fullfilled ...here in this answer v use the clause of using all given digits


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); }


How many 3 digit numbers can you get using the numbers 0 though 9?

Should be 1000. (10x10x10)


How do you solve 2 decimal numbers using multiplacation?

Multiply the numbers, count the total number of decimal places in the problem and place that many in your product.


Estimate the total weight of two boxes that weight 9.4 lb and 62.6 lb using rounding and compatible numbers which estimate is closer to the actual total weight why?

Rounding the weights to 10 lb and 60 lb gives an estimated total weight of 70 lb. Using compatible numbers by rounding to 9 lb and 60 lb, the estimated total weight is 69 lb. The estimate using compatible numbers (69 lb) is closer to the actual total weight of 71.6 lb.


What are the allowed total angular momentum quantum numbers of a composite system in which j1 5 and j2 3?

Using the commutation relation will help us compute the allowed total angular momentum quantum numbers of a composite system.


Write a program to aceept 5 numbers from keyboard n print itz total?

#include using std::cin;using std::cout;using std::endl;int main(){int arrSize = 5;double arr[arrSize] = {0.0};cout


How do you write 6th Sept 2011 in 5 letters without using numbers?

Using Roman Numerals: VI/IX/MMXI uses a total of 4 letters.


Write a c plus plus program to find product of two numerical numbers?

#include <iostream> using namespace std; int main( ) { int a, b, total; cout << "Enter 2 numbers: "; cin >> a >> b; total = a * b; cout << "The total is " << total << endl; system("pause"); return 0; }


How do you get the total of 22 with using the numbers 3 4 5 6 while using multiplication addition and division?

4*5 + 6/3 = 20 + 2 = 22


How do you block numbers using textnow?

#STOP must use all capital letters it should work.


What are all possible three digit numbers using numbers 0-1-2-3-4-5-6-7-8-9?

Total number of possible 3-digit numbers = 9!x10!10!