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
2(x-3)=1/2(4x-12)<br>please help MEH!!!!!....​
Zinaida [17]

Answer:

infinitely many solutions

Step-by-step explanation:

2(x-3)=1/2(4x-12)

2x-6=2x-6

both sides are the same so its infinitely many solutions

8 0
3 years ago
Which shows the correct substitution of the values a, b, and c from the equation 1 = -2x + 3x² + 1 into the quadratic
antoniya [11.8K]
The coefficient 'a' for the quadratic term is a = 3
The coefficient 'b' for the linear term is b = -2
The coefficient 'c' is 0
Step-by-step explanation :
The given expression is,




To solve this problem we are using quadratic formula.
The general quadratic equation is,

Formula used :

Now we a have to solve the above equation and we get the value of 'x'.

a = 3, b = -2, c = 0






The coefficient 'a' for the quadratic term is a = 3
The coefficient 'b' for the linear term is b = -2
The coefficient 'c' is 0
8 0
2 years ago
Find the modulus of -2 - 6i.<br><br> 40<br> -40<br> 6.3<br> -6.3
olga2289 [7]
The modulus of complex number can be computed with this equation:
|z|=sqrt(Re(z)^2+Im(z)^2)
z = -2-6i
Re(z)=-2, so Re(z)^2=4
Im(z)=-6, so Im(z)^2=36
|z|=sqrt(36+4)=sqrt(40)=6.3
6 0
3 years ago
1. How would you solve the equation<br> 3a + 7 = – 2 by graphing?
ddd [48]

Answer:

You draw it on the graph right

4 0
2 years ago
What is the solution to this system of linear equations?2x + y = 13x – y = –6(–1, 3)(1, –1)(2, 3)(5, 0)
worty [1.4K]

\underline{+\left\{\begin{array}{ccc}2x+y=1\\3x-y=-6\end{array}\right}\ \ \ \ |\text{add both sides of equations}\\.\ \ \ \ \ 5x=-5\ \ \ \ |:5\\.\ \ \ \ \ \ x=-1\\\\\text{put the value of x to the first equation}\\\\2(-1)+y=1\\-2+y=1\ \ \ |+2\\y=3\\\\\text{Answer:}\ (-1,\ 3)

5 0
3 years ago
Other questions:
  • Luisa mows lawns during the summer.  She charges $15 if she cuts the grass but charges $5 more if she also trims the grass.  Las
    11·2 answers
  • Pls help I don’t get this one (:
    14·1 answer
  • What is the measure of angle A to the nearest degree?
    11·1 answer
  • Travis has 157 books that he needs to pack into boxes. Each box can hold 9 books. How many boxes will Travis need?
    6·2 answers
  • Can you solve this in a complete answer
    11·1 answer
  • Help with this math problem
    7·1 answer
  • Find the measure of angle y
    14·1 answer
  • Solve for x.<br> I need this ASAP so please help me! <br><br> -x+7= x-5
    15·2 answers
  • Is Y = 4 x 2 proportional?
    15·1 answer
  • each morning, danai buys breakfast on her why to work. In the past thirty days, she bought a bagel on 6 days, a banana on 12 day
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!