answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the result after applying the function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a composite function?

This is a combination of two functions, where you apply the first function and get a result and then fill that answer into the second function. OR These are what you get when you take the output of one function and use it to solve the output of the next function.


What is the image of a point?

The image of a point is the location where the point is displayed or represented on a coordinate plane or graph. It is the result of applying a transformation or function to the original point.


What does onto mean when referring to functions?

it means you are applying the function onto the number.


Difference between subroutine and function?

Both A function and a Sub carry out a procedure, but only A function returns a result while a Sub does not return a result.


How do you find the compositeof a given function?

The term "composition" refers to applying one function after another. It is not usually used for a single function, although you can of course apply the same function twice.


A technology that shows the result of applying a formatting change as you point to it?

live preview


What can you deduce about the effect of applying less effort?

Making that change will produce a lesser result.


Do the Excel AND function and OR function show same results?

They both can only give the result TRUE or FALSE. However, given the same values, they will not always give the same result. All conditions in an AND function must be fulfilled to give a TRUE result whereas only one needs to be fulfilled in an OR function.


What function returns a result based on a condition?

IF


Which logical function returns a true result only when all its arguments are true?

The AND function.


What would be the result of trying the function INT(RAND)(5) into cell B1?

what would be the result of typing the function =INT(RAND()*5) into cell B1?


How do you write an OR statement in Excel?

The OR function contains at least two logical statements. If at least one is true, then it will return a TRUE result. If not, it returns a FALSE result. =OR(10>2, 3>5) Obviously 10 is greater than 2, so the above function will give a TRUE result. The OR function is usually used in conjunction with an IF function, to allow a particular action to be taken based on the result of the OR function. The OR function will be in the condition part of the IF function, which is the first part.