Please help! Please don't answer if you don't know!​

Please Help! Please Don't Answer If You Don't Know!

Answers

Answer 1

Answer:

[-0.25 1.25]

[ ]

[-0.75 2.75]

If not satisfied than..

You can write it in other way as show in step by step

Step-by-step explanation:

Step 1:

First of all find the determinate.

Cross multiply the number 11 ✖ -1

detA = 11 × -1

= -11 ---eq1

And now cross multiply the number 3 ✖ - 5

detA = 3 × -5

= -15 ---eq2

Now we use eq 1 and 2

detA = (-11)-(-15)

Minus cancels minus

So it becomes

detA = -11 + 15

= 4

Step 2:

We find adjacent of the given.

[11 -5]

adjA= [ ]

[3 -1 ]

We change the places. The number 11 goes to in place of -1. -1 goes in place of 11.

And we change the signs of -5 and 3. -5 becomes 5 and 3 becomes -3.

We get

[-1 5]

adjA = [ ]

[-3 11]

Step 3:

Now we use the following formula

1

A^-1 = -------- adjA

detA

1 [-1 5]

A^-1 = ------- [ ]

4 [-3 11]

And now multiply

1

---- with each number of adjA.

4

And than subtract..

And you will get the inverse matrix

If the answer comes same than that's the answer for inverse matrix

Thank you.


Related Questions

PLEASE ANSWER THIS ASAP !!! ( turn sideways)

PLEASE ANSWER THIS ASAP !!! ( turn sideways)

Answers

Answer:

C. y = -x

Step-by-step explanation:

the slope is -1 so in the formula y= mx + b

b is 0 and m is -1

so plug it in and you get y = -x

Y = -x + 2
Sorry if it wrong

how to use splitpts matlab

Answers

To use the splitpts function in Matlab, you will first need to define two sets of points with different arrays for each set. Then, you can use the syntax newSetOfPoints = splitpts(originalSetOfPoints) to split the original set of points into two new sets.


The "splitpts" function in MATLAB is used to split a set of points into two sets based on a specified split point. Here are the steps to use this function:

1. Define the set of points you want to split. For example:
```
points = [1 2 3 4 5 6 7 8 9 10];
```

2. Specify the split point. This can be any number between the minimum and maximum values of the set of points. For example:
```
splitPoint = 5;
```

3. Use the "splitpts" function to split the set of points into two sets. The first set will contain all the points less than or equal to the split point, and the second set will contain all the points greater than the split point. For example:
```
[set1, set2] = splitpts(points, splitPoint);
```

4. The resulting sets will be stored in the variables "set1" and "set2". You can display these sets using the "disp" function:
```
disp(set1);
disp(set2);
```

The output will be:
```
1 2 3 4 5
6 7 8 9 10
```

Know more about Matlab here:

https://brainly.com/question/30641998

#SPJ11

you conduct a hypothesis test. assuming you have made no errors in your calculations, what should we conclude if the test statistic ends up being negative? a. the sample size is small. b. the sample statistic is larger than the claimed population parameter. c. it is unlikely the results would have occurred just by chance alone. d. the sample statistic is smaller than the claimed population parameter. e. the null hypothesis is false.

Answers

If the test statistic ends up being negative the sample statistic is smaller than the claimed population parameter that is option a.

In hypothesis testing, the test statistic measures how many standard errors the sample statistic is away from the hypothesized population parameter under the null hypothesis. A negative test statistic indicates that the sample statistic is smaller than the claimed population parameter, which means that the observed effect is in the opposite direction of what was expected under the null hypothesis.

Therefore, if the test statistic ends up being negative, we can conclude that the sample statistic is smaller than the claimed population parameter. This suggests that there may be a significant difference between the sample and population, which could be due to factors such as sampling error or a true difference in the population.

Options a, b, and c are not correct because the sample size, sample statistic, and probability value do not determine the sign of the test statistic. Option e is not necessarily true because a negative test statistic does not always lead to rejection of the null hypothesis; it depends on the significance level and the directionality of the test.

