11)
Given the function, f(x) = x2 + 5x - 3 evaluate f(-2).

Answers

Answer 1

Answer:

f(- 2) = - 9

Step-by-step explanation:

Substitute x = - 2 into f(x) , that is

f(- 2) = (- 2)² + 5(- 2) - 3 = 4 - 10 - 3 = 4 - 13 = - 9


Related Questions

The point (7, 8) is the solution of which of the following systems of equations?

1. 8x - y = 48
9x + 10y = 142

2. 9x - y = 55
8x + 10y = 140

3. x-6y=-41
8x + 9y = 127

4. x-7y=-49
10x + 9y = 142

Answers

Option 4

Verification:-

[tex]\\ \sf\longmapsto x-7y=-49[/tex]

[tex]\\ \sf\longmapsto 7-7(8)=-49[/tex]

[tex]\\ \sf\longmapsto 7-56=-49[/tex]

[tex]\\ \sf\longmapsto -49=-49[/tex]

And

[tex]\\ \sf\longmapsto 10x+9y=142[/tex]

[tex]\\ \sf\longmapsto 10(7)+9(8)=142[/tex]

[tex]\\ \sf\longmapsto 70+72=142[/tex]

[tex]\\ \sf\longmapsto 142+142[/tex]

Hence verified

Answer:

4.

Step-by-step explanation:

1. 8x - y = 48

9x + 10y = 142

8(7) - 8 = 48

9(7) + 10(8) = 143

No

2. 9x - y = 55

8x + 10y = 140

9(7) - 8 = 55

9(7) - 10(7) = -24

No

3. x-6y=-41

8x + 9y = 127

7 - 6(8) = -41

8(7) + 9(8) = 128

No

4. x-7y=-49

10x + 9y = 142

7 - 7(8) = 49

10(7) + 9(8) = 142

Yes

Which describes the correlation shown in the scatterplot?

On a graph, points are grouped closely together and increase.
There is a positive correlation in the data set.
There is a negative correlation in the data set.
There is no correlation in the data set.
More points are needed to determine the correlation.

Answers

Answer:

More points are needed to determine the correlation.

Answer:

its d

Step-by-step explanation:

;)

Help me with this math problem !!!

Answers

Answer:

multiply the numerator together and denominator together

Select the correct answer.

What is the value of this expression when x = -6 and ?
4(x2 + 3) − 2y

Answers

Answer:

D. 157

Step-by-step explanation:

4(x^2+3)-2y

4(6^2+3)-2(-1/2) add in given values

4(39)+1.     start with parentheses

156+1.        combine like terms

157.            answer

Answer:

D. 157

Step-by-step explanation:

Hi there!

We want to find the value of the expression 4(x²+3)-2y is when x=-6 and y=-1/2

Let's first simplify the expression, as that will likely make it easier

Distribute 4 to both x² and 3

4x²+12-2y

That's the expression

Substitute -6 as x into the expression

4(-6)²+12-2y

Raise (-6) to the second power

4*36+12-2y

Multiply 36 by 4

144+12-2y

Add 12 and 144 together

156-2y

Now the expression is 156-2y

But remember that we know that y=-1/2, and we haven't substituted it into the expression yet

Substitute -1/2  as y into the expression

156-2(-1/2)

Multiply

156+2/2

Simplify

156+1

Add

157

Hope this helps!

A company that produces DVD drives has a 12% defective rate. Let X represent the number of defectives in a random sample of 55 of their drives.

Required:
a. What is the probability the sample will contain exactly 8 defective drives?
b. What is the probability the sample will contain more than 8 defective drives?
c. What is the probability the sample will contain less than 8 defective drives?
d. What is the expected number of defective drives in the sample?

Answers

Answer:

a) 0.1287 = 12.87% probability the sample will contain exactly 8 defective drives

b) 0.2092 = 20.92% probability the sample will contain more than 8 defective drives.

c) 0.6621 = 66.21% probability the sample will contain less than 8 defective drives.

d) The expected number of defective drives in the sample is 6.6

Step-by-step explanation:

For each DVD, there are only two possible outcomes. Either it is defective, or it is not. The probability of a DVD being defective is independent of any other DVD, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

A company that produces DVD drives has a 12% defective rate.

This means that [tex]p = 0.12[/tex]

