answersLogoWhite

0

How you can find the lowest number using a function?

Updated: 10/23/2021
User Avatar

Wiki User

6y ago

Best Answer

Assuming the numbers are in unsorted order, assign the first number to a temporary variable then traverse the remaining numbers, comparing each of their values to the temporary. If any value is smaller than the temporary, assign its value to the temporary. Once all values have been traversed and compared, the temporary variable holds the lowest value.

User Avatar

Nannie Turcotte

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How you can find the lowest number using a function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is the MIN function used to determine the highest number in a range?

The MIN function is the function that you would use to find the lowest value in a set. You could also use the SMALL function, but that is more when you are looking for a value other than the lowest, such as the second lowest or third lowest. That is specified by a number at the end. Both of the following will find the lowest value in the range of A2 to A16: =MIN(A2:A16) =SMALL(A2:A16,1)


Which math function is used to find the square root of a number using java?

Math.sqrt(number) function is used to find the square root of a number.. try it


What function determines the lowest number in a range in Excel?

The MIN Function is the main way. If you wanted to find the smallest value in the range from cell A2 to cell A20, the formula would be:=MIN(A2:A20)You can also use the SMALL function, though it is normally used for find values that are not the actual lowest, but other low values, like the second or third lowest. The number used at the end is number position from the lowest value. So to get the lowest value you would use it this way:=SMALL(A2:A20,1)


What function finds the smallest value in a list of numbers in Excel?

You can use the MIN function or you can use the SMALL function, using 1 as the second argument in it. So to find the lowest value in the cells from A2 to A16 the function choices are: =MIN(A2:A16) =SMALL(A2:A16,1) MIN would be more commonly used for the lowest value, but using SMALL you can get the second smallest by changing the 1 to 2, or the third lowest by using 3 and so on.


The MIN function is used to determine the highest number in a range.?

MIN is used to find the lowest number in a range. You would use MAX or LARGE to find the highest number in a range.


How do you find the range with the domain?

Find the range of a function by substituting the highest domain possible and the lowest domain possible into the function. There, you will find the highest and lowest range. Then, you should check all the possible cases in the function where a number could be divided by 0 or a negative number could be square rooted. Remove these numbers from the range. A good way to check to see if you have the correct range is to graph the function (within the domain, of course).


Help I am using open office for PC and you cant find any function that will search the spreadsheet for a a number you put into a cell Is there a function for that?

It will find a number - if the number is not a formula. For example - if you search for the number 30 it will find it - BUT - if the product in a cell is the result of a formula it will disregard it.


What does the MIN Excel function do?

The Min function gives you the lowest of a set of values in the values, cells or range you specify. The following function would display the lowest value entered in all of the cells between A1 and A12.=MIN(A1:A12)


How do you find the value of a number in a function?

The number of function is Geometry


How do you find a divisor?

make a division problem and find the lowest number


What is the range of the function yx2?

The range of the function y=x^2 would be y is greater than or equal to 0 in this case. So pretty much just find the vertex of the function and what ever the y coordinate is set that as the lowest number for the range.


How do find lower and upper extreme?

You find the greatest number for the upper extreme and find the lowest number for the lower extreme.