answersLogoWhite

0


Best Answer

x + 7

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of a variable x and7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to Declare a variable that stores the cumulative sum java?

In Java:You declare the variable like this:int sum;If you want to include decimals, change this to:double sum;To store an initial value, just use the assignment operator:sum = 0;You can combine this with the declaration:double sum = 0.0;To add something to the variable, for example the value of a variable called "x", use one of the following:sum = sum + x;sum += x;In Java:You declare the variable like this:int sum;If you want to include decimals, change this to:double sum;To store an initial value, just use the assignment operator:sum = 0;You can combine this with the declaration:double sum = 0.0;To add something to the variable, for example the value of a variable called "x", use one of the following:sum = sum + x;sum += x;In Java:You declare the variable like this:int sum;If you want to include decimals, change this to:double sum;To store an initial value, just use the assignment operator:sum = 0;You can combine this with the declaration:double sum = 0.0;To add something to the variable, for example the value of a variable called "x", use one of the following:sum = sum + x;sum += x;In Java:You declare the variable like this:int sum;If you want to include decimals, change this to:double sum;To store an initial value, just use the assignment operator:sum = 0;You can combine this with the declaration:double sum = 0.0;To add something to the variable, for example the value of a variable called "x", use one of the following:sum = sum + x;sum += x;


How do you write six times the sum of x and 7 as a variable?

6*(x + 7)


What is the product of 6 and7?

6 X 7 = 42.


What is the sum of 16 and x?

The sum of 16 and x can be represented as 16 + x. This is an algebraic expression that combines the value of 16 with an unknown variable x. In order to find the sum, you would need to know the specific value of x. Without knowing the value of x, the sum remains as 16 + x.


The sum of 4 and a number?

It would be the variable + 4 Example- X+4 N+4


Write the phrase as a variable expression. Use x to represent "a number."The sum of a number and 138?

x + 138


What does define mean in math terms?

The mean is sometimes also known as the arithmetic average. For a finite number of observations, it is he sum of their values divided by the total number. It can also be described as the expected value of a variable. If a discrete numerical variable X can take the values x, then the mean is the sum [x*pr(X = x)] where the summation is over all possible values of x. For a continuous variable, replace the summation by integration.


What is the sum of a number and ten translated in mathematical terms?

x+10 with x being the variable representing "some number."


What is the best estimate for the product of 289 and7?

300 x 7 = 2100


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

You call "a number" some variable name, for example "x", and then write:4 + x or: x + 4


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


What is an algebraic sum?

It is an equation whereas the unknown variable has to be worked out as for example if 2x = 6 then x = 3