If you multiply two numbers, the result will be positive, if both factors are positive, or if both are negative. Multiplying a positive number by a negative number, or a negative number by a positive number, results in a negative result.
For addition, if you add two positive numbers, the result is positive. If you add two negative numbers, the result is negative. If you add a positive and a negative number, the result depends on which of the numbers has the greater absolute value. For example, if the positive number has the greater absolute value (distance from zero), the result will be positive.
If you multiply two numbers, the result will be positive, if both factors are positive, or if both are negative. Multiplying a positive number by a negative number, or a negative number by a positive number, results in a negative result.
For addition, if you add two positive numbers, the result is positive. If you add two negative numbers, the result is negative. If you add a positive and a negative number, the result depends on which of the numbers has the greater absolute value. For example, if the positive number has the greater absolute value (distance from zero), the result will be positive.
If you multiply two numbers, the result will be positive, if both factors are positive, or if both are negative. Multiplying a positive number by a negative number, or a negative number by a positive number, results in a negative result.
For addition, if you add two positive numbers, the result is positive. If you add two negative numbers, the result is negative. If you add a positive and a negative number, the result depends on which of the numbers has the greater absolute value. For example, if the positive number has the greater absolute value (distance from zero), the result will be positive.
If you multiply two numbers, the result will be positive, if both factors are positive, or if both are negative. Multiplying a positive number by a negative number, or a negative number by a positive number, results in a negative result.
For addition, if you add two positive numbers, the result is positive. If you add two negative numbers, the result is negative. If you add a positive and a negative number, the result depends on which of the numbers has the greater absolute value. For example, if the positive number has the greater absolute value (distance from zero), the result will be positive.
If you multiply two numbers, the result will be positive, if both factors are positive, or if both are negative. Multiplying a positive number by a negative number, or a negative number by a positive number, results in a negative result.
For addition, if you add two positive numbers, the result is positive. If you add two negative numbers, the result is negative. If you add a positive and a negative number, the result depends on which of the numbers has the greater absolute value. For example, if the positive number has the greater absolute value (distance from zero), the result will be positive.
Multiplication by an integer is the same as repeated addition.
The sign of multiplication is x or *
In multiplication/division the answer will always be negative and in addition/subtract the answerwill have the sign of the larger number
Multiplication is repeated addition.
For addition, 0 and for multiplication, 1.
multiplication,addition,subtration,dividing, you twit
+ : Addition x : Multiplication - : Subtraction / : Divide
Multiplication is an addition 'that' number of times. 3*3 = 9 3+3+3 = 9
Multiplication by an integer is the same as repeated addition.
Addition, sum would be multiplication.
The sign of multiplication is x or *
Rules of operators additon and multiplication (+) + (+) = + (+) + (-) OR (-)+(+)= sign of bigger number (-) + (-) = -(operation is addition but sign is -) (+) * (+) = + (-) * (-) = + (+) * (-) OR (-)*(+)= -
+ addition - subtraction* multiplication
well, multiplication is related to additon because addition comes from multiplication because in bidmas multiplication comes first then addition that is the main term cause.
In multiplication/division the answer will always be negative and in addition/subtract the answerwill have the sign of the larger number
I suppose you wanted to ask: how to do multiplication with repeated addition. int mul (int a, int b) { int sum= 0; int sign= 1; if (b<0) { sign= -1; b= -b;} for (; b; --b) sum = sum + a; return sign*sum; }
multiplication is repeated addition