To know more about test statistic,

https://brainly.com/question/11560606

#SPJ11

I need help on this test. Will give Brainliest to whoever answers first! Pt. 8

I need help on this test. Will give Brainliest to whoever answers first! Pt. 8

Answers

A and H:) hope this helps

Answer

I don’t know

Step-by-step explanation:

6. If Aliya can make 10 bracelets in 2 days, how long will it take her to make 35 bracelets? WILL GIVE EXTRA 10 POINTS WILL MARK AS BRAINLIST

a) 175 days
b) 70 days
c) 7 days
d) 5 days​

Answers

Answer:

C

Step-by-step explanation:

Answer:

7 days

Step-by-step explanation:

We need to find bracelets per day.

1 day 2 days

5 bracelets 10 bracelets

since we know how many bracelets she can make per day, all we have to do is divide 35 by 5.

to get 7 days.

Which three of the following expenses can student aid cover? tuition television school supplies parties and socializing boarding/housing.

Answers

The tuition, school supplies, and boarding/housing for the expenses can student aid cover.

What is decision-making?

The process of making choice is by identifying the correct decision, gathering information, and assessing alternative solutions.

The following expenses can student aid cover.

A.  Tuition - A student aid cover can be utilized to promote the tuition.

B.  Television - There is no use of the student aid cover for selling the TV.

C.  School supplies - We can use the face of the topper on the school supplies to promote schooling.

D.  Parties and socializing - There is no need for student aid cover for parties and socializing.

E.  Boarding or housing - We can use student aid cover to promote the hostel for the student.

More about the decision-making link is given below.

https://brainly.com/question/3369578

Choose the line parallel to the following equation through the given point

Choose the line parallel to the following equation through the given point

Answers

Answer:

y = 2x + 1

Step-by-step explanation:

→ Find the gradient of this line

2

→ Write in standard format

y = 2x + c

→ Substitute in ( 0 , 1 )

1 = 0 + c ⇒ c = 1

The equation of a parabola is y=2x^2 +8x +3

Write the equation in vertex form and show your work.

Answers

Answer: y = 2(x + 2)² - 5

Step-by-step explanation:

          We are going to use the completing the square method to transform this quadratic equation from standard form to vertex form.

Given:

     y = 2x² + 8x + 3

Factor the 2 out of the first two terms:

     y = 2(x² + 4x) + 3

Add and subtract \(\frac{b}{2} ^2\):

     y = 2(x² + 4x + 4 - 4) + 3

Distribute the 2 into -4 and combine with the 3:

     y = 2(x² + 4x + 4) - 5

Factor (x² + 4x + 4):

     y = 2(x + 2)² - 5

A booth at the circus is taking donations for the children's hospital. They noticed on Saturday that more than 217 people donated money. Women averaged a donation of $18, and men averaged a donation of $16. Which system of inequalities could be used to determine the number of women (w) and men (m) who donated, if no more than $3,702 was donated?

Answers

Answer:

Step-by-step explanation:

Let M be the number of men donors and W the number of women donors.

We are told that M + W => 217  {"They noticed on Saturday that more than 217 people donated money."]

The total donations of no more than $3,702 consists of Men:  ($16)M and Women:  ($18)W

This makes the following equation:

18W + 16M <= 3702  ["no more than $3,702 was donated"]

The two equations are:

18W + 16M <= 3702, and

M + W => 217

=====

Extra credit:

To find the number of men and women donors, let's assume the equations are correct without the inequality signs.

Rearrange:

M + W => 217

M = 217-W

Now use this definition of M in the second equation:

18W + 16(217-W) = 3702

'

Solve for W:  W = 115:  There were 115 women donors at $18 each:  $207.

That means 217 - 115 or 102 men at $16 each:  &1632

Total donations of $3702

HELP PLEASE
18 miles= how many feet
_________feet


Answers

Answer:

18 miles= how many feet

____95,040_____feet

Step-by-step explanation:

happy to help ya:)

