answersLogoWhite

0


Best Answer

2

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If an array shows a square number how many multiplication and division sentences can describe the array?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you make a flowchart that requires no multiplication sign but multiplication is needed?

Multiplication is an addition 'that' number of times. 3*3 = 9 3+3+3 = 9


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.


A c program for multiplication of two integers a and b?

/*PROGRAM TO ACCEPT TWO NUMBERS FROM THE USER AND PRINT THEIR MULTIPLICATION. */ #include<stdio.h> #include<conio.h> void main() { int a, b, c; // Declaration of Variables. Variables 'a' & 'b' to hold first & second number. And 'c' to hold result. clrscr(); // To clear the output screen every time program is executed. printf("\n Enter the first number : "); scanf("%d", &a); // To accept the first number. printf("\n Enter the second number : "); scanf("%d", &b); // To accept the second number. c = a*b; // Logic to get the product of the entered two numbers. printf("\n Multiplication of %d & %d = %d", a, b, c); // Displaying result. getch(); // To hold the output screen. }


How to write a program in c to find the cude of a number?

You cannot multiply a number (a multiplicand) unless you know what to multiply it by (the multiplier). The result of a multiplication is the product, such that multiplicandtimes multiplier equals product.In C programming we use the multiplication operator (binary *) to obtain the product of two scalars:double product (double multiplicand, double multiplier) {return multiplicand * multiplier;}

Related questions

How do you Relate Division to Multiplication?

Division is the inverse operation to multiplication. Division by a number (other than zero) is the same as multiplication by its reciprocal.


How is multiplication and division related?

Division by a number is the inverse operation to multiplication by the number (and vice versa).


How can knowing that multiplication is repeated addition and division is repeated subtraction help you understand that multiplication and division are related?

the whole reason is this: multiplication is adding to that number in groups and division is subtracting from a number in groups.


How do multiplication and division of rational number relate to one another?

Division by a non-zero rational number is equivalent to multiplication by its reciprocal.


What is different between multiplication and division of vector by a number?

There is no real difference between the two operations. Division by a scalar (a number) is the same as multiplication by its reciprocal. Thus, division by 14 is the same as multiplication by (1/14).


How do you learn division?

by using multiplication backwards Division is the opposite of multiplication. It is the equivalent of when you diminish a number by multiplying it by a fraction or a decimal.


What is operator number?

multiplication-addition-subtraction-division


Why is multipication and division related?

Multiplication and division are related because they are inverse operations of each other. When you multiply a number by another number, you are essentially adding the first number repeatedly, while division is the process of splitting a number into equal parts. By using multiplication and division, you can solve various mathematical problems and find the relationship between quantities.


When finding significant figures for multiplication and division problems you go by the least number of?

multiplication/division: least number of significant figures addition/subtraction: least number of numbers to the right of decimal point


Division of negative signs?

The rules for division are exactly the same as the rules for multiplication. * Division (or multiplication) of a positive number by a positive number = positive * Division of a positive number by a negative number = negative * Division of a negative number by a positive number = negative * Division of a negative number by a negative number = positive If you have trouble remembering any of these, just try out a sample division on any calculator - for instance, if you divide (-1) / (-1) you get +1.


What is real number operations?

multiplication-addition-subtraction-division


What is the relation of divisibility to multiplication and division?

Divisibility is what a number can be divided by.