answersLogoWhite

0

How do you write the sum of a number and 1?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

n + 1

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

How do you write sixteen times the sum of one and a number?

16x(1+a)


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.


How write algorithm for finding the sum first ten even number?

Sum = 0 For N = 1 to 10 Sum = Sum + 2*N Next N Print Sum


How do you write this variable expression The sum of one and a number added to the product of seventeen and a number?

17x+(1+x)


Write a program to calculate the sum of the sequence number from 1 to n loop?

public static final int getSum(final int n) { int sum = 0; for(int i = 1; i <= n; ++i) { sum += i; } return sum; }


Write a program to display table of five in unix?

sum=0 i=1 echo "Enter any number " read num while [ $i -le 10 ] do sum=`expr $num \* $i` i=`expr $i + 1` echo "Table of a number is " $sum done


How do you convert number 3 to a binary?

You write the number as a sum of decreasing powers of 2. Then for each power, you write 1 if it is present in the sum and 0 if not.So, 3 = 2 + 1 = 2^1 + 2^0and so the binary for 3 (in decimal) is 11.


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

a+21


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


The sum of p and 9?

If you replace some number for "p", you can calculate the sum. Otherwise, just write it as "p+9" - you can't simplify this.If you replace some number for "p", you can calculate the sum. Otherwise, just write it as "p+9" - you can't simplify this.If you replace some number for "p", you can calculate the sum. Otherwise, just write it as "p+9" - you can't simplify this.If you replace some number for "p", you can calculate the sum. Otherwise, just write it as "p+9" - you can't simplify this.


Write the number whose factors sum to 12?

The number is 6.


How do you you write the sum of a number and 3 in algedra in expression?

n+3 the sum of a number and three means a number plus three.