answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga

Add your answer:

Earn +20 pts
Q: Human ear can hear minimum and maximum?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Which of the following frequencies can be heard by the human ear -- a. 0.1 Hz b. 10 Hz c. 1000 Hz or d. 100000 Hz?

1000 Hz. The others are outside the range of human hearing. You can feel 10 Hz but not hear it. C. 1,000 Hz


What is the recommended decibel level for the human ear?

60 i think


How do Frequency and Pitch differ?

Although the response of the human ear varies from individual to individual and also changes with age, the range of hearing is 20 Hz with maximum sensitivity between 200-400hz. Pitch refers to the sensation of increase or decrease of frequency.


How do you find the minimum and the maximum of a function?

'*** PROGRAM: Compare 2 numbers using both min/max functions; ' then, output which number is max/and, which is min. '*** declare variables... min = 0 max = 0 number1 = 342 number2 = 256 '*** main program... CLS '...(CL)ear the Output (S)creen PRINT "Minimum = "; findMin(number1, number2) PRINT "Maximum = "; findMax(number1, number2) END '...END of program/halt program code execution FUNCTION findMax (num1, num2) answer = 0 IF num1 > num2 THEN answer = num1 ELSE answer = num2 findMax = answer END FUNCTION FUNCTION findMin (num1, num2) answer = 0 IF num1 < num2 THEN answer = num1 ELSE answer = num2 findMin = answer END FUNCTION ---program output... Minimum: 256 Maximum: 342


What is the function of the auricularis?

The function of the auricularis muscle group is to adjust the scalp and the ear in order to hear sounds better. Most of the muscles in this group are generally thin and shaped like a fan near the ear cartilage.