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
Find f'(x) <br>f(x)=(1-2x^2)^3
Hunter-Best [27]

Answer:  f'(x) = 12x  + 48x³ - 48x⁵

<u>Step-by-step explanation:</u>

f(x) = (1 - 2x²)³

     = (1 - 2x²)(1 - 4x² + 4x⁴)

         1 - 4x² + 4x⁴

        <u>    -2x² + 8x⁴ - 8x⁶</u>

     =  1 - 6x² + 12x⁴ - 8x⁶

f'(x) = 0 -2(6)x²⁻¹ + 4(12)x⁴⁻¹ - 6(8)x⁶⁻¹

      =     12x  + 48x³ - 48x⁵

3 0
3 years ago
Which transformations will produce similar, but not congruent, figures?
n200080 [17]
A, because anything with a dilation will not be congruent as the original PQR :))
7 0
2 years ago
Read 2 more answers
Question 1 of 25
aleksklad [387]
SAS i believe :) sorry if im wrong!
8 0
2 years ago
What is 2.85 centimeters in expanded form?
sattari [20]
The answer for <span>2.85 centimeters in expanded form is </span>2 centimeters+ .85 centimeters= 2.85 centimeters
5 0
3 years ago
Given that a=25, b=43 and c=17 solve triangle ABC
Montano1993 [528]
The given lengths cannot form a triangle. They do not meet the requirements of the triangle inequality.

17 + 25 < 43
The triangle inequality requires each side be shorter than the sum of the other two.

3 0
3 years ago
Other questions:
  • Hanna has 3 apples. she slices each apple into eighths. How many 1/8 apple slices does she have?
    10·1 answer
  • What is a best estimate for $21.15 $19.89 $6.52
    14·1 answer
  • What is the domain of the function y = l n (x + 2)
    15·1 answer
  • Can you plz help me??
    8·1 answer
  • 4 times 1/3 in fraction​
    7·2 answers
  • XY=4x, YZ=x, and XY=25<br> x=<br> YZ=
    10·1 answer
  • A copy machine makes 98 copies in 3 minutes and 30 seconds how many copies does it make per minute​
    10·1 answer
  • Picture below 15 points​
    11·2 answers
  • X
    14·1 answer
  • HELP ILL BRAINLIST THE FIRST ONE TO ANSWER
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!