answersLogoWhite

0


Best Answer

By using repeated addition. Consider two numbers a and b. If you want to find a*b then you can add the numbers repeatedly in a loop to get the product. Eg:

product = a;

for( i=1; i<=b; i++)

product+= a;

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you perform multiplication of two numbers without using the multiplication operator?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write find out the power of a number without using operator and predefined functions?

With repeated multiplication.


How you can find a factorial of a number without using multiple operator?

If you really wanted to do this, you could simulate multiplication with repeated addition.


What is 5614148565285614 514514581451451454?

They are two large numbers, without any operator between them.


Write a c program to find the product of two numbers without using operator?

#include&lt;stdio.h&gt; #include&lt;conio.h&gt; void main() { int a,b,multi; clrscr(); printf("enter a value for a and b"); scanf("%d%d",&amp;a,&amp;b); multi=a*b; printf("the result is %d", multi); getch() }


What is 329.99399.99?

It is two (or more) numbers which have been concatenated (run into one another without ant operator).


Why can you break apart numbers to multiply without changing the product?

Because of the distributive property of multiplication over addition.


What does Russian multiplication allow you to do?

it allows you to multiply big numbers without times tables click to see more


2.43 2.43 plus 2.43 7.57 2 plus 7.57 7.57?

some of those numbers are just chilling and not sure what they are doing without an operator... 2.43+2.43 = 4.86 2 + 7.57 = 9.57 i only did the numbers with an operator


What is associative property multiplication?

The associative power of multiplication states that for any three numbers a, b and c, (a * b) * c = a * (b * c) and so we can write either as a * b * c without ambiguity.


Is the set of real numbers closed under addition?

Yes. The set of real numbers is closed under addition, subtraction, multiplication. The set of real numbers without zero is closed under division.


Is the sum of rational numbers always rational?

Yes. In general, the set of rational numbers is closed under addition, subtraction, and multiplication; and the set of rational numbers without zero is closed under division.


Are rational numbers closed under subtraction?

Yes. They are closed under addition, subtraction, multiplication. The rational numbers WITHOUT ZERO are closed under division.