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
WARRIOR [948]
3 years ago
15

Ariane feeds her kitten kkk grams of food 222 times in the morning and 222 times in the evening. She feeds her dog ddd grams of

food 111 time in the morning and 111 time in the evening.
Which expressions can we use to describe how many grams of food Ariane feeds her animals per day?
Mathematics
1 answer:
ANTONII [103]3 years ago
6 0

Answer: The required expression is,

4k + 2d

Step-by-step explanation:

Given,

She feeds her kitten k gram of food,

She feeds 2 times in the morning,

⇒ Food fed in morning = 2k,

Also, she feeds 2 times in the evening,

⇒ Food fed in evening = 2k,

So, the total food she gives to her kitten = 2k + 2k = 4k,

Now, She feeds her dog d gram of food,

She feeds 1 times in the morning,

⇒ Food fed in morning = d,

Also, she feeds 2 times in the evening,

⇒ Food fed in evening = d,

So, the total food she gives to her dog = d + d = 2d,

Hence, the total food she feeds to her animal in a day = 4 k + 2 d

You might be interested in
30 points high school geometry question
Phantasy [73]

Answer:

x = 5

Step-by-step explanation:

9/15 = 3/x

x = 5

8 0
3 years ago
Read 2 more answers
How far is the little guy from the flagpole (assuming a right angle between the flagpole and the ground)? Explain how you got yo
Anvisha [2.4K]

Answer:

9

Step-by-step explanation:

a^2 + b^2 = h^2

15^2= 12^2 + b^2

225=144+b^2

81=b^2

9

7 0
3 years ago
The speed with which utility companies can resolve problems is very important. GTC, the Georgetown Telephone Company, reports it
brilliants [131]

Answer:

(a) 11.25 and 1.68  

(b) 0.1651

(c) 0.3903

(d) 0.6865

Step-by-step explanation:

We are given that GTC, the Georgetown Telephone Company, reports it can resolve customer problems the same day they are reported in 75% of the cases and suppose the 15 cases reported today are representative of all complaints.

This situation can be represented through Binomial distribution as;

P(X=r)= \binom{n}{r}p^{r}(1-p)^{n-r} ; x = 0,1,2,3,....

where,  n = number of trials (samples) taken = 15

             r = number of success

             p = probability of success which in our question is % of cases in

                  which customer problems are resolved on the same day, i.e.;75%

So, here X ~ Binom(n=15,p=0.75)

(a) Expected number of problems to be resolved today = E(X)

            E(X) = \mu = n * p = 15 * 0.75 = 11.25

    Standard deviation = \sigma = \sqrt{n*p*(1-p)} = \sqrt{15*0.75*(1-0.75)} = 1.68

(b) Probability that 10 of the problems can be resolved today = P(X = 10)

     P(X = 10) = \binom{15}{10}0.75^{10}(1-0.75)^{15-10}

                    = 3003*0.75^{10} *0.25^{5} = 0.1651

(c) Probability that 10 or 11 of the problems can be resolved today is given by = P(X = 10) + P(X = 11)

    = \binom{15}{10}0.75^{10}(1-0.75)^{15-10}+\binom{15}{11}0.75^{11}(1-0.75)^{15-11}

    = 3003*0.75^{10} *0.25^{5} + 1365*0.75^{11} *0.25^{4} = 0.3903

(d) Probability that more than 10 of the problems can be resolved today is

    given by = P(X > 10)

P(X > 10) = P(X = 11) + P(X = 12) + P(X = 13) + P(X = 14) + P(X = 15)  

= \binom{15}{11}0.75^{11}(1-0.75)^{15-11}+\binom{15}{12}0.75^{12}(1-0.75)^{15-12} + \binom{15}{13}0.75^{13}(1-0.75)^{15-13}+\binom{15}{14}0.75^{14}(1-0.75)^{15-14} + \binom{15}{15}0.75^{15}(1-0.75)^{15-15}

= 1365*0.75^{11} *0.25^{4} + 455*0.75^{12} *0.25^{3}+105*0.75^{13} *0.25^{2} + 15*0.75^{14} *0.25^{1}+1*0.75^{15} *0.25^{0}

= 0.6865

3 0
3 years ago
Linear Algebra question! Please help!
kozerog [31]

Answers:

  1. false
  2. false
  3. true
  4. false
  5. True

==================================================

Explanation:

Problem 1

This is false because the A and B should swap places. It should be (AB)^{-1} = B^{-1}A^{-1}.

The short proof is to multiply AB with its inverse (AB)^{-1}  and we get: (AB)*(AB)^{-1} = (AB)*(B^{-1}A^{-1}) = A(B*B^{-1})*A^{-1} = A*A^{-1} = I

The fact we get the identity matrix proves that we have the proper order at this point. The swap happens so that B matches up its corresponding inverse B^{-1} and the two cancel each other out.

Keep in mind matrix multiplication is <u>not</u> commutative. So AB is not the same as BA.

-------------------------

Problem 2

This statement is true if and only if AB = BA

(A+B)^2 = (A+B)(A+B)

(A+B)^2 = A(A+B) + B(A+B)

(A+B)^2 = A^2 + AB + BA + B^2

(A+B)^2 = A^2 + 2AB + B^2 ... only works if AB = BA

However, in most general settings, matrix multiplication is <u>not</u> commutative. The order is important when multiplying most two matrices. Only for special circumstances is when AB = BA going to happen. In general,  AB = BA is false which is why statement two breaks down and is false in general.

-------------------------

Problem 3

This statement is true.

If A and B are invertible, then so is AB.

This is because both A^{-1} and B^{-1} are known to exist (otherwise A and B wouldn't be invertible) and we can use the rule mentioned in problem 1. Make sure to swap the terms of course.

Or you can use a determinant argument to prove the claim

det(A*B) = det(A)*det(B)

Since A and B are invertible, their determinants det(A) and det(B) are nonzero which makes the right hand side nonzero. Therefore det(A*B) is nonzero and AB has an inverse.

So if we have two invertible matrices, then their product is also invertible. This idea can be scaled up to include things like A^4*B^3 being also invertible.

If you wanted, you can carefully go through it like this:

  1. If A and B are invertible, then so is AB
  2. If A and AB are invertible, then so is A*AB = A^2B
  3. If A and A^2B are invertible, then so is A*A^2B = A^3B

and so on until you build up to A^4*B^3. Therefore, we can conclude that A^m*B^n is also invertible. Be careful about the order of multiplying the matrices. Something like A*AB is different from AB*A, the first of which is useful while the second is not.

So this is why statement 3 is true.

-------------------------

Problem 4

This is false. Possibly a quick counter-example is to consider these two matrices

A = \begin{bmatrix}1 & 0\\0 & 1\end{bmatrix} \text{ and } B = \begin{bmatrix}-1 & 0\\0 & -1\end{bmatrix}

both of which are invertible since their determinant is nonzero (recall the determinant of a diagonal matrix is simply the product along the diagonal entries). So it's not too hard to show that the determinant of each is 1, and each matrix shown is invertible.

However, adding those two mentioned matrices gets us the 2x2 zero matrix, which is a matrix of nothing but zeros. Clearly the zero matrix has determinant zero and is therefore not invertible.

There are some cases when A+B may be invertible, but it's not true in general.

-------------------------

Problem 5

This is true because each A pairs up with an A^{-1} to cancel out (similar what happened with problem 1). For more info, check out the concept of diagonalization.

5 0
2 years ago
Mr .Rowley has 16 homework papers and (2 exit tickets to return. Ms. Alvera has 64 homework papers and 60 exit
Kisachek [45]

The ratio of of number of homework papers to number of exit tickets of Mr Rowley and Ms. Alvera are not equivalent.

<h3>Ratio</h3>

A ratio is a number representing a comparison between two named things. It is also the relative magnitudes of two quantities usually expressed as a quotient.

Mr Rowley:

  • Homework papers = 16
  • Tickets to return = 2

Ratio of number of homework papers to number of exit tickets = 16 : 2

= 16 / 2

= 8 / 1

= 8 : 1

Ms Alvera:

  • Homework papers = 64
  • Tickets to return = 60

Ratio of number of homework papers to number of exit tickets = 64 : 60

= 64/60

= 16 / 15

= 16 : 15

Therefore, the ratio of of number of homework papers to number of exit tickets of Mr Rowley and Ms. Alvera are not equivalent.

Learn more about ratio:

brainly.com/question/2328454

#SPJ1

4 0
2 years ago
Other questions:
  • A country's population in 1990 was 48 million. In 1997 it was 51 million. Estimate the population in 2017 using the exponential
    9·1 answer
  • in the united states, 73% of people wear a seat belt while driving. if two people are chosen at random, what is the probability
    9·2 answers
  • Help please!
    9·1 answer
  • Bill reads 1/5 of a book on Monday he reads 2/3 of the book on Tuesday if he finishes reading the book on Wednesday what fractio
    10·1 answer
  • Solve the inequality 2x-5&gt;7
    5·2 answers
  • What are the addition and subtractions rules for integers?
    8·1 answer
  • If a bracelet cost 23.99 and it's 75% off how much would it cost
    10·2 answers
  • A cuboid with a volume of 924 cm^3 has dimensions
    7·1 answer
  • First try was incorrect
    15·1 answer
  • Farmer Brown planted corn and wheat on
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!