HELP PLEASE ASAP
50 points

HELP PLEASE ASAP50 Points

Answers

Answer 1

1.The probability of a driver having a conversation while driving only is 1/2

2. the probability that the student choose will have a dog but not a cat is 3/8

What is probability?

A probability is a number that reflects the chance or likelihood that a particular event will occur. Probabilities can be expressed as proportions that range from 0 to 1, and they can also be expressed as percentages ranging from 0% to 100%.

Probability = sample space / total outcome

1. Probability of looking at and making conversation = probability of looking at phone × making conversation

= 3/10 = 6/10 × x

x = 3/10 ÷ 6/10

x = 3/10 × 10/6

x = 3/6 = 1/2

therefore the probability of making conversation while driving is 1/2

2. The total number of students = (18-6)+ (16-6)+6 + 4 = 12+10+6+4 = 32

The number of students that have dog alone = 18-6 = 12

therefore the probability of choosing a student with a dog but not a cat = 12/32

= 3/8

learn more about probability from

https://brainly.com/question/24756209

#SPJ1


Related Questions

Lori mixes 1/4 cup of cocoa powder with 3 3/4 cups of silk to make hot cocoa.What is the ratio of cocoa powder to one cup of milk

Answers

Answer:

Step-by-step explanation:

The ratio of cocoa powder to one cup of milk is 1/4 cup of cocoa powder to 3 3/4 cups of milk or 1/4 : 3 3/4 or 1 : 15.

Please help, I am trying to get this question answered.

Answers

Answer: yes the triangles are similar

Step-by-step explanation: a congruent comparison would have the exact same size and shape, similar triangles have the same shape but can be smaller or larger than the original

The cost p of making n articles is given by p=x+yn where x and y are constants. The cost of making 7 articles is 29 and the cost of making 5 articles is 21.solve the equations to find the values of x and y​

Answers

Answer: The values of x and y are x = 16 and y = 4

Step-by-step explanation:

We can use the information given to set up two equations, as follows:

p = x + 7y = 29 (the cost of making 7 articles)

p = x + 5y = 21 (the cost of making 5 articles)

We can then solve for x and y using either substitution or elimination method.

Substitution method:

Solving the first equation for x:

x = 29 - 7y

Then substitute this value of x into the second equation:

29 - 7y = 21 + 5y

Solving for y:

y = 4

Now we can substitute this value of y back into the first equation:

x = 29 - 7(4) = 5

So the values of x and y are x = 5 and y = 4

elimination method:

Subtracting the second equation from the first:

x = 8 + 2y

Now we can substitute this equation into the first equation:

29 = 8 + 2y + 7y

Solving for y:

y = 4

Now substitute this value of y back into the first equation:

x = 8 + 2(4) = 16

So the values of x and y are x = 16 and y = 4.

Note that both methods give the same solution, but the values of x are different because the two equations are not independent and therefore not the same.

A football field is 109 1/10 meters long the same field is 48 1/2 meters wide what is the diffrence between the width and length.

Answers

The width of the field is 48 1/2 meters and the length of the field is 109 1/10 meters. To find the difference between the width and length we can subtract the width from the length:

109 1/10 meters - 48 1/2 meters = 60 5/10 meters

So the difference between the width and length of the field is 60 5/10 meters

The graph of f passes through (- 8, 8) and is perpendicular to the line that has an x- intercept of 1 and a y-intercept of - 2

Answers

Equation of graph of f is : y = (-1/2)x + 4

What is line?

A line is a one-dimensional figure, which has length but no width. A line is made of a set of points which is extended in opposite directions infinitely.

Given,

The graph of f passes through (- 8, 8)

Line that has

x- intercept a = 1

y-intercept b =  - 2.

Intercept equation of the line

x/a + y/b = 1

x/1 + y/-2 = 1

x - y/2 = 1

-y/2 = 1-x

y = 2x - 2

Comparing it with slope intercept equation of the line y = mx + c

slope m = 2

Product of slopes of two perpendicular lines = -1

If m' is the slope of its perpendicular

then m.m' = -1

        2.m' = -1

         m' = -1/2

