1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Snowcat [4.5K]
4 years ago
6

Assume that x is a variable that has been declared as a double and been given a value. Write an expression to compute the quarti

c 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.) SUBMIT
Mathematics
1 answer:
Masteriza [31]4 years ago
7 0

Answer:

  sqrt(sqrt(x))

Step-by-step explanation:

The problem statement tells you how to do it: take the square root, then the square root of that, using the square root function twice and making the result of one the argument of the other.

You might be interested in
A rectangular park, 90 meters by 60 meters, is to be built on a city block having an area of 9000 m^2. A uniform strip borders a
stealth61 [152]

Answer:

x = 10.52 m

Step-by-step explanation:

Given that,

Length of a park = 90 m

Width of a park = 60 m

Area, A = 9000 m²

A uniform strip borders all four sides of the park for parking. We need to find the width of the strip. Let it is x. Now the area becomes,

(90+2x)(60+2x) = 9000

4x^2 +120x +180x =5400 = 9000\\\\x=10.52\ m

So, the width of the strip is equal to 10.52 m.

8 0
3 years ago
2n-3/5=5 solve for n
dezoksy [38]
N=14/5 thats the answer.
3 0
3 years ago
Read 2 more answers
Marvin can do one load of laundry with 1/16 box of laundry detergent. How many loads of laundry can he wash with 4 boxes of dete
Tcecarenko [31]

Answer:

64 loads of laundry, your welcome

3 0
3 years ago
Read 2 more answers
I need to find the volume of a sphere
Feliz [49]

Answer:

523.6

Step-by-step explanation:

Following the calculation, and 3.14 for pi, the answer would be 523.6

8 0
3 years ago
Factorize completely the following algebra expression :<br>81x^4-16y^8​
ohaa [14]
Here’s your answer the A/= it means the answer is okay.

6 0
3 years ago
Other questions:
  • Find the circumference of a circle that has a diameter of 5 inches. Use 22/7 for pi.
    12·1 answer
  • The difference of two numbers is 2 the product of the two numbers is 440 what are the two numbers explain
    9·1 answer
  • 4 less than the quotient of a number x and 5
    8·1 answer
  • The length of one leg of a right triangle is 11 and the length of the hypotenuse is 29. Find the length of the missing leg to th
    15·1 answer
  • Michael misses 10% of the free throws he attempts in a season. How many total free throws did he attempt if he missed 19?
    7·2 answers
  • 25 points
    8·1 answer
  • Which of the following numbers is a common multiple of 5 and 9?​
    6·1 answer
  • Plz help answer fast
    5·1 answer
  • Please help me answer
    13·1 answer
  • A bar of soap with dimensions 2 x 4 x 0.5 inches is sold for $3 individually. A three-pack of the same soap costs $8. How much d
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!