answersLogoWhite

0

n + 1

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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

16x(1+a)


How do you write a program in qbasic to input 64751315 to sum?

In QBASIC, you can write a simple program to input the number 64751315 and sum its digits as follows: DIM sum AS INTEGER sum = 0 INPUT "Enter a number: "; number FOR i = 1 TO LEN(number) sum = sum + VAL(MID$(number, i, 1)) NEXT PRINT "The sum of the digits is "; sum This program prompts the user to input a number, iterates through each digit, converts it to an integer, and adds it to the total sum, which is then printed out.


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)


How do you write twice the sum of a number and 600?

To write twice the sum of a number and 600, you first express the number as a variable, such as ( x ). The sum of the number and 600 can be written as ( x + 600 ). Therefore, twice this sum is represented as ( 2(x + 600) ).


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


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


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


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.