It would help if you could insert the relevant numbers in the copy/paste!
insert then page numbers then alighnment (in word)
I assume you mean the addition mathematically of two numbers. The simple answer is to divide the numbers by one. Simple addition example. var num1 = prompt("Insert first number.",""); var num2 = prompt("Insert second number.",""); var ans = num1/1 + num2/1; alert(ans);
(6◘9)◘4◘6=10 Whats the answer?????
It is not possible to have the product of an integer. "product" is a binary operation and that means that it is an operation that combines two numbers to make the product - a third number. So you need two numbers as input, not just one.
An infinite amount of different numbers can be use to make the number 23
No. Numbers carry on for ever. In mathematics we use the term infinity to represent this imaginary and abstract never ending number. It has its own special symbol. We say that numbers are infinite.We can always perform some mathematical operation (such as doubling or even just adding 1) to any number to make it larger and this is why numbers never stop.
Rational numbers are numbers that can be written as a fraction. Irrational numbers cannot be expressed as a fraction. You must make sure it can be written as a fraction.
The factorization of a number is a series of numbers that make that number 
On the toolbar select 'Insert' then 'Symbol' then 'Superscript' or select 'Insert' then 'Microsoft Equation' and follow the menu.
No,because it doesn't make sence for ending numbers multiplied together make an ending number
4 x (6 - 2) + 7 = 23 Alternatively, you can insert an extra pair of parentheses: (4 x (6 - 2)) + 7 = 23 which are not strictly needed as multiply is done before add, but it does make it totally clear which operations are done when.