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
Bogdan [553]
3 years ago
7

Brenna is

Mathematics
2 answers:
bearhunter [10]3 years ago
7 0

Its C) 5x1      

Did it help?

                                       

soldi70 [24.7K]3 years ago
6 0

Write a C program to compute Matrix Multiplication of two matrices. Use one dimensional array to store each matrix, where each row is stored after another. Hence, the size of the array will be a product of number of rows times number of columns of that matrix. Get number of row and column from user and use variable length array to initialize the size of the two matrices as well as the resultant matrix. Check whether the two matrices can be multiplied or not. Write a getMatrix() function to generate the array elements randomly. Write a printMatrix() function to print the 1D array elements in 2D Matrix format. Also, write another function product(), which multiplies the two matrices and stores in the resultant matrix. With SEED 5, the following output is generated.

Sample Output

Enter the rows and columns of Matrix A with space in between: 3 5

Enter the rows and columns of Matrix B with space in between: 5 4

Matrix A:

    8     6     4     1     6

    2     9     7     7     5

    1     3     1     1     2

Matrix B:

    9     5     4     5

    9     9     8     1

    4     4     3     5


    2     6     2     1

    4     5     2     4

Product AxB:

168   146   106    91

161   186   125    81

50    52    37    22

In conclusion, the answer is 5x1

Please give Brainliest answer thanks! :)

You might be interested in
Use any method to solve the system of equations.<br> 3x + 4y = 12<br> 2x + 3y = 10<br> Solve for y.
Scilla [17]
(x , y) = (-4 , 6) There you go
7 0
3 years ago
What is the most preside classification of the quadrilateral formed by connecting the midpoints of the sides of a square?
vampirchik [111]
The answer is a square

8 0
3 years ago
A tangent line and its normal line have a point of tangency to the function f(x) at (x,y). If the slop of the normal line is m=(
alekssr [168]

Answer:

\displaystyle \\\left(\frac{49}{900},\frac{3761}{900}\right) or approximately (0.544, 4.179)

Step-by-step explanation:

A function and its tangent lines intersect when their slopes are the same. Find the x-coordinate when the slope of f(x) is equal to 8/7 by taking the derivative of f(x):

\displaystyle\\f(x)=\sqrt{x}-x+4\\f'(x)=\frac{1}{2}\cdot\frac{1}{\sqrt{x}}-1=\frac{1}{2\sqrt{x}}-1

Set f'(x) equal to 8/7 and solve for x:

\displaystyle \\\frac{1}{2\sqrt{x}}-1=\frac{8}{7},\\x=\frac{49}{900}

Therefore, f(x) will intersect at a point of tangency with a line of slope 8/7 at x=49/900. Plug in x=49/900 into f(x) to get the y-coordinate:

\displaystyle\\y=\sqrt{x}-x+4 \vert_{x=49/900}=\frac{3761}{900}

⇒Answer: (49/900, 3761/900) or approximately (0.544, 4.179)

5 0
3 years ago
Carmel can drive 320 miles on tank of gas and one tankful costs $39. How many tanks of gas will she need to drive 2,240 miles an
Umnica [9.8K]
Carmel would need 7 gas tanks. (2,240 ÷ 320 = 7)
Carmel would need $273 because since she needs $39 dollars for one gas tank, you would have to multiply that by 7. (39 x 7 = $273)
4 0
3 years ago
Read 2 more answers
PLZZ HELP. ILL MARK BRAINLIEST!!
Blizzard [7]

Answer:

The answer I got from the equation was 254.47

3 0
3 years ago
Other questions:
  • Can anyone help me with this problem?<br><br>3a=9a^2-30​
    8·2 answers
  • What expression can you write to describe the overall change in temperature?Do not included the temperature at the beginning of
    12·1 answer
  • Verify that (1+cos2theta)/(costheta)=2costheta is an identity.
    8·1 answer
  • Identity the domain and range of the relation (-9, 2) , (-4,2) , (3 ,2 ) , (9,2)
    9·2 answers
  • 24÷4=6 can be thought of as 24 broken into 4 groups of 6 each.
    15·1 answer
  • Scott ran 11 kilometers in nine days. One mile is approximately 1.6 kilometers. About how many miles did Scott run?
    12·1 answer
  • What is the union of the two sets A= [4,810,12,14] and b= [ 12,14]
    5·1 answer
  • Pleaseee help me on this question
    14·2 answers
  • In a company, 70% of the workers are men. If 1,620 people work for the company who aren't men, how many workers are there in all
    10·2 answers
  • (−2 1/5) × (−5 3/4) as a fraction
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!