Find the length of a side of a Equilateral triangle of area 10m²

Answers

Answer:

4.81 m

Step-by-step explanation:

area of Equilateral triangle with side length a : area = (√3/4) a²

10 = (√3/4) a²

a² = 40√3 / 3 = 23.09

a = 4.81 m

if you are in Trigonometry: h/a = sin 60°

h = (√3 / 2) a

Find the length of a side of a Equilateral triangle of area 10m

A manufacturer of large kitchen appliances keeps track of the costs of warranty claims. Management suspects that 75%
of all warranty claims are invalid, 20% cost the company less than $500, and 5% of them cost the company more than
$500. To investigate this belief, a random sample of 80 warranty claims is selected from their vast records of past
warranty claims. The management would like to know if the distribution of claim results differs from what they suspect.
Are the conditions for inference met?
A. No, the random condition is not met.
B. No, the 10% condition is not met.
C. ✓ No, the Large Counts condition is not met.
D. Yes, all of the conditions for inference are met.

(ITS C)

A manufacturer of large kitchen appliances keeps track of the costs of warranty claims. Management suspects

Answers

Answer:

The correct answer is C.

Step-by-step explanation:

C. ✓ No, the Large Counts condition is not met.

Write the word sentence as an inequality.

A number w is greater than −3.

The inequality is

Answers

Answer:

w > -3

Step-by-step explanation:

What is positive correlation?

Answers

In a graph, it is when two variables move in an upwards direction.

please solve quickly and give solution then explain if possible

please solve quickly and give solution then explain if possible

Answers

ANSWER :

EB = 9

EXPLANATION :

Note that if two chords have the same prependicular distance from the radius, then the chords are congruent.

The chord will be bisected into two equal parts.

If CD = 18, then AB is also 18.

and EB is AB/2 = 18/2 = 9

What is the equation of the graphed line written in
standard form?
Ox-4y = 4
Ox+4y = 4
(4,0)
Oy-x-1
Oy-1
45
o,-1)

What is the equation of the graphed line written instandard form?Ox-4y = 4Ox+4y = 4(4,0)Oy-x-1Oy-145o,-1)

Answers

Answer:

the third option is the answer, y= 1/4x-1

Step-by-step explanation:

graph line in standard form:

\(y = mx + c\)

where m = slope and c = y-intercept

1) find the slope

slope formula:

\( \frac{y2 - y1}{x2 - x1} \)

use the two coordinates given in the graph

i/ (0,-1)

x1 = 0

y1 = -1

ii/ (4,0)

x2 = 4

y2 = 0

substitute the values into the formula

\( \frac{y2 - y1}{x2 - x1} \)

\( \frac{0 - ( - 1)}{4 - 0} \)

\( \frac{1}{4} \)

thus, m = 1/4

2) find the y-intercept

* y-intercept is the value of y that cuts through the y-axis

based on the graph, the y-intercept is -1

thus, c = -1

3) substitute the value of m and c into the standard form formula

\(y = mx + c\)

\(y = \frac{1}{4} x - 1\)

A principal spent $7 on c calculators for her school. Which expression shows the total cost of the calculators?

A. c + 7 C. 7c
B. 7 − c D. 7/c


Answers

Answer:

C.

Step-by-step explanation:

You are multiplying $7 by c calculators.

Find the equation of the line through the point ( 3 , − 7 ) that is perpendicular to the line with equation y = x − 12 .

Answers

Answer:  y = -x - 4

Step-by-step explanation:

A perpendicular line has a slope that is the negative inverse of the reference line, which is y = x-12.  The slope here is 1, so the negative inverse would be -1/1, or -1.  The perpendicular line would therefore be:

y = -1x + b

We can find b by using the given point (3,-7) as a solution:

y = -1x + b

-7 = -1*3 + b

b = - 4

The equation is therefore   y = -x - 4

(Chapter 12) For any vectors u and v in V3, (u X v) * u =0

Answers

We can see that the statement is not always true for any vectors u and v in V3.

What are the cross product of vectors?

The statement is not always true.

The cross product of vectors u and v in V3 is a vector that is orthogonal to both u and v. That is,

u x v ⊥ u and u x v ⊥ v

However, this does not necessarily mean that (u x v) * u = 0 for all u and v in V3.

For example, let u = <1, 0, 0> and v = <0, 1, 0>. Then,

u x v = <0, 0, 1>

(u x v) * u = <0, 0, 1> * <1, 0, 0> = 0

So in this case, the statement is true. However, consider the vectors u = <1, 1, 0> and v = <0, 1, 1>. Then,

u x v = <1, -1, 1>

(u x v) * u = <1, -1, 1> * <1, 1, 0> = 0

So in this case, the statement is also true. However, if we take the vector u = <1, 0, 0> and v = <0, 0, 1>, then

u x v = <0, 1, 0>

(u x v) * u = <0, 1, 0> * <1, 0, 0> = 0

So in this case, the statement is true as well.

However, if we take the vector u = <1, 1, 1> and v = <0, 1, 0>, then

u x v = <1, 0, 1>

(u x v) * u = <1, 0, 1> * <1, 1, 1> = 2

So in this case, the statement is not true.

Therefore, we can see that the statement is not always true for any vectors u and v in V3.

Learn more about vectors

brainly.com/question/29740341

#SPJ11

What if a fence painting competition allowed pairs to compete? If Ben Rogers can paint the fence in 8 min on his own and Johnny Miller can paint it in 6 min, then how long would it take them working together?
If Ben can paint a single coat of the fence in 8 min, then how much of the fence could Ben paint in 1 min?

If Johnny can paint a single coat of the fence in 6 min, then how much of the fence could Johnny paint in 1 min?

If Ben and Johnny work together to paint a single coat of the fence, then let t represent the amount of time they each spend painting. What operation should be used to set up an equation that represents how long they would take to paint a single coat of the fence?

Solve the equation for t. How long will it take Ben and Johnny to paint the fence? Round your answer to the nearest tenth of a minute.

Answers

Answer:

I'm confused on what it's asking

Step-by-step explanation:

(15 points) Which expression has a value of 5 x 10^-3

(15 points) Which expression has a value of 5 x 10^-3

Answers

Answer:

Yellow is the answer

Step-by-step explanation:

HELP ME PLS ILL GIVE BRAINLIEST

HELP ME PLS ILL GIVE BRAINLIEST

Answers

Answer: r - 3.5 <= 10    

Step-by-step explanation:

-12 - 3.5 = -15.5
-15.5 <= 10

In nonlinear models, which of the following statements are correct? Group of answer choices Only the constraints are not linear functions of the decision variables. Only the objective function is not a linear function of the decision variables. All of these statements are correct. The objective function and/or the constraints are not linear functions of the decision variables.

Answers

The objective function and/or the constraints are not linear functions of the decision variables.

Nonlinear models are mathematical models in which the objective function and/or the constraints are not linear functions of the decision variables. Nonlinear models cannot be solved using classical optimization techniques. Instead, numerical methods must be used. In a nonlinear model, the solution will not be unique. The solution will depend on the initial values chosen for the decision variables.

Nonlinear models can be formulated as either unconstrained or constrained. In an unconstrained nonlinear model, there are no constraints on the decision variables. In a constrained nonlinear model, there are constraints on the decision variables. Nonlinear programming is used to solve nonlinear models. Nonlinear programming involves the use of numerical methods to find a solution to a nonlinear optimization problem. Nonlinear models are used in many different areas, including engineering, economics, physics, and biology.

Learn more about nonlinear model here:

https://brainly.com/question/32655795

#SPJ11

Assume that scores on a widely used standardized test are normally distributed with a mean of 400 and a standard deviation of 100 . What percentage of students scored lower than 320 ?

Answers

To find the percentage of students who scored lower than 320 on a standardized test with a mean of 400 and a standard deviation of 100, we can use the normal distribution.

The normal distribution is a symmetric bell-shaped distribution that is commonly used to model various phenomena. In this case, since the scores on the standardized test are normally distributed, we can use the properties of the normal distribution to determine the percentage of students who scored lower than a specific score.

To calculate this percentage, we need to standardize the score of 320 using the formula z = (x - μ) / σ, where x is the given score, μ is the mean, and σ is the standard deviation. Substituting the values, we have \(z = (320 - 400) / 100 = -0.8\).

Next, we can use a standard normal distribution table or statistical software to find the corresponding area under the curve to the left of \(z = -0.8\). This area represents the percentage of students who scored lower than 320.

Consulting the standard normal distribution table or using a calculator, we find that the area to the left of \(z = -0.8\) is approximately 0.2119, or 21.19%. Therefore, approximately 21.19% of students scored lower than 320 on the standardized test.

Learn more about deviation here:

https://brainly.com/question/31835352

#SPJ11

if ( e, f) = (7,2) and (g,h) = (11,5), find the value of the following expression
h-f
__

g-e

Answers

Answer: (7,11)

Step-by-step explanation:

Write the standard form of the quadratic function that has the indicated vertex and whose graph passes through the given point. Use a graphing utility to verify your result.
Vertex:
(-3,-1)
Point
(0, -3)
f(x) =
X
pls answer fast i don’t have much time left

Answers

Step-by-step explanation:

\(standrad \: from \: y = \frac{2}{9} x {}^{2} - 3\)

\(vertex \: from \: y = \frac{2}{9} x {}^{2} - 3 \)

You pay $63.43 for a video
game. The amount includes a
tax of $3.48. Which equation can
be used to find c, the cost of the
video game before tax?

Answers

As a result, the following calculation can be used to determine c, the game's price before taxes , and c has a value of 59.95.

what is equation ?

A mathematical assertion that demonstrates the equality of two statements is called an equation. Mathematical operations like addition, subtraction, multiplication, and division may be used, and it typically includes one or more variables. Example: The equation 3x + 5 = 14 demonstrates that the product of three times the x and five is equivalent to fourteen. Find the number of x that causes the equation to hold true in order to solve the equation.

given

Let's write c for the video game's price before taxes.

We are aware that the entire cost of the video game, with taxes included, is $63.43. Additionally, we are aware that the fee is $3.48.

We can therefore construct the following equation:

c + 3.48 = 63.43

We can take 3.48 away from both sides and separate c on one side as follows:

c + 3.48 - 3.48 = 63.43 - 3.48

c = 59.95

As a result, the following calculation can be used to determine c, the game's price before taxes , and c has a value of 59.95.

To know more about equation visit:

https://brainly.com/question/649785

#SPJ1

help plsssssssssssssssssssssssssssssss

help plsssssssssssssssssssssssssssssss

Answers

Answer

5

All you need to know to solve this problem is the pythogorean theorem. If you draw an imaginary line to make a triangle and a rectangle, you already know the height is 4. To find the base, you know that the bottom length is 9 and the top is 6 so 9-6 =3, which is the length of only the left side of the imaginary line.

So 4^2 + 3^2 = c^2

25 = c^ 2

5 = c

Hope that helps!

Hope this will hopeful

can someone explain how to do this please

can someone explain how to do this please

Answers

Answer:

f=3

Step-by-step explanation:

its basically telling u that x=5 so u replace x with 5

Given the two points write the equation for the line in slope intercept
form!
(-3,5) and (0,-4)

Answers

Answer:

y = -3x - 4

Step-by-step explanation:

Find the slope.

y2-y1/x2-x1

-9/3 = -3

-3 is the slope. You know the y-intercept is -4 since (0, -4) is a point. The y-intercept is the value of y where x = 0.

So if you know the slope is -3 and the y-intercept is -4, plug it into slope-intercept form.

y = mx+b

y = -3x - 4

Other Questions
voter ID laws prevent fraud and build voter confidence, states have vote ID rules because? Is metadata actually important, why or why not? 2 - What are some potential problems that could arise from using data that lacks sufficient metadata? An airplane travels 5504 kilometers against the wind in 8 hours and 6224 kilometers with the wind in the same amount of time. What is the rate of the plane in still air and what is the rate of the wind? The function T(d)=10d + 20 gives the temperature in deegrees celcius inside the earth as a function if d, the depth in kilometers ,Find the temperature at. The claims issued by financial institutions to investors often guarantee the investors immediate access to their funds on demand. This relieves the investors from Does USPS pay for late delivery? If the area of a triangle whose base measures 3 cm is 6 sq.cm, then its height isO 4 cm O 2 cm O 6 cmO 5 cm If your body has fever T sells than it should, What might happen? Required information Use the following information for the Quick Study below. (Algo) [The following information applies to the questions displayed below.] BatCo makes baseball bats. Each bat requires 1.00 pounds of wood at $18 per pound and 0.40 direct labor hour at $30 per hour. Overhead is assigned at the rate of $60 per direct labor hour. QS 21-6 (Algo) Total Cost variances LO P2 Assume the actual cost to manufacture 120 bats is $7,440.00. Compute the total cost variance and identify it as favorable ori unfavorable. (Indicate the effect of the variance by selecting favorable, unfavorable, or no variance.) Actual cost Budgeted standard cost. Total cost variance $ $ Check my work 7,440 7,440 Molecule X is a hypothetical molecule which does not dissociate in water and has a molecular weight (MW) of 100. You want to make 1 liter of a 0.5M solution of molecule X. How many grams of molecule X would you weigh out and add to 1 liter of distilled water? a memorandum evidencing an oral contract must contain every term of the deal to be enforceable. group of answer choices true false Carol Cagle has a repetitive manufacturing plant producing trailer hitches in Arlington, Texas. The plant has an average inventory tumover of only 12 times per year He has therefore determined that he will reduce his component lot sizes. He has developed the following data for one component, the safety chain clip. Setup labor cost $20 per hourAnnual holding cost $15 per unitDaily production 992 units/8 hour day Annual demand 31,200 (260 days each x daily demand of 120 units)Desired lot size 124 units (one hour of production) To obtain the desired lot size, the set-up time that should be achieved = ___ minutes (round your response to two decimal places) Question 1 of 10A density curve for all the possible ages between 0 years and 25 years is inthe shape of a triangle. What is the height of the triangle?A. 0.04B. 0.08C. 0.02D. 0.16 Time (hours) 3.2, 4.8, 7.2, t, 12.4Distance (miles) 80, 120, 180, 245, t define a function calcfactorial that admits one integer input and returns the value of the factorial of the input number. you will also write a main function which calls the calcfactorial function with some arguments. Which emotional competency can be classified as intrapersonal? a. empathy b. resilience c. self-actualization d. happiness What is an anecdote?A quote from a famous personA short story or descriptionA summary of the articleA headline Gemma and her cousin went to a restaurant for dinner. Gemma's dinner cost $5 more than her cousin's. Their combined bill was under $25. Select the correct response. c+c+5 > 25 C + 5 > 25 C +c+5 The Jordan Keys law firm represented the Greater Southeast Community Hospital of Washington, D.C., in a medical malpractice suit against the hospital. The hospital was self-insured for the first $1,000,000 of liability and the St. Paul Insurance Co. provided excess coverage up to $4,000,000. The law firm was owed $67,000 for its work on the malpractice suit when the hospital went into bankruptcy. The bankruptcy court ordered the law firm to release its files on the case to St. Paul to defend under the excess coverage insurance, and the Jordan Keys firm sued St. Paul for its legal fees of $67,000 expended prior to the bankruptcy under an implied-in-fact contract because the insurance company would have the benefit of all of its work. Decide. [Jordan Keys v. St. Paul Fire, 870 A.2d 58 (D.C.)] what is the answer? when 8.1 moles of [co(nh3)5cl]cl2 is dissolved in water, how many moles of ions are in solution?