Ask Question
17 October, 19:24

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.

+2
Answers (1)
  1. 17 October, 20:06
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers