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]
3 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]3 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
Explain why the equation (x-3)^2-38=11 has two solutions. Then solve the equation to find the solutions. Show your work.
skelet666 [1.2K]

Answer:

X = 10 and X = -4

Step-by-step explanation:

(x-3)^2-38=11

(x-3)^2 = 11 +38

(x-3) ^2 = 49

Taking square root on both sides

√(x-3) ^2 = √ 49

X-3 = +7, -7

X = 7 +3,    X= -7+3

X = 10        X = -4

So, it has got two solutions

4 0
3 years ago
the product of two consecutive integers is 420. an equation is written in standard form to solve for the smaller integer by fact
Xelga [282]
Start by writing your own expression.

x is the smaller number and x + 1 is the next number

x(x + 1) = 420

x^2 + x - 420 =0 ⇒ constant = -420
6 0
3 years ago
Read 2 more answers
A 12 ounce bottle of shampoo lasts Juan 16 weeks. Assuming he uses the same amount each week, write an equation relating the oun
trasher [3.6K]
He uses one and one third ounces of shampoo per week.
4 0
3 years ago
Help pls I’ll give extra points
zavuch27 [327]

Answer:

a

Step-by-step explanation:

you are correct it is a (decreases) when objects move farther away the strength of the force becomes less.

8 0
3 years ago
Read 2 more answers
9: The perimeter of a rectangle is 46 m. The width of the rectangle is 2 more than half the length. Find the length and the widt
natima [27]

Answer:

our width is 9 and our length is 14

Step-by-step explanation:

5 0
2 years ago
Other questions:
  • Idki also tell me the equation and the CORRECT answer!!!!!!!!!!!<br><br><br> Thank You
    13·1 answer
  • If secθ = 13\5 and 270° &lt; θ &lt; 360°, then tanθ = _____. -12\5 -5\12 5\12 12\5
    10·1 answer
  • What would the first step be in solving the inequality: -y (less than or greater than sign) 136
    15·1 answer
  • there are 27 small cubes arranged in a 3 by 3 by 3 cube. The top and sides of the cube are painted red. How many of the 27 small
    5·1 answer
  • The number of hours a group of 12 children in Mrs. Smith's kindergarten class read in a day.
    5·1 answer
  • The graph of f(x) was vertically translated down by a value of k to get the function g(x) = 5x + k. What is the value of k? −7 −
    9·1 answer
  • Point A is located at (0, 4) and point C is located at (-3, 5). Find the x value for point B that is located the distance from p
    14·1 answer
  • What are the x and y intercepts of the equation 2x-y=4
    12·1 answer
  • Find the pattern. What numbers come next?
    13·1 answer
  • What is 96-8c=20-12
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!