answersLogoWhite

0


Best Answer

multiplication. 10*5=50

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function must be applied to the numbers 10 and 5 to provide 50 as the result?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is f(g(4))?

That means that function "g" is first applied to the number 4. Then, the result of that is used with function "f".


Program in 'c' to find the LCM of any given five numbers?

Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.


Which clause of the create function statement indicates the function will always provide the same result when given the same set of parameters?

deterministic


The result of division is called?

Division is a function of mathematics. The result of this process is finding the product of division. This is the factor that connects two numbers.


What is Domain of the Function?

The domain of a function is the set of numbers that can be valid inputs into the function. Expressed another way, it is the set of numbers along the x-axis that have a corresponding solution on the y axis.


C program to find sum of n numbers using functions over loading?

C does not support function overloading. Every function in the global namespace must have a unique name. However, to find the sum of n numbers, place the numbers in an array of appropriate size and pass the array to the following function: // Sum an array of n values int sum (int values[], unsigned n) { int result = 0; for (int i=0; i<size; ++i) result += values[i]; return result; }


What is the difference between differential and differentiation?

A differential is the result gained when mathematical differentiation is applied to a function. Differentiation in maths is the function which finds the gradient of a function in terms of x. Differentiation in biology is the specialisation of unspecialised cells such as stem cells into active cells.


How do you calculate static?

A static load is the mechanical force applied to an object as a result of both gravity's push and the weight of the object. It can be calculated by averaging out the two numbers.


What is the result of adding the global command service password encryption to the configuration of a router?

All services must provide an encrypted password to function.


Why can't you just add the exponents when the bases aren't the same?

It just doesn't give the correct result. Try some sample numbers, to verify that it doesn't provide the correct result.


How do you calculate static load?

A static load is the mechanical force applied to an object as a result of both gravity's push and the weight of the object. It can be calculated by averaging out the two numbers.


Why does the RAND function in Excel not include 1 in its range?

It is designed to get numbers from zero to below 1. To get numbers from 1 or more, you multiply its result by the number you need. To get numbers from 1 to 2000, not including 2000, multiply like this:=RAND() * 2000