answersLogoWhite

0


Best Answer

The algebraic expression is n + 100, where n is the unknown number.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write the sum of a number and 100?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write an algoritm that calculates sum of all even numbers ranging from 0-100?

100


What is it called when you write a number as a sum?

sum= answer of an addition question.. so the number of the sum is the answer.


Sum the numbers from 1-100?

101


What is the sum the first 100 counting number?

The sum of the first 100 counting numbers (1-100) is 5,001.


What is the sum of the first 100 natural number?

The sum of the first 100 natural numbers is 5,001.


Write the number that is 100 less?

write the number that is 100 less


How do you write while andfor loop to get sum of1to100 integer?

int i, sum; /* example using while */ sum = 0; i = 1; while (i <= 100) { sum += i; ++i; } /* example using for */ sum = 0; for (i = 1; i <= 100; ++i) sum += i;


Writes a c program to find the sum of all integers between 1 and n?

Write a program to find the number and sum of all integers from 100 to 300 that are divisible by 11


How do you write the sum of a number a and21?

a+21


Write a program in Java to print the numbers 1 to 100?

class sum { void main () { int sum = 0; int n = 1; while ( n <= 100 ) { sum = sum + n; n++ ; } System.out.println("Sum is = " + sum ); }}


The sum of two number and one is 100 if the first number is twice the second number numberfind the number?

If the first number is 100 then the second number is 50 and the sum is 150. If the second number is 100 then the first number is 200 and the sum is 300. The question cannot be answered with one solution as it is currently worded.


Write the following in mathematical expression the sum of a number and ten?

Write the following as an algebraic expression using x as the variable: The sum of a number and -8