subject
Mathematics, 31.01.2020 12:01 chivitogomez2400

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() static method defined in the math class-- no other methods. (hint: you will need to call the math. sqrt() method 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: 3

Another question on Mathematics

question
Mathematics, 20.06.2019 18:04
You can model the population of a certain city between 1955-2000 by the radical function p(x)=55,000 sqrt x-1945. using this model, in which year was the population of that city 220,000
Answers: 1
question
Mathematics, 21.06.2019 22:00
How many ordered pairs of positive integers satisfy xy=32?
Answers: 1
question
Mathematics, 21.06.2019 22:30
Will mark determine whether the conjecture is true or false. give a counterexample for any false conjecture. given: points r, s, and t conjecture: r, s, and t are coplanar. a) false; the points do not have to be in a straight line. b) true c) false; the points to not have to form right angles. d) false; one point may not be between the other two.
Answers: 1
question
Mathematics, 22.06.2019 00:30
Long division setup showing an incomplete calculation. 12 is in the divisor, 6839 is in the dividend, and 5 hundreds and 6 tens is written in the quotient. 6000 is subtracted from 6839 to give 839. an unknown value represented by a box is being subtracted from 839. what number should be placed in the box to complete the division calculation?
Answers: 3
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
question
Mathematics, 10.10.2019 21:30