Equation of the line

y - y₁ = m'(x - x₁)

Graph of f passes through (-8, 8) and is perpendicular to line y = 2x - 2

y -8 = (-1/2)(x - -8)

y - 8 = (-1/2)(x+8)

y - 8 = (-1/2)x - 4

y = (-1/2)x + 4

Hence, y = (-1/2)x + 4 is the equation graph of f.

Learn more about line here:

https://brainly.com/question/2696693

#SPJ1

Let #C(l) denote the number of binary strings with length l that have no consecutive oc- currences of a 1. For example #C(3) 5; we can list all binary strings of length 3 and determine by inspection that only the strings 000, 001, 010, 100, and 101 have no consecutive occurrences of a 1. (a) Compute #C(5). .. Solution: (b) Describe why a brute-force approach used to compute #C(5) above is problematic. Solution: (c) Show that #C(C) = #C(l – 1) + #C(l – 2) for l>

Answers

(a) The value of #C(5) = 13.

(b) In the brute-force method, all binary strings of length n are listed and those that contain consecutive 1s are rejected. So a brute-force approach used to compute #C(5).

(c) Using the Theorem of Induction, we proved that #C(C) = #C(l – 1) + #C(l – 2) for l ≥ 2.

Let #C(l) denote the number of binary strings with length l that have no consecutive occurrences of a 1.

For example #C(3) 5; we can list all binary strings of length 3 and determine by inspection that only the strings 000, 001, 010, 100, and 101 have no consecutive occurrences of a 1.

(a) We have to compute #C(5).

All binary strings with length five include:

00000, 00001, 00010, 00100, 00101, 01000, 01001, 01010, 10000, 10001, 10010, 10100, 10101

Strings that don't have successive 1s in them.

So #C(5) = Total number of binary strings with length five

#C(5) = 13

(b) We have to describe why a brute-force approach used to compute #C(5).

In the brute-force method, all binary strings of length n are listed and those that contain consecutive 1s are rejected. The complexity is at least exponential, thus even for modest values of n (like 40 or 50), it will take a long time to process the number of binary strings of length n = 2n.

(c) We have to show that #C(C) = #C(l – 1) + #C(l – 2) for l ≥ 2 and derive a recursive algorithm to compute #C(C).

No empty string contains two consecutive ones.

So #C(0) = 1,

#C(1) = 2 ( 0 and 1)

Base Case : For l = 2,

#C(2) = |{00, 10, 11}|

#C(2) = 3

#C(2) = #C(1) + #C(0)

Consequently, the recurrence is true, for l = 2.

Number of strings with the character 0 = 2 = #C (1)

Theorem of Induction

Assume that the recurrence holds for every l < k and the quantity of strings with 0 = #C(l-1)

Induction Step :

For l = k+1,

#C(k+1): Only those strings of length k that do not include consecutive 1s will be the first string in such strings. These strings will never result in consecutive 1s when a 0 is added.

Thus, the number of strings that end in 0 = #C(k)

Only strings of length k that finish in 0 can be added to.

The number of such strings, by induction = #C(k-1)

Hence, #C(k+1) = #C(k) + #C(k-1)

Recursive Algorithm:

NoCon1(n)

{

1. if n < 0 : return 0

2. if n == 0 : return 1

3. if n==1 : return 2

4. return NoCon1(n-1) + NoCon1(n-2);

}

To learn more about brute-force method link is here

brainly.com/question/28147811

#SPJ4

Classify each polynomial by its degree and number of terms.


Answers

One term is referred to as a polynomial function (where n = 1), a 2 polynomials (when n = 2), and a 3 polynomials (when n = 3) depending on the value. Example: The polynomial is categorized according to the quantity of terms as: Monomial: One phrase, three times.

How are the polynomials categorized in terms of degree and term count?

There are three different forms of polynomials, depending on how many terms they contain. Monomial, binomial, and trinomial are the three. A polynomial can be divided into zero polynomial, straight polynomial, cubic polynomial, and cubic polynomial depending on its degree.

How can you tell what degree a phrase is?

