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
ycow [4]
3 years ago
13

What output will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.printl

n("x = " + x + ", y = " + y);
Mathematics
1 answer:
Debora [2.8K]3 years ago
3 0

Answer: x = 37,y=5

Step-by-step explanation:

from the initial x is 5 and y is 20

but now the values are updated:

x+=32

x=x+32

x=5+32

x=37

so now x is 37

y/=4

y=y/4

y=20/4

y=5

so now y is 5

the out put will be:

x = 37,y=5

You might be interested in
Wild pints are sold in cans of 2.8 gallons Rolandra brought 23 cans how many gallons of paint did she get
amid [387]

the answer is 24.48 gallons

3 0
3 years ago
Drag the expressions into the boxes to correctly complete the table.
lora16 [44]

Answer:

SUMMARY:

x^4+\frac{5}{x^3}-\sqrt{x}+8                               →    Not a Polynomial

-x^5+7x-\frac{1}{2}x^2+9                           →    A Polynomial

x^4+x^3\sqrt{7}+2x^2-\frac{\sqrt{3}}{2}x+\pi              →    A Polynomial

\left|x\right|^2+4\sqrt{x}-2                                   →    Not a Polynomial

x^3-4x-3                                        →    A Polynomial

\frac{4}{x^2-4x+3}                                              →    Not a Polynomial

Step-by-step explanation:

The algebraic expressions are said to be the polynomials in one variable which consist of terms in the form ax^n.

Here:

n = non-negative integer

a = is a real number (also the the coefficient of the term).

Lets check whether the Algebraic Expression are polynomials or not.

Given the expression

x^4+\frac{5}{x^3}-\sqrt{x}+8

If an algebraic expression contains a radical in it then it isn’t a polynomial. In the given algebraic expression contains \sqrt{x}, so it is not a polynomial.

Also it contains the term \frac{5}{x^3} which can be written as 5x^{-3}, meaning this algebraic expression really has a negative exponent in it which is not allowed. Therefore, the expression x^4+\frac{5}{x^3}-\sqrt{x}+8 is not a polynomial.

Given the expression

-x^5+7x-\frac{1}{2}x^2+9

This algebraic expression is a polynomial. The degree of a polynomial in one variable is considered to be the largest power in the polynomial. Therefore, the algebraic expression is a polynomial is a polynomial with degree 5.

Given the expression

x^4+x^3\sqrt{7}+2x^2-\frac{\sqrt{3}}{2}x+\pi

in a polynomial with a degree 4. Notice, the coefficient of the term can be in radical. No issue!

Given the expression

\left|x\right|^2+4\sqrt{x}-2

is not a polynomial because algebraic expression contains a radical in it.

Given the expression

x^3-4x-3

a polynomial with a degree 3. As it does not violate any condition as mentioned above.

Given the expression

\frac{4}{x^2-4x+3}

\mathrm{Apply\:exponent\:rule}:\quad \:a^{-b}=\frac{1}{a^b}

Therefore, is not a polynomial because algebraic expression really has a negative exponent in it which is not allowed.

SUMMARY:

x^4+\frac{5}{x^3}-\sqrt{x}+8                               →    Not a Polynomial

-x^5+7x-\frac{1}{2}x^2+9                           →    A Polynomial

x^4+x^3\sqrt{7}+2x^2-\frac{\sqrt{3}}{2}x+\pi              →    A Polynomial

\left|x\right|^2+4\sqrt{x}-2                                   →    Not a Polynomial

x^3-4x-3                                        →    A Polynomial

\frac{4}{x^2-4x+3}                                              →    Not a Polynomial

3 0
3 years ago
V=ZQT Solve for z in this equation
Ganezh [65]

Answer:

Z= V/QT

Step-by-step explanation:

4 0
3 years ago
2x^2+7x-k=0 find all the values of k
mojhsa [17]

Answer:

Find ur attachment here plz thankyou

Step-by-step explanation:

7 0
3 years ago
Please explain and help​
Lilit [14]

Answer:

im not really smart lol

Step-by-step explanation:

4 0
3 years ago
Other questions:
  • While on vacation, your family traveled 2040 miles in 6 days. Your average speed was 340 miles
    10·1 answer
  • A student evaluated −4 + (−9 12) and got an answer of 5 1/2. What might the student have done wrong?
    5·1 answer
  • Kaylee found the surface area, in square inches of a rectangular prism by using this formula. 2(5 × 3) + 2(5 × 8) + 2(3 × 8) Wha
    11·2 answers
  • Solve using logs 5^(3x-6)=125
    5·1 answer
  • How do I figure this out?
    6·1 answer
  • What is 20 precent of 25​
    9·1 answer
  • HII TYSM IF YOU ANSWER ILL GIVE BRAINLIEST did I get some of these right? if not lmk :) ​
    5·1 answer
  • The length of two sides of a right triangle are 5 inches and 8 inches. What is the difference between the two possible lengths o
    10·1 answer
  • Help on this question please?
    13·1 answer
  • Find the area of the circle
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!