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
3241004551 [841]
3 years ago
7

Int[][] myvals = {{2, 4, 6, 8}, {20, 40, 60, 80} };​using the above two-dimensional array, what is the value of myvals[1][2]?

Mathematics
1 answer:
RoseWind [281]3 years ago
4 0

Answer:

myvals[1][2] = 4

Step-by-step explanation:

Int[][] myvals = {{2, 4, 6, 8}, {20, 40, 60, 80} }

This command means that we have the following matrix:

\left[\begin{array}{cccc}2&4&6&8\\20&40&60&80\end{array}\right]

using the above two-dimensional array, what is the value of myvals[1][2]?

This is the element at first row, column 2.

First row is {2, 4, 6, 8}

First row, column 2 is 4. So

myvals[1][2] = 4

You might be interested in
ANSWER THE QUESTION FOR BRAINLIEST
Alex17521 [72]
The first one is the answer
5 0
2 years ago
Read 2 more answers
Tom works in the cold food department in a supermarket. The thermometer shows the temperature of one of the freezers. The freeze
serg [7]
To return back to -18°C from -10°C, you would have to lower the temperature by -8°C to compensate for the difference.

Hope that helps!
5 0
3 years ago
Use the definition mtan=lim
Leokris [45]

(a) mtan refers to the slope of the tangent line. Given <em>f(x)</em> = 9 + 7<em>x</em> ², compute the difference quotient:

\dfrac{f(x+h)-f(x)}h = \dfrac{(9+7(x+h)^2)-(9+7x^2)}h = \dfrac{(9+7x^2+14xh+7h^2)-9-7x^2}h = \dfrac{14xh+7h^2}h

Then as <em>h</em> approaches 0 - bearing in mind that we're specifically considering <em>h</em> <em>near</em> 0, and not <em>h</em> = 0 - we can eliminate the factor of <em>h</em> in the numerator and denominator, so that

m_{\rm tan} = \displaystyle \lim_{h\to0}\frac{f(x+h)-f(x)}h = \lim_{h\to0}\frac{14xh+7h^2}h = \lim_{h\to0}(14x+7h) = 14x

and so the slope of the line at <em>P</em> (0, 9), for which we take <em>x</em> = 0, is 0.

(b) The equation of the tangent line is then <em>y</em> = 9.

4 0
2 years ago
14/5 + - 4/3 =<br><br> Adding and Subtracting Fractions.
Helga [31]

Answer:

Step-by-step explanation:

1 \frac{7}{15}

6 0
2 years ago
Find the intercepts of the graph of the equation y=4, y=-18, y=16, y=-7
Naya [18.7K]
All of these have no x-intercepts, since x-intercepts require y to be 0.  Their y-intercepts are:
(0, 4)
(0, -18)
(0, 16)
(0, -7)
respectively.
8 0
3 years ago
Other questions:
  • A rocket is launched vertically from the ground with an initial velocity of 64. ft/sec Write a quadratic function that shows the
    11·1 answer
  • In the rain forest you find a beetle. You use beads to measure the beetle. It only measures 11 breeds long .ifthe lenght of each
    5·2 answers
  • Howard read 1/16 of a book every day until he finished two books how many days did it take Howard to read both books
    7·2 answers
  • What is 66 over 108 in the lowest term
    15·2 answers
  • Find the area and perimeter
    8·1 answer
  • There are 12 e's among the 100 tiles in scrabble. what is the probability of selecting all 4 e's when selecting 4 tiles?
    5·1 answer
  • Do you guys like red chicken or white chicken
    12·1 answer
  • What is the value of c when 12.9x + c is equivalent to 4.3(3x + 1.5)
    13·1 answer
  • During bowling practice, Marley rolled 14 strikes out of 70 attempts.
    9·2 answers
  • 6 divided by 1 5/16
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!