The degrees of a component in the polynomials equation is given as a+b if a and b are the proponents of the many variables in a term. For instance, the polynomial contains the equation x2y5, whose degree is 2+5 and hence equals 7.

To know more about Polynomial visit:

brainly.com/question/20121808

#SPJ1

Classify each polynomial by its degree and number of terms.

Convert 8.7 x 10^2 ml to liters

Answers

Answer:

1 liter = 1000 mL

8.7 x 10^2 mL = 870 mL

870 mL / 1000 mL = 0.87 liter

hope this helps!!

In a sample of size 100 how many observations are below the median? How many are between the median and Q1 (first quartile)? How many are in the IQR? The numbers are listed in the order in which the questions are asked.
Group of answer choices
50, 50, 100
50, 25, 50
50, 75, 25
25, 50, 75

Answers

In a sample of size 100, the median splits the data into two equal parts of 50 observations each. So, 50 observations are below the median and 50 observations are above the median.

The first quartile (Q1) separates the lowest 25% of the data from the rest, so 50 observations are between the median and Q1.

The interquartile range (IQR) is defined as the difference between the third quartile (Q3) and Q1, and represents the range of the middle 50% of the data. Since the IQR contains both Q1 and the median, it encompasses all observations between Q1 and the median,

or a total of 75 observations.

therefore the answer is 25,50,75

To know more about Median

https://brainly.com/question/14532771

#SPJ4

Click an item in the list or group of pictures at the bottom of the problem and, holding the button down, drag it into the
correct position in the answer box. Release your mouse button when the item is place. If you change your mind, drag
the item to the trashcan. Click the trashcan to clear all your answers.
Place theindicated product in the proper location on the grid.
(2a²b) 4

Answers

The simplified exponential notation of the given expression is 9a²b

What is an exponential expression?

An expression in the form of a²  is called exponential expression.

The simplified exponential notation of the given expression is 18 * a³ b² / 2ab

The given expression is: 18a³b² / 2ab

We can write the above expression as:

(18/2 ) (a³ / a ) (b² / b )

We know that

aˣ / aⁿ= aˣ⁻ⁿ

a³ / a = a³⁻¹ = a²

b² / b = b²⁻¹= b

So,  ( 18/2) ( a³/a) (b²/ b) = 9 a²b

Hence, The simplified exponential notation of the given expression is 9a²b

To learn more about polynomials from given link.

brainly.com/question/2833285

#SPJ1

The increasing annual cost (including tuition, room, board, books and fees) to attend college ) to attend college has been widely
discussed in many publications including Money magazine. The following random samples show the annual cost of attending private
and public colleges. Data are in thousands of dollars. Click on the datafile logo to reference the data. Round degrees of freedom to
the preceding whole number.
Private Colleges
52.8
43.2
45.0
33.3
44.0
30.6
45.8
37.8
50.5
42.0
Public Colleges
20.3
22.0
28.2
15.6
24.1
28.5
22.8
25.8
18.5
25.6
14.4
21.8
Develop a 95% confidence interval of the mean annual cost of attending private and public colleges.

Answers

Answer:

ask ur teacher

Step-by-step explanation:

find(-3) if f(x)=6x-8

Answers

Given:-

[tex] \: [/tex]

[tex] \rm \: f(x) = 6x - 8 \: ... eqⁿ[/tex]

[tex] \: [/tex]

To find:-

[tex] \: [/tex]

[tex] \rm \: {f ( -3 ) = ?}[/tex]

[tex] \: [/tex]

Solution:-

[tex] \: [/tex]

[tex] \rm \: f(x) = 6x - 8[/tex]

[tex] \: [/tex]

now , put the value of x= -3 in given eqⁿ ∼

[tex] \: [/tex]

[tex] \rm \: f( - 3) = 6( - 3) - 8[/tex]

[tex] \: [/tex]

[tex]\rm \: f( - 3) = - 18 - 8 [/tex]

[tex] \: [/tex]

[tex] \underline{ \boxed{\rm \orange{f( - 3) = -26}}}[/tex]

[tex] \: [/tex]

hope it helps! :)

Find 16/21 divided by 4/3 show your reasoning

