subject
Mathematics, 05.02.2020 10:47 mv603177

Assume that x is a variable that has been declared as a double and been given a value. 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. (hint: you will need to call the sqrt() function twice-- and you will need to pass the return value of one of those calls as argument to the other call. and remember: write an expression, not a statement.)

ansver
Answers: 1

Another question on Mathematics

question
Mathematics, 21.06.2019 12:30
Given f(x) = 17-x^2what is the average rate of change in f(x) over the interval [1, 5]?
Answers: 2
question
Mathematics, 21.06.2019 16:00
If the measure of angle 1 is 110 degrees and the measure of angle 3 is (2 x+10 degree), what is the value of x?
Answers: 2
question
Mathematics, 21.06.2019 20:30
Sketch the region enclosed by the given curves. decide whether to integrate with respect to x or y. draw a typical approximating rectangle and label its height and width. y= 5x, y=7x^2then find the area s of the region.
Answers: 3
question
Mathematics, 21.06.2019 21:30
Acertain volume of water contains 100000 hydrogen atoms and 50,000 oxygen atoms how many hydrogen atoms are in a volume of water containing 4 million oxygen atoms
Answers: 1
You know the right answer?
Assume that x is a variable that has been declared as a double and been given a value. write an expr...
Questions
Questions on the website: 13722363