answersLogoWhite

0

Can you make 100 by not using 0 and plus?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Yes. 25x4=100 or 143-43=100

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you make 100 by not using 0 and plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 100 plus 0?

100+0=100


How can you separate even or odd in C plus plus?

#include <iostream> using namespace std; int main() { cout << "Even from 0-100: \n\n"; for(int i = 0; i <= 100; i++) { if(i % 2 == 0 && i != 0) { cout << i << endl; } } cout << "Odd from 0-100: \n\n"; for(int i = 0; i < 100; i++) { if(i % 2 != 0) { cout << i << endl; } } char wait; cin >> wait; return 0; }


0 plus 0 equals 100?

No.


What is the sum of 75-100 plus 0?

75 - 100 + 0 = -25


Fill the spaces using digits 0 to 9 to make this a true equation use each digit only once plus - - plus equals 100?

I dont know my stupid teacher wont tell me old hack


How do you make the numbers 0-100 using the digits 1998 in that order?

1x+4y=


What is the point of intersection of the parabolas y equals x2 plus 20x plus 100 and y equals x2 -20x plus 100 showing work?

If: y = x2+20x+100 and x2-20x+100 Then: x2+20x+100 = x2-20x+100 So: 40x = 0 => x = 0 When x = 0 then y = 100 Therefore point of intersection: (0, 100)


Program to find odd number up to range in c plus plus?

#include <iostream> using namespace std; int main() { for(int i = 0; i <= 100; i++) { if(i % 2 != 0) { cout << i << endl; } } char wait; cin >> wait; return 0; }


What is 4 plus 2 plus 6 plus 8 plus 2 plus 0 plus 0 plus 2?

The answer is 24. Simply add up all of the numbers arithmetically like you would for two plus two. To make sure the answer is correct, check your work using a calculator.


To write a program that calculates and prints the sum of all even numbers between 0 and 100 in c plus plus?

#include using std::cout;using std::endl;int main(){int sum = 0;cout


How can you make the equation 987654321 equal 0 by only using two plus signs and one minus sign?

-987 + 654 + 321 = 0 .


100 positive plus negative 100 equals?

-100(negative 100)+100(positive 100)=0. If you have 100 of something(the +100) and then take away 100 (the -100), you're left with nothing (the 0). So it's 0.