Answers

Answer: 4/7

Step-by-step explanation:

(16/21)/(4/3) = (16/21)*(3/4) = (16*3)/(21*4) = 48/84 = 4/7

Please help me with this question.

Answers

Answer:

The student's GPA is 3.06

This student did not make the dean's list because their GPA is less than 3.20

(I can't see the drop down choices - I am using my own words)

Step-by-step explanation:

The process of computing the overall GPA based on letter grades with quality points and the number of credit hours for each course is as follows:

Multiply the point value of the letter grade by the number of credit hours. The result is the quality points earned.Total the credit hours for the term.Total the quality points for the term.Divide the total quality points by the total credit hours.The result is the G.P.A. for the term.

We have the following data

Course         Letter          Quality     Credit       Points x Credit Hours
                     Grade         Points      Hours    
-----------------------------------------------------------------------------------------------  
1                        A                4               5                      4 x 5 = 20

2                       C                2               3                      2 x 3 =   6  

3                        B               3                5                      3 x 5 = 15

4                        A               4                3                       4 x 3 = 12

5                        D               1                 2                       1 x 2 =  2
------------------------------------------------------------------------------------------------
Totals                                                    18                                 55

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

Overall GPA = 55/18 =  3.06

Since the minimum GPA to make the dean's list is 3.20 and 3.06 is less than 3.20, the student did not make the dean's list

six more than the quotient of a number and 8 is equal to 4

Answers

The required solution of the equation is -16.

What is equation?

An equation is a mathematical statement that is made up of two expressions connected by an equal sign. Equation, statement of equality between two expressions consisting of variables and/or numbers.

Given :six more than the quotient of a number and 8 is equal to 4

To solve this, we can convert the statement into an algebraic equation, Express it in an equation:

6+(x/8) = 4

subtracted 6 from both sides,

x/8 = -2

multiplied both sides by 8,

x = -16

Therefore, the required solution of the equation is -16.

Learn more about equation here:

brainly.com/question/16659186

#SPJ1

is defined as research that collects information using any kind of numeric and measurable scale and often has limited response options

Answers

Quantitative research is a form of qualitative research that focuses on gathering and evaluating data that can be measured and quantified. This study style use numerical data and statistical approaches to uncover patterns, correlations, and trends in data.

Data is frequently collected through surveys, questionnaires, or standardised tests, and the findings are generally evaluated using statistical software. Response options in quantitative research are frequently constrained and organised, with participants picking from a pre-determined range of answers.

The goal of quantitative research is to produce data that is trustworthy, valid, and generalizable to a broader population. Based on the data acquired, this form of study is frequently used to test hypotheses.

To learn more about Quantitative research:

https://brainly.com/question/29787432

#SPJ4

How many solutions does the following system of equations have?

Answers

There are zero number of solutions the system of equations have.

What is a linear system of equations?

A system of linear equations consists of two or more equations made up of two or more variables such that all equations in the system are considered simultaneously. The solution to a system of linear equations in two variables is any ordered pair that satisfies each equation independently.

The given system of equations are y=5/2x+2 ------(I) and 2y=5x+8 ------(II)

Substitute equation (I) in (II), we get

2(5/2x+2)=5x+8

5x+4=5x+8

5x-5x=8-4

Therefore, there are zero number of solutions the system of equations have.

To learn more about the linear system of an equations visit:

https://brainly.com/question/27664510.

#SPJ1

"Your question is incomplete, probably the complete question/missing part is:"

How many solutions does the following system of equations have? y=5/2x+2 and 2y=5x+8

I need the answer quick plse help fast!

Answers

An equation for how much Ann's gym charges for x visits in a one month is y = 20x + 5.

An equation for how much Blake's gym charges for x visits in a one month is y = 20x + 5.

A solution to this system of equations is the ordered pair (0.2, 9).

How to write the required equations?

In order to write an equation that model this situation, we would assign variables to the cost charged by Ann's gym and the cost charged by Blake's gym respectively, and then translate the word problem into algebraic equation as follows:

Let the variable x represent the number of visit in a month.Let the variable y represent the cost charged by Blake's gym.

For the cost charged by Ann's gym, we have the following equation:

y = 20x + 5.

For the cost charged by Blake's gym, we have the following equation:

y = 30x + 3.

In this exercise, we would use an online graphing calculator to plot the given system of equations in order to determine the solution as shown in the image attached below.

Read more on equation here: brainly.com/question/18912929

#SPJ1

When the project is considered complete? a- BAC is equal to the PV.
b- The EV is equal to the AC.
c- The PV is equal to the AC.
d- The BAC is equal to the EV.

Answers

The project is considered to be complete when the EV is equal to the AC. So option b is correct.

When a project is considered complete, it means that the total amount of work that was planned to be done (referred to as the Budget at Completion or BAC) has actually been completed and the amount spent on completing the work so far EV is equal to the BAC.

In project management, Earned Value (EV) and Actual Cost (AC) are two key measurements used to quantify the exhibition of a project.

Earned Value (EV) addresses the arranged value of the work that has been finished. It is calculated by multiplying the arranged completion rate by the Budget at Completion (BAC).

Actual Cost (AC) addresses the actual measure of cash spent on the project in a limited way of time. It is the amount of the multitude of costs caused for the finished work and the work underway.

At the point when the Earned Value (EV) is equivalent to the Actual Cost (AC), it implies that all the arranged work has been finished and all the budget has been spent.

This is a decent indication that the project is on target and is probably going to be finished within the arranged budget.

Thus, when the Earned Value (EV) is equivalent to the Actual Cost (AC), the project is thought of as complete.

To learn more about project management:

https://brainly.com/question/16927451

#SPJ4

=
Choose the correct description of the set {4,8,12,16,...}.
A. {x|x is a multiple of a natural number and -4}
B. {x|x is an odd integer}
C. {x|xEN and x is a multiple of 4 greater than 0}

Answers

The correct description of the set {4,8,12,16,...} is {x|xEN and x is a multiple of 4 greater than 0}.

What is a set?

The way a person always represents a set is as a collection of items or elements with definite boundaries. A set is indicated by a capital letter. The number of items in a finite set is known as the cardinal number of the set.

We are given a set {4,8,12,16,...}

In the given set, we can see that they are all multiples of 4 but not -4.

Also, 4 is not an odd integer.

Therefore, it is a multiple of 4 greater than 0.

Hence, the correct description of the set {4,8,12,16,...} is {x|xEN and x is a multiple of 4 greater than 0}.

Learn more about set from the given link

https://brainly.com/question/13458417

#SPJ1

The equation 1 – 4∕3x = 1∕2(–x + 7) has what type of solution set?
Question 14 options:

A)

One solution

B)

Infinitely many solutions

C)

Two solutions

D)

No solutions

Answers

The linear equation:

1 - (4/3)x = (1/2)*(-x + 7)

Has one solution.

Which type of solution set the equation has?

So here we have a linear equation:

1 - (4/3)x = (1/2)*(-x + 7)

To solve it, let's isolate the variable x.

1 - (4/3)*x = -(1/2)*x + (1/2)*7

-(4/3)*x + (1/2)*x = 3.5 - 1

-(8/6)*x + (3/6)*x = 2.5

(-5/6)*x = 2.5

x = (-6/5)*2.5

x = 3

So the linear equation has a single solution, thus, the correct option is A.

Learn more about linear equations at:

https://brainly.com/question/1884491

#SPJ1

g what is the marginal distribution of y ? look up the formula of var(y ) from the book and verify that your answer to part (6) is correct.

Answers

There is also a marginal distribution of Y .The marginal p.m.f. is symbolized fY and is calculated by summing over all the possible values of X : fY(y)def=P(Y=y)=∑xf(x,y).

Now, According to the question:

Marginal Distribution:

If X and Y are discrete random variables and f (x,y) is the value of

their joint probability distribution at (x,y), the functions given by:

g(x) = Σy f (x,y) and h(y) = Σx f (x,y) are the marginal distributions of X and Y , respectively (Σ = summation notation).

A marginal distribution is a distribution of values for one variable that ignores a more extensive set of related variables in a dataset.

A marginal distribution is the percentages out of totals, and conditional distribution is the percentages out of some column. UPD: Marginal distribution is the probability distribution of the sums of rows or columns expressed as percentages out of grand total.

Learn more about Marginal Distribution at:

https://brainly.com/question/14310262

#SPJ4

Help pls ________________

Answers

Answer:

Step-by-step explanation:

a) ST

b) SR or RU or RT

c) VW

d) It's 4 units since RU = ST/

Which of the following is a solution on x^2-2x=-8

Answers

This equation has two solutions, but I only see one of the solutions: 1+ square root of 7i.

A company estimates that 0.9% of their products will fail after the original warranty period but within 2 years of the purchase, with a replacement cost of $450. If they offer a 2 year extended warranty for $27, what is the company's expected value of each warranty sold? $

Answers

Answer:

The expected value of each extended warranty sold by the company is $19.05. This is calculated by taking the 0.9% failure rate after the original warranty period (0.009) multiplied by the replacement cost of $450, which gives an expected cost of $4.05. Then, subtract the cost of the extended warranty ($27) to get an expected value of $19.05 per warranty sold.

Solve for x: −7 < x − 1 < 8

6 < x < 9
−6 > x > 9
6 > x > −9
−6 < x < 9

Answers

-6 < x < 9

To solve this inequality, you can add 1 to both sides of the inequality to get:

−7 + 1 < x − 1 + 1 < 8 + 1

-6 < x < 9

This inequality is a compound inequality, which is made up of two separate inequalities joined by the word "and".

A metallurgist has one alloy containing 35% titanium and another containing 69% titanium. How many pounds of each alloy must he use to make 53 pounds of a third alloy containing 40% titanium?

Answers

Answer:

Let x be the amount of alloy 1 used, and y be the amount of alloy 2 used.

We know that:

x + y = 53 (total weight of alloy 3 is 53 pounds)

0.35x + 0.69y = 0.40(53) (40% of the alloy 3 is titanium)

We can use the first equation to solve for one of the variables in terms of the other:

y = 53 - x

Substitute this expression into the second equation:

0.35x + 0.69(53-x) = 0.40(53)

0.35x + 36.97 - 0.69x = 21.2

-0.34x = -15.77

x = 46.44 pounds of alloy 1.

y = 53 - x = 6.56 pounds of alloy 2.

In a charity triathlon, Mark ran half the distance and swag a quarter of the distance. When he took a quick break to get a drink of Gatorade, he was just starting to bike the remaining 17 miles. What was the total distance of the race?

Answers

The total distance of the race was 68 miles

What is the unitary method?

The unitary method is a method for solving a problem by the first value of a single unit and then finding the value by multiplying the single value. Unitary method is a technique by which we find the value of a single unit from the value of multiple devices and the value of more than one unit from the value of a single unit. It is a method that we use for most of the calculations in math.

The total distance can be determined from the fractions.

Consider that d represent the total distance of the race.

The distance running is 1/2d. The distance swimming is 1/4d. The remaining distance is 17 miles.

Thus,

 Remaining = total distance - distance running - distance swimming

 17 mi = d -1/2d -1/4d = 1/4d

Use known fractions

68 mi = d

The total distance of the race is 68 miles.

This race has a 17-mile swimming segment, that would take a fast swimmer on the order of 8 hours, by itself.

Learn more about the unitary method, please visit the link given below;

https://brainly.com/question/23423168

#SPJ1

There are five consecutive odd integers. The sum of the three least integers is 3 more than the sum of the two greatest. Find the integers

Answers

Answer:

11, 13, 15, 17, 19

Step-by-step explanation:

The numbers: (x)+(x+2)+(x+4)+(x+6)+(x+8)

Given: (x)+(x+2)+(x+4) = 3+(x+6)+(x+8) => 3x + 6 = 2x + 17 => x = 11

The integers: 11, 13, 15, 17, 19

Answer:

7, 8, 9, 10 and 11

Step-by-step explanation:

Let:

a = smallest integer

Then the five consecutive integers in ascending order will be:

a, (a + 1), (a + 2), (a + 3), (a + 4)

According to the statement in the question:

a + (a + 1) + (a + 2) = (a + 3) + (a + 4) + 3

3a + 3 = 2a + 10

a = 7

Find the slope of the line

Answers

Answer:

m = 20

Step-by-step explanation:

Slope = rise/run or (y2 - y1) / (x2 - x1)

Let's pick 2 points (0,5) ( 1 , 25)

The y increase by 20, and the x increase by 1, so the slope is

m = 20

Answer:

The slope is 20.

Step-by-step explanation:

To find the slope of the line, we pick two points on the line and use the slope formula.

m = ( y2-y1)/(x2-x1)

The points I used were ( 0,5) and ( 1,25).

m = ( 25-5)/( 1-0)

   = 20/1

   = 20

The slope is 20.

Other Questions
write each amendment in your own words. It MUST include all vital information of the amendment. Please list each amendment in numerical order. a particular city with a population of 44,700 people has a total of 42 cell phone towers. how many people are assigned to a single cell phone tower? What would it look like, sound like, or feel like if your generation were to leave behind a country that is better than the one you are inheriting? This doesn't mean that you would actually leave your country. What specific actions can you take as part of Gormans call to action to make your country better for a future generation? recessive traits carried on the x chromosome affect the phenotypes of sons more often than those of daughters because: Program x has annual cost of $35,000 and in returns is expected to save the company $40,000 during the first year assuming the costs and savings are equally distributed across each month after how many months with the company recovery is investment and program x why mercury is used in shrinkage limit test 1 22. Review this partial credit report, and then choose the response below that accurately depicts the information on the report. * $7 WENNB/CLARK Date opened Type Credit limit or Recent balance 4590 E BROAD ST Apr 2002 Revolving original amount $0 as of Sep 2008 COLUMBUS OH 43213 First reported Terms $210 Recent payment No phone number available Jul 2003 Not reported High balance Partial account number Date of status Monthly $411 707654030021.... Mar 2007 payment Address identification number $6 0000375966 Payment history 2008 2007 2006 SEP AUG JUL JUN MAY APR MAR FEB JAN DEC NOV OCT SEP AUG JUL JUN MAY APR MAR FEB JAN DEC NOV OCT SEP AUG 2004 2003 MAR FEB JAN DEC NOV OCT SEP AUG JUL JUN MAY APR MAR FEB JAN DEC NOV OCT SEP AUG JUL The borrower paid a $30 fee in February 2007 This borrower was never late with any of their credit payments This borrower's most recent payment was $30 O This borrower was 30 days late on their February 2007 payment Among the attractive features of a Social Contract Theory of morality are all of the following except what?it helps explain why animal abuse is immoral how many solutions does -x+y=-5,3x+5y=15 have Can somebody help me to complete this Venn diagram two investments totaling $61,000 produce an annual income of $2375 . one investment yields 3% per year, while the other yields 4% per year. how much is invested at each rate? which disorder would the nurse suspect in the client who has blue nail beds? thrombocytopenia polycythemia vera iron-deficiency anemia cardiopulmonary disease what statement accurately reflects advertising during the industrial age? If you lease a new Toyota Corolla, the dealer is offering a 24 month deal where you pay 139 per month and a 2,599 down payment When researchers estimate average healthy life expectancy, ______ ranks first. value of service pricing is also called: group of answer choices charging a rate which includes a high profit charging all the traffic will bear charging a price which favors one mode over another charging a rate that has shown that shippers will use it to move their traffic What is the slope of the line passing through the points 12/7 and 16/7 linear inequalities in two variables how does image recognition affect mitosis? Im struggling, Can anyone help?There are more than 1/4 million species of beetle. Assume the average length of a beetle is 1 cm and the average walking speed is 10 cm per second. These beetles walk up a gang-plank that is 5 meters long onto an ark. They do this in pairs, side by side, one male and one female from each species. The pairs of beetles are spaced so there is a gap of 7 cm between species. How many hours will it take for all 1/4 million species of beetles to embark onto the ark once the first pair starts up the gangplank?