Let X represent the number of defectives in a random sample of 55 of their drives.

This means that [tex]n = 55[/tex]

a. What is the probability the sample will contain exactly 8 defective drives?

This is [tex]P(X = 8)[/tex]. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 8) = C_{55,8}.(0.12)^{8}.(0.88)^{47} = 0.1287[/tex]

0.1287 = 12.87% probability the sample will contain exactly 8 defective drives.

b. What is the probability the sample will contain more than 8 defective drives?

This is:

[tex]P(X > 8) = 1 - P(X \leq 8)[/tex]

In which:

[tex]P(X \leq 8) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8)[/tex]

Then

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{55,0}.(0.12)^{0}.(0.88)^{55} = 0.0009[/tex]

[tex]P(X = 1) = C_{55,1}.(0.12)^{1}.(0.88)^{54} = 0.0066[/tex]

[tex]P(X = 2) = C_{55,2}.(0.12)^{2}.(0.88)^{53} = 0.0244[/tex]

[tex]P(X = 3) = C_{55,3}.(0.12)^{3}.(0.88)^{52} = 0.0588[/tex]

[tex]P(X = 4) = C_{55,4}.(0.12)^{4}.(0.88)^{51} = 0.1043[/tex]

[tex]P(X = 5) = C_{55,5}.(0.12)^{5}.(0.88)^{50} = 0.1450[/tex]

[tex]P(X = 6) = C_{55,8}.(0.12)^{6}.(0.88)^{49} = 0.1648[/tex]

[tex]P(X = 7) = C_{55,7}.(0.12)^{7}.(0.88)^{48} = 0.1573[/tex]

[tex]P(X = 8) = C_{55,8}.(0.12)^{8}.(0.88)^{47} = 0.1287[/tex]

So

[tex]P(X \leq 8) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) = 0.0009 + 0.0066 + 0.0244 + 0.0588 + 0.1043 + 0.1450 + 0.1648 + 0.1573 + 0.1287 = 0.7908[/tex]

[tex]P(X > 8) = 1 - P(X \leq 8) = 1 - 0.7908 = 0.2092[/tex]

0.2092 = 20.92% probability the sample will contain more than 8 defective drives.

c. What is the probability the sample will contain less than 8 defective drives?

This is:

[tex]P(X < 8) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7)[/tex]

With the values we found in b.

[tex]P(X < 8) = 0.0009 + 0.0066 + 0.0244 + 0.0588 + 0.1043 + 0.1450 + 0.1648 + 0.1573 = 0.6621[/tex]

0.6621 = 66.21% probability the sample will contain less than 8 defective drives.

d. What is the expected number of defective drives in the sample?

The expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

In this question:

[tex]E(X) = 55(0.12) = 6.6[/tex]

The expected number of defective drives in the sample is 6.6

when 18 is subtracted from six times a certain number the result is 96 what is the number​

Answers

6x19=114
114-18= 96

So your answer is 19

Let the number be x

ATQ

[tex]\\ \sf\twoheadrightarrow 6x-18=96[/tex]

[tex]\\ \sf\twoheadrightarrow 6x=96+18[/tex]

[tex]\\ \sf\twoheadrightarrow 6x=112[/tex]

[tex]\\ \sf\twoheadrightarrow x=\dfrac{112}{6}[/tex]

[tex]\\ \sf\twoheadrightarrow x=7[/tex]

NEED HELP ASAPPPPP !!!

Answers

Answer:

2160

Step-by-step explanation:

because c is 15 and d is 12 therefore d² is 144 and 144x15 is 2160

Answer:

2160

Step-by-step explanation:

Substitute

[tex](15)(12) {}^{2} [/tex]

[tex]15 \times 144 = 2160[/tex]

16)dry air is trapped in a narrow uniform glass tube by a mercury pellet of length 25cm .when the tube is placed vertical with the open end um long.what is the external pressure if the column of air becomes 40 cm in length when inverted ? . ( required answer = 74cm hg )

Answers

Step-by-step explanation:

Ru Tu yulyryosuyyyhlsgjpcbmb kvjvlcykxnlvdlbvhck

chgkbhlxyovk m.

chchhlzixhvkh

Find the missing side of the triangle

Answers

Answer:

x = 7[tex]\sqrt{2}[/tex]

Step-by-step explanation:

Pytago:

[tex]7^2 + 7^2 = x^2\\x = \sqrt{7^2 + 7^2} \\x = 7\sqrt{2}[/tex]

Step-by-step explanation:

In a right triangle, you can find the leg of the triangle by using the Pythagorean theorem.

[tex]a^2+b^2=c^2[/tex]

In this case, we have [tex]7^2+7^2=c^2[/tex], or

[tex]c^2=98[/tex]

[tex]\sqrt{98}[/tex]≅[tex]9.9[/tex]

Write a quadratic function f whose zeros are 4 and 1

Answers

9514 1404 393

Answer:

  f(x) = (x -4)(x -1)

Step-by-step explanation:

If 'a' is a zero of the function, then (x -a) is a factor. The two zeros mean the factored form of the quadratic is ...

  f(x) = (x -4)(x -1)

__

The expanded form will be ...

  f(x) = x² -5x +4


What is the value of x?
2
3
6
7

Answers

Answer:

i think 3

Step-by-step explanation:

Answer: [A] 2

Step-by-step explanation:

100% on edge 2023

A height of 2.5 cm represents 100 goats. What should be the height for 170 goats?​

Answers

Answer: 4.25

Step-by-step explanation:

2.5/100 = 0.025

0.025 × 170 = 4.25

but the question there is any goats in 2.5 cm ??

that is impossible

DVD Video Rentals (Refer to Example 3.) The func-
tion V computes the percent share of disc DVD rentals
accounted for by various companies. This function is
defined by V(R) = 37, V(N) = 30, and V(S) = 17,
where R is Redbox, N is Netflix, and S is rental stores.
(Source: Business Insider.)
(a) Write V as a set of ordered pairs.
(b) Give the domain and range of V.
T

Answers

Answer:

[tex](a)\ V = \{(N,30),(R,37),(S,17)\}[/tex]

[tex](b)[/tex]

[tex]Domain = \{N,R,S\}[/tex]

[tex]Range = \{37,30,17\}[/tex]

Step-by-step explanation:

Given

[tex]V(R) = 37,\ V(N) = 30,\ V(S) = 17[/tex]

Solving (a): Set of ordered pair

A function y = f(x) is represented as (x,y)

So, the ordered pair of V is:

[tex]V = \{(R,37),(N,30),(S,17)\}[/tex]

Order the alphabets in increasing order

[tex]V = \{(N,30),(R,37),(S,17)\}[/tex]

Solving (b): The domain and the range

In a function [tex]\{(x_1,y_1),...,(x_n,y_n)\}[/tex]

The domain and the range are represented as:

[tex]Domain = \{x_1,x_2....x_n\}[/tex]

[tex]Range = \{y_1,y_2....y_n\}[/tex]

So, we have:

[tex]Domain = \{N,R,S\}[/tex]

[tex]Range = \{37,30,17\}[/tex]

I'm stuck. Can anyone help please?

Answers

log₉(x - 7) + log₉(x - 7) = 1

2 log₉(x - 7) = 1

log₉(x - 7) = 1/2

Take the base-9 antilogarithm of both sides; in other words, make both sides powers of 9:

[tex]9^{\log_9(x-7)} = 9^{1/2}[/tex]

[tex]9^{1/2}[/tex] can also be written as √9 = 3, and [tex]b^{\log_b(a)}=a[/tex], so the equation reduces to

x - 7 = 3

Solve for x :

x = 10

The total amount of spending per​ year, in​ billions, on pets in a certain country x years after 2000 is given by the following function. ​P(x)=2.1786+25.2 ​a) Determine the total amount of spending per year on pets in 2007 and in 2012. ​b) Find and explain what it represents.

Answers

Answer:

40.4502 billion dollars

51.3432 billion dollars

Step-by-step explanation:

Given :

Total amount spent in billions in pets x years after year, 2000 ;

P(x)=2.1786x + 25.2

Amount spent in 2007 ;

x = 2007 - 2000 = 7 years

Put x = 7 in the equation :

P(7)=2.1786(7) + 25.2 = 40.4502

Amount spent in 2012 :

x = 2012 - 2000 = 12 years

Put x = 12 in the equation :

P(12) = 2.1786(12) + 25.2 = 51.3432

The amount spent in billik dollars on pets in :

2007 = $404502 billion

2012 = $51.3432 billion

Determine which type of error is most likely to arise from the following situations. a 1. the time in which individuals are contacted to take a survey occurs during work hours f 2. the last part of a newspaper article asks readers to mail or email the newspaper their opinion about universal health coverage 3. subjects are asked to recall how often they snacked between meals in the past 30 days 4. a survey to assess teachers' opinions about Common Core uses a member list for the largest teachers' union as the sampling frame a. question wording b. undercoverage c. processing error d. bad sampling method e. response error f. nonresponse g. random sampling error

Answers

Answer:

Determination of type of error arising from the situations

Situation       Type of Error

1.                    Nonresponse

2.                   Bad sampling method

3.                   Question wording

4.                   Undercoverage

Step-by-step explanation:

Types of errors:

a. question wording means that the manner a question is worded elicits some particular responses, which may not accurately reflect reality.

b. undercoverage occurs when some elements of the target population is not represented on the survey frame.

c. processing error arises from data processing

d. bad sampling method is caused by the voluntariness of those who choose to respond.

e. response error is caused by a questionnaire that requires framing improvements, misinterpretation of questions by interviewers or respondents, and errors in respondents' statements.

f. nonresponse error arises as a result of incomplete information or partial response.

g. random sampling error arises from the limited sample size when compared with the population size.

write as a polynomial (-2x^2+x+1)-(x^2-x+7)-(4x^2+2x+8)

Answers

Answer:

The answer would be -7x^2 - 14!

Step-by-step explanation:

We can remove the parentheses by distributing the subtraction sign! -2x^2 + x + 1 - x^2 + x - 7 - 4x^2 - 2x - 8. Simplifying this gives us -7x^2 - 14. Hope this helped! :)

if the Arithmetic means of the 17 numbers is 14. when the two numbers are eliminated the mean becomes 13 if the differences of the two eliminated numbers is 7. find the numbers.
Answer=30,20 but show me in process.​

Answers

Answer:

The numbers are 18 and 25

Step-by-step explanation:

Given

[tex]\bar x_1 = 14[/tex]     [tex]n_1 = 17[/tex]

[tex]\bar x_2 = 13[/tex]     [tex]n_2 = 15[/tex]

[tex]a - b = 7[/tex] --- the difference of the 2 numbers

Required

Find a and b

We have:

[tex]\bar x = \frac{\sum x}{n}[/tex] -- mean formula

So, we have:

[tex]\bar x_1 = \frac{\sum x_1}{n_1}[/tex]

[tex]14 = \frac{\sum x_1}{17}[/tex]

Cross multiply

[tex]\sum x_1 = 14 * 17[/tex]

[tex]\sum x_1 = 238[/tex]

When the two numbers are removed, we have:

[tex]\bar x_2 = \frac{\sum x_2}{n_2}[/tex]

[tex]13 = \frac{\sum x_2}{15}[/tex]

Cross multiply

[tex]\sum x_2 = 13 * 15[/tex]

[tex]\sum x_2 = 195[/tex]

The two numbers that were removed are:

[tex]a + b = \sum x_1 - \sum x_2[/tex]

[tex]a + b = 238 - 195[/tex]

[tex]a + b = 43[/tex]

Make a the subject

[tex]a= 43 - b[/tex]

We have:

[tex]a - b = 7[/tex]

Substitute [tex]a= 43 - b[/tex]

[tex]43 - b - b = 7[/tex]

[tex]43 - 2b = 7[/tex]

Collect like terms

[tex]2b = 43 - 7[/tex]

[tex]2b = 36[/tex]

Divide by 2

[tex]b = 18[/tex]

Substitute [tex]b = 18[/tex] in [tex]a= 43 - b[/tex]

[tex]a = 43 - 18[/tex]

[tex]a = 25[/tex]

In the figure, m is parallel to n and m <4 = 125 degrees. Find the measures of the other angles.

Answers

Answer:

m<1 = 55°

m<2 = 125°

m<3 = 55°

m<5 = 55°

m<6 = 125°

m<7 = 55°

m<8 = 125°

Step-by-step explanation:

m<4 = 125° (given)

✔️m<8 = m<4 (alternate exterior angles are congruent)

m<8 = 125° (substitution)

✔️m<1 = 180° - m<8 (supplementary angles/linear pair)

m<1 = 180° - 125° (substitution)

m<1 = 55°

✔️m<2 = m<8 (vertical angles are congruent)

m<2 = 125° (substitution)

✔️m<7 = m<1 (vertical angles are congruent)

m<7 = 55° (Substitution)

✔️m<3 = m<7 (alternate interior angles are congruent)

m<3 = 55° (substitution)

✔️m<5 = m<3 (vertical angles are congruent)

m<5 = 55°

✔️m<6 = m<4 (vertical angles)

m<6 = 125°

perimeter of a circle 8 centimeter wide

Answers

C=2•3.14•4 is the formula which equals 25.13

Answer:

25.13 cm

Step-by-step explanation:

Perimeter ( circumference ) of a circle = 2πr

Given,

The circle is 8 cm wide

which means,

The diameter (d) of the circle is 8 cm.

Radius (r) of the circle = d/2

= 8/2

= 4

Radius = 4 cm

Putting the value in the formula;

2πr

= 2 (22/7) (4)

= 25.13 cm (approx)

The profits for video game companies depend on what game platform the game runs on, which can either be a portible system with a built in screen, or a standard system that you have to hook up to a television. The profit off of a portible game system is $72, while the profit from a standard game system is $90. The store manager has to make at least $360 per day in order to keep the store open. Which graph represents this inequality? Write the inequality that represents the number of games that must be sold everyday to meet or beat the sales goal.

Answers

Step-by-step explanation:

What is the lengh of the line

Answers

Answer:

√45 or 3√5

Step-by-step explanation:

Mr. Lamb has three children: two girls and one boy. After each meal, one child is chosen at random to wash dishes. Determine the probability that one boy and one girl will wash dishes after lunch and dinner on Saturday.You roll a die twice and add up the dots to get a score. What is the probability that your score is a multiple of 5?

Answers

Answer:

1/2 in fractions if you nees it in decimal just transfer

Algebra two divide plz help​

Answers

Answer:

-  x³ - 2x² + 3 - 1 / x

Step-by-step explanation:

(4x³ - 8x² + 12x - 4) / (-4x)

-  x³ - 2x² + 3 - 1 / x

Can the three values represent the sides of a triangle?
7, 8, √113


Is this a triangle?

If so, what type?

Pythagorean Triple? (yes/no)

Answers

no the square root of 113 is rounded to 56x2

find an odd natural numbers x such that LCM (x, 40) = 1400​

Answers

Answer:

175

Step-by-step explanation:

so, the LCM is the combination of the longest chains of the prime factors in every number.

40 : 2, 2, 2, 5

1400 / 40 = 35

35 : 5, 7

but LCM(35, 40) = 2×2×2×5×7 = 280

and not 1400.

what is missing ?

1400 / 280 = 5

aha, another prime factor 5 is missing to get 1400.

x : 5, 5, 7

so, x = 5×5×7 = 175

LCM(175, 40) = 2×2×2×5×5×7 = 1400

Find the surface area of the following triangular prisms

Answers

Just press this into your calculator

(SAT PREP) Find the value of x in each of the following excersises

Answers

Answer:

The answer is 155.

Step-by-step explanation:

We can find the remaining parts of the triangle angles.

A population is currently

Answers

Answer:

Step-by-step explanation:

The current world population is 7.9 billion as of July 2021 according to the most recent United Nations estimates elaborated by Worldometer. The term "World Population" refers to the human population (the total number of humans currently living) of the world.

Mr. Allway’s math class surveyed all the seventh-grade students to find out their favorite sport. The following circle graph shows a breakdown of the survey findings.

Find the number of degrees represented by Basketball.

108°
101°
11°
140°

Answers

Answer:

101 is the answer of the question

Answer:

101 degrees

Step-by-step explanation:

First you add all the percentages

39 + 28 + 30 + 3 = 100%

To find the number of degrees of basketball you multiply 28% by 360 because it’s a circle.

28/100 * 360 = 10,080/100 = 100.8 ~ 101

Other Questions
Samantha bought m candies at the store. There are n candies in a pound, and each pound costs c dollars. Write an expression for how much Samantha paid. Annotate this ( Find rhetorical devices, motifs, and symbolism the themes just by looking at itScene: Morning-room in ALGERNON'S flat in Half Moon StreetThe room is luxuriously and artistically furnished. Thesound of a piano is heard in the adjoining room. LANE isarranging afternoon tea on the table, and after the music hasceased, ALGERNON enters.ALGERNON. Did you hear what I was playing, Lane?LANE. I didn't think it polite to listen, sir.ALGERNON. I'm sorry for that, for your sake. I don'tplay accurately any one can play accurately but Iplay with a wonderful expression. As far as the piano isconcerned, sentiment is my forte. I keep science forLife.LANE. Yes, sir.ALGERNON. And, speaking of the science of Life, haveyou got the cucumber sandwiches cut for Lady Brack-nell?LANE. Yes, sir. (Hands them on a salver.)ALGERNON. (Inspects them, takes two, and sits down on thesofa.) Oh! ... by the way, Lane, I see from your book (x)=4log(x+2) Which interval has the smallest average rate of change in the given function? 1x3 5x7 3x5 1x1 some1 help please :) dont answer if u are not 100% sure thank you 2. When I (arrive). . . . . . . . . . . . . . . . . . . . . . . . back at the carpark,my car wasnt there.oh,what you(do). . . . . . . . . . . . . . . . . . . ? I( report). . . . . . . . . . . . . . . . . . . . it to the police.3. We (not see). . . . . . . . . . . . . . . . . . . . . . Nga since Monday.4. Lan (be). . . . . . . . . . . . . . . . . . . . . in the USA for 2 years.5. I (go) . . . . . . . . . . . . . . . . . to bed at 11 oclock lastnight.6. They (move). . . . . . . . . . . . . . . . . . . . . . . to London in 2003.7. They (live). . . . . . . . . . . . . . . . . . in HCM city since January.8. Thats a very old bike. He (have). . . . . . . . . . . . . . . . . . . . . . it for a long time.9. I (buy). . . . . . . . . . . . . . . . . . . the motobike 5 years ago. Find the missing side. Round it to the nearest tenth Describe the purpose of shell scripts. Provide one example to reflect the use of variables, constructs, or functions. Flesch Corporation produces and sells two products. In the most recent month, Product C90B had sales of $23,490 and variable expenses of $7,047. Product Y45E had sales of $34,800 and variable expenses of $13,920. The fixed expenses of the entire company were $15,200. If the sales mix were to shift toward Product C90B with total dollar sales remaining constant, the overall break-even point for the entire company:____________ How were slaves treated in America The MN blood group in humans is under the control of a pair of co-dominant alleles, M (we will call the frequency of M, p) and N (we will call the frequency of N, q). In a group of 556 individuals, the following numbers of individuals are found for each of the genotypes:167 MM280 MN109 NNa) What is the frequency of each allele? p= q=b) What is the value of the Chi-square statistic test to find if in this particular case the genotypic frequencies conform to the Hardy-Weinberg distribution.Chi square value =c) What is the probability associated with you chi square statistic calculated above? Please complete the blanks below with the corresponding symbol, < OR > than the critical value, your conclusion with respect to the null hypothesis of Hardy Weinberg equilibrium, Retain or Reject.P value __ than 0.05Conclusion ___ the null hypothesis of HW equilibrium Discuss the various roles or functions of parliament in India. Do you agree with the statement you are what you do " . Why? (x2 + 3x + 1) + (2x2 + 2x)HINT please give me full answer Need help ASAP with this question please Giving brainliest! View image! A 2000 kg truck has put its front bumper against the rear bumper of a 2500 kg SUV to give it a push. With the engine at full power and good tires on good pavement, the maximum forward force on the truck is 18,000 N.What is the maximum possible acceleration the truck can give the SUV?At this acceleration, what is the force of the SUV's bumper on the truck's bumper? Companies are starting to use 360-degree surveys to evaluate the performance of their employees. This approach uses annonymous feedback from a variety of people who work closely with the employee. People who fill out the survey could be coworkers, supervisors, subordinates, or even customers. It is different from a traditional performance review, which relies only on feedback from an employee's supervisor. Many prefer the 360-degree approach because it provides a more well-rounded perspective on how the employee performs in their job role. Supervisers can be biased because they do not interact with the employee in the same way that a customer or co-worker might. However, the 360-degree survey approach still relies only on subjective feedback, which does not always give a fair representation of the employee's work? hy tr li bc kinh u Story uses past simple and progressive past