Ask Question
13 September, 10:56

Write an expression to compute the quartic root of x. the quartic root of a number is the square root of its square root. examples: for example, the quartic root of 16.0 is 2.0 because: the square root of 16.0 is 4.0 and the square root of 4.0 is 2.0. another example: the quartic root of 81.0 is 3.0 because the square root of 81.0 is 9.0 and the square root of 9.0 is 3.0. thus, to find the quartic root of a number you take the square root of the number and then take the square root of that. in this exercise you must find the quartic root of x in a single expression - - you must not write any statements. also, you may only use the sqrt () function- - no other functions.

+1
Answers (1)
  1. 13 September, 11:17
    0
    Answer = sqrt (sqrt (x))

    Is this what ur looking for?
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an expression to compute the quartic root of x. the quartic root of a number is the square root of its square root. examples: for ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers