How do I solve this?

How Do I Solve This?

Answers

Answer 1

A=bh/2

A=2/3ft*3/5ft/2

A=2/3×5/5*3/5×3/3/2

A=10/15*9/15/2

A=90÷15/2

A=6ft^2

Answer 2

Answer:

The area of triangle is 1/5 feet².

Step-by-step explanation:

You have to use area of triangle formula, A = 1/2×height×base. Then substitute the following values into the formula :

\(area = \frac{1}{2} \times height \times base\)

Let height = 3/5,

Let base = 2/3,

\(area = \frac{1}{2} \times \frac{3}{5} \times \frac{2}{3} \)

\(area = \frac{1}{2} \times \frac{1}{5} \times \frac{2}{1} \)

\(area = \frac{1}{2} \times \frac{2}{5} \)

\(area = \frac{1}{5} {feet}^{2} \)


Related Questions

Choose Yes or No to tell whether each value of p is a solution for this inequality.
10p – 8 ≥ 12

Answers

P is greater than or equal to 2
10p-8>12
+8 +8
10p>12+8
10p>20
/10 /10
P> or equal to 2

Answer:

2 is what is it

Step-by-step explanation:

Select all expressions that are equivalent to -3.75+ 2(-4x +6.1) - 3.25x
A. 7x-2x +8.2
B.8.45-8x-3.25x
C.-1.75-7.25x=6.1
D.-11.25x +12.2 - 3.75

Answers

Answer: B and D.

Step-by-step explanation: We can simplify the expression -3.75+ 2(-4x +6.1) - 3.25x as follows:

-3.75+ 2(-4x +6.1) - 3.25x

= -3.75 - 8x + 12.2 - 3.25x (distributing the 2)

= -11.25x + 8.45 (combining like terms)

Now, let's check each expression to see if it is equivalent to -11.25x + 8.45:

A. 7x-2x +8.2

= 5x + 8.2

Not equivalent to -11.25x + 8.45

B. 8.45-8x-3.25x

= 8.45 - 11.25x

Equivalent to -11.25x + 8.45

C. -1.75-7.25x=6.1

This is not an expression, it is an equation. It is not equivalent to -11.25x + 8.45.

D. -11.25x +12.2 - 3.75

= -11.25x + 8.45

Equivalent to -11.25x + 8.45

Therefore, the expressions that are equivalent to -3.75+ 2(-4x +6.1) - 3.25x are B and D.

It is B and D for this question.

-3xy = what when x=11 and y =-4?

Answers

Answer:

132

Step-by-step explanation:

-3xy

x=11 and y = -4

= -3 *11*-4

-33 * -4

132

If x = 11 and y = -4

-3xy = -3 × 11 × -4

= -3 × -44

= 132

.... Hope this will help....

The magician' hoped to
the audience.
Which of these words would indicate that the
magician wanted to confuse the audience?
F amuse
€ mystify
H astonish
J distress

Answers

Answer:

c mystify

Step-by-step explanation:

mystify means

utterly bewilder or perplex (someone).

"maladies that have mystified and alarmed researchers for over a decade"

Please help this is due worth 22 points

Please help this is due worth 22 points

Answers

Answer:

1 is

for 1 disc is $16.50

for 2 disc is $33.00

for 3 disc is $49.50

and

2 is

for 1 book is $6.95

for 2 books is $13.90

for 3 books is $20.85

Step-by-step explanation:

brainliest pls

What is the answer to this problem:)

What is the answer to this problem:)

Answers

Answer: The answer is A. It is located at -25 and is to the right of point A on the number line.

Step-by-step explanation:

On a number line, the number ZERO is in the middle. The positive numbers increase to the right meanwhile the negative numbers increase to the left.

Given: There is a linear correlation coefficient very close to 0 between mothers who smoked during pregnancy and the incidence of influenza in their babies.
Identify the choice below that contains a conclusion with a common correlation error.
a. Conclusion: The frequency of mothers' smoking is not related in any way to the incidence of influenza in their babies.
b. Conclusion: An increase in the frequency of mothers' smoking is not linearly related to an increase in the incidence of influenza in their babies.
c. Conclusion: A decrease in the frequency of mothers' smoking is not linearly related to a decrease in the incidence of influenza in their babies.
d. Conclusion: There is not a linear relationship between the frequency of mothers' smoking and the incidence of influenza in their babies.

Answers

The correct answer is (a). The conclusion that the frequency of mothers' smoking is not related in any way to the incidence of influenza in their babies is a common correlation error.

How to avoid common correlation errors?

The correct answer is (a) Conclusion: The frequency of mothers' smoking is not related in any way to the incidence of influenza in their babies. This conclusion makes a common correlation error by assuming that there is no relationship between smoking during pregnancy and the incidence of influenza in babies, just because there is a very low linear correlation coefficient.

It is important to note that correlation does not imply causation, and a low correlation coefficient does not necessarily mean that there is no relationship between the two variables. Therefore, this conclusion is invalid and incorrect.

Learn more about Conclusion

brainly.com/question/78686

#SPJ11

Draw a FSA that recognizes binary strings that two or more Os anywhere in the string.

Answers

The FSA can be defined as follows:

Q: set of states {q0, q1, q2, q3}

∑: set of input symbols {0, 1}

q0: initial state

F: set of final states {q1, q2, q3}

δ: transition function

δ(q0, 0) = q0

δ(q0, 1) = q1

δ(q1, 0) = q2

δ(q1, 1) = q1

δ(q2, 0) = q3

δ(q2, 1) = q1

δ(q3, 0) = q3

δ(q3, 1) = q3

The FSA (Finite State Automaton) that recognizes binary strings with two or more Os anywhere in the string can be constructed using four states: q0, q1, q2, and q3. The initial state is q0 and the set of final states is {q1, q2, q3}. At state q0, the machine reads input symbol 0 and remains in state q0, while reading input symbol 1 transition to state q1.

At state q1, the machine reads input symbol 0 and transitions to state q2, while reading input symbol 1 remains in state q1. At state q2, the machine reads input symbol 0 and transitions to state q3, while reading input symbol 1 transition to state q1.

At state q3, the machine reads either input symbol 0 or 1 and remains in state q3. If the machine reaches any of the final states, it accepts the input string.

For more questions like Function click the link below:

https://brainly.com/question/21145944

#SPJ11

Please answer and show all work ​

Please answer and show all work

Answers

Answer:

брате, заткнись, блядь, знай, хтось дбає про твої дивні тли

Step-by-step explanation:

2/3 - 5/9=
in simplest form

Answers

Answer:

Step-by-step explanation:

2/3 - 5/9 = 1/

9

≅ 0.1111111

Answer: 1/9

Step-by-step explanation:

Graph the systems of equations.

Graph the systems of equations.

Answers

Answer:

Step-by-step explanation:

Graph the systems of equations.

5. Find the value of n. Then find the area of
the figure shown.
Perimeter = 32 cm
9 cm
n
An= 7 cm; A = 63 square cm
B n=7 cm; A = 56 square cm
n = 8 cm; A = 72 square cm
Dn=8 cm; A = 64 square cm

Answers

B=n=7cm;A=56 square cm

Which events are independent? Select three options.

Roll a number cube, and then roll the same number cube again.
Flip a coin, and then flip the coin a second time.
Remove a card from a deck, and then remove a second card.
Draw a card from a deck, replace it, and then draw a second card.
Take a marble out of a bag, and then take a second marble out of the bag.

Answers

Answer: The first, second, and fourth.

Step-by-step explanation:

1). When you roll a cube twice, the number you get on the first roll doesn’t impact the second. As a result, it’s independent.

2). When you flip a coin twice, what you get on the first flip doesn’t impact what you get on the second. As a result, it’s independent.

3). When you remove a card from a deck, then remove a second one WITHOUT replacing the first, the first card impacts the second draw. For example, when I draw the first card, my chances of drawing a two are 1/13. If I draw a two the first time, my chances of drawing a two the second time are 1/17 (3/51. The total is fifty-one since one card is missing). Since the first draw impacted the probability of the second, the events are NOT independent.

4). When you remove a card, replace it, then draw again, your chances of drawing the same card doesn’t change. For example, my odds of drawing a three are 1/13 (or 4/52). If I draw a three the first time, then put it back and draw again, my odds are still 1/13 because I put the card back in the deck. As a result, the event is independent.

5). If I take a marble from a bag, and then take a second marble, the first draw impacts the second. For example, if a bag has three blue marbles and three green marbles, my chances of getting a blue marble the first time are 1/2 (or 3/6). If I get a blue marble and choose again, WITHOUT replacing it, my chances of choosing another blue marble are 2/5 (since one marble is missing). Since the first draw impacting the probability of the second, the events are NOT independent.

Answer: A, B , D

Step-by-step explanation:

Jenny had $186, but she is spending $28 per month.

Answers

Answer:

where is the question?

Step-by-step explanation:

Answer:

Are you trying to write this as an algebraic expression? If so, look below at the explanation.

Step-by-step explanation:

Since Jenny had $186, but she's spending $28 per month, then the amount that she has left every month will be:

= $186 - (10 × m)

where m = number of months

Help please

What is 20000 x 0

Answers

Answer:

its 0

Step-by-step explanation:

6. The difference of two numbers is eight. The smaller number is three more than half the larger. What are the two numbers?​

Answers

Answer:

22 and 14

Step-by-step explanation:

22 divided by 2 is 11

11 plus 3 is 14

22 minus 14 is 8

please help!! asap!!​

please help!! asap!!

Answers

Answer:

1) corresponding: c,d,h,j

alternate: a,g,i

co-interior: b,e,f

2 and 3 and 4:

(i think u can do it ;))

Step-by-step explanation:

let me teach u how to differentiate it:

Corresponding angle: F in shape

Alternate angle: Z in shape

Co-interior angle: C in shape

Write an expression for the nth term of the sequence. (Your formula should work for n = 1, 2,...) 1/3 middot 4, 2/4 middot 5, 3/5 middot 6, 4/6 middot 7,... Find the first five terms of the given recursively defined sequence. a_n = 3a_n - 1 + 5 and a_1 = 3

Answers

Expression for the nth term of the sequence: (n + 1) / (n + 3).The expression for the nth term of the sequence is (n + 1) / (n + 3). Using this formula, we found the first five terms of the sequence, which are 1/2, 3/5, 4/6, 5/7, and 3/4.

To find the expression for the nth term of the sequence, we observe that each term can be expressed as (n + 1) divided by (n + 3), where n represents the position of the term in the sequence.

Let's verify this formula with the given terms:

For n = 1: (1 + 1) / (1 + 3) = 2 / 4 = 1/2 (first term of the sequence)

For n = 2: (2 + 1) / (2 + 3) = 3 / 5 (second term of the sequence)

For n = 3: (3 + 1) / (3 + 3) = 4 / 6 (third term of the sequence)

For n = 4: (4 + 1) / (4 + 3) = 5 / 7 (fourth term of the sequence)

For n = 5: (5 + 1) / (5 + 3) = 6 / 8 = 3 / 4 (fifth term of the sequence)

Therefore, the first five terms of the given sequence are: 1/2, 3/5, 4/6, 5/7, 3/4.

The expression for the nth term of the sequence is (n + 1) / (n + 3). Using this formula, we found the first five terms of the sequence, which are 1/2, 3/5, 4/6, 5/7, and 3/4.

To know more about Expression follow the link:

https://brainly.com/question/1859113

#SPJ11

multiply the square root of 20 and the square root of 63

Answers

Answer:

36.0555

Step-by-step explanation:

Answer:

= square root of 7 i believe

Step-by-step explanation:

a+hedge+fund+returns+on+average+26%+per+year+with+a+standard+deviation+of+12%.+using+the+empirical+rule,+approximate+the+probability+the+fund+returns+over+50%+next+year.

Answers

Based on the empirical rule, the probability that the hedge fund returns over 50% next year is approximately 5%.

The empirical rule, also known as the 68-95-99.7 rule, is a statistical guideline that applies to a normal distribution (also called a bell curve). It states that for a normal distribution:

Approximately 68% of the data falls within one standard deviation of the average.

Approximately 95% of the data falls within two standard deviations of the average.

Approximately 99.7% of the data falls within three standard deviations of the average.

In this case, we know the average return of the hedge fund is 26% per year, and the standard deviation is 12%. We want to approximate the probability that the fund returns over 50% next year.

To do this, we need to determine how many standard deviations away from the average 50% falls. This can be calculated using the formula:

Z = (X - μ) / σ

Where:

Z is the number of standard deviations away from the average.

X is the value we want to find the probability for (50% in this case).

μ is the average return of the hedge fund (26% per year in this case).

σ is the standard deviation (12% in this case).

Let's calculate the Z-value for 50% return:

Z = (50 - 26) / 12

Z ≈ 24 / 12

Z = 2

Now that we have the Z-value, we can refer to the empirical rule to estimate the probability. According to the rule, approximately 95% of the data falls within two standard deviations of the average. This means that there is a 95% chance that the hedge fund's return will fall within the range of (μ - 2σ) to (μ + 2σ).

In our case, the range is (26 - 2 * 12) to (26 + 2 * 12), which simplifies to 2 to 50.

To know more about average here

https://brainly.com/question/16956746

#SPJ4

Pleasee help I'm really struggling ​

Pleasee help I'm really struggling

Answers

The cost of Tulip and Roses are 1500LL and 2500LL respectively
Pleasee help I'm really struggling

By visiting homes door-to-door, a municipality surveys all the households in 149 randomly- selected neighborhoods to see how residents feel about a proposed property tax increase. Identify the type of sample that is being used. systematic sample voluntary response sample stratified sample cluster sample

Answers

The type of sample being used by the municipality in which they survey all the households in 149 randomly-selected neighborhoods to see how residents feel about a proposed property tax increase is called a cluster sample.

What is a cluster sample?

A cluster sample is a sampling technique in which researchers first divide the population into smaller groups, known as clusters, and then randomly select clusters from which to collect data.

Clusters usually consist of groups of participants who are geographically close or have similar characteristics.

The objective of a cluster sample is to reduce the cost of the survey by clustering people together rather than sending surveyors to different places. This is particularly helpful when surveying larger populations.

To know more about property tax visit

https://brainly.com/question/30757120

#SPJ11

Round 724,613 to the nearest ten thousand​

Answers

Step-by-step explanation:

The ten thousands place is in the place of the 2.

To Round:

The number 4 (to the left of 2) must be greater than 5 in order to round up 3.

\(4 < 5\)

If so, the rounded number will equal 720,000.

Triangle PQR has vertices , , and . It is translated according to the rule

Answers

-10 is the correct answer.

Answer:

D. -10

I have to make this more the 20 characters...

a small college had 2570 students in 1994 and 2734 students in 1996. if the enrollment follows a linear growth pattern, how many students should the college have in 2004 ?

Answers

Answer: The final answer is 3390.

Step-by-step explanation:

Before answering the question, you have to understand that a linear growth pattern is a straight-line pattern (not exponential growth).

-From 1994 to 1996 are 2 [years]

-In 2 [years], there is a growth of 2734-2570 = 164 [students]

-With a linear growth, we can take the above [number of students] (164) divided by 2 [years] to get a [growth rate] of 82 [students per year]
⇒ \(\frac{164}{2} =82\) [\(\frac{number of students}{years}\) or number of students per year or growth rate]

-From 1996 to 2004, there are 8 [years]

-Therefore:

8 [years] × 82 [students per years] = 656 [students] => increased in students

-We add 656 [students] increased to 2734 [students] in 1996 = 3390 [students] in 2004

The final answer is 3390.

Hope this help. :D

Problem shown on the picture

Problem shown on the picture

Answers

Step-by-step explanation:

please answer those Questions Mathematics

Problem shown on the picture

Some of the children at a nursery arrive by car.
. 40% of the children at the nursery are boys.
70% of the boys at the nursery arrive by car.
• 60% of the girls at the nursery arrive by car.
What is the probability that a child chosen at random from the nursery arrives by car?

Answers

Answer:

Will assume that there are 100 kids.

100 x 40% =40 of them are boys

40 x 70% =  28 boys arrive by car.

100 - 40 = 60 - Number of girls in Nursery.

60 x 60% = 36 of them arrive by car.

28 boys + 36 girls = 64 - kids that arrive by car.

64 / 100 = 64% - probability of a randomly picked kid that he/she arrived by car.

HELP!!!!! How do I solve these two problems????

HELP!!!!! How do I solve these two problems????
HELP!!!!! How do I solve these two problems????

Answers

The angle x of the isosceles triangle is 64 degrees.

The side and angle of the similar polygon are 7.5 units and 20 degrees.

How to find the angle of a triangle and polygon?

The triangle above is an isosceles triangle. An isosceles triangle is a triangle that has 2 sides equal to each other and two angles equal to each other.

Therefore, the base angle of the isosceles triangle are equal.

Hence,

52 + x + x = 180

52 + 2x = 180

2x = 180 - 52

2x = 128

x = 128 / 2

x = 64 degrees

Similar polygons are two polygons with the same shape, but not the same size.  Similar polygons have corresponding angles that are congruent, and corresponding sides that are proportional.

Therefore, let's find x and y in the polygon.

x / 5 = 6 / 4

cross multiply

4x = 30

x = 30 / 4

x = 7.5

y - 73 = 360 - 90 - 61 - 116

y - 73 = 93

y = 93 - 73

y = 20

Therefore, the angle x of the isosceles triangle is 64 degrees and the sides x of the polygon is 7.5 units and the angle y of the polygon is 20 degrees.

learn more on triangle and polygon here: https://brainly.com/question/17147409

#SPJ1

Amy mows lawns to earn money for a new phone. She charges $8.15 an hour. How much money will she earn if she mows for 4.5 hours? Show your work for full credit.

Answers

its easy but let me explain

Step-by-step explanation:

If she earns $8.15 an hour and she works for 4 1/2 hours.

You multiply

$8.15 x 4.5 = n

n= $36.675    But your not done yet, ROUND TO HUNDREDTHS PLACE!!!

if there is a number 5 or higher next to the hundredths place then you bump the number up by 1

she would of earned $36.68 in 4.5 hours  Glad to help

*Please help ASAP*

Susan has a collection of 48 nickles and dimes. If the number of nickles is three times the number of dimes, how many nickles and how many dimes dose she have?

Answers

Answer:

12 dimes and 36 nickels

Step-by-step explanation:

Let number of dimes be x. Since the number of nickles is three times the number of dimes, the number of nickels is 3x. There are a total of 48 coins, so number of nickels + number of dimes = 3x + x = 4x = 48 -> x =12. So she has 12 dimes and 3(12) = 36 nickels.

I hope this helps!

Other Questions
Does there exist an elliptic curve over Z7 with exactly 13 points (including [infinity])? Either give an example or prove that no such curve exists. A localized allergic response caused by contact with an irritant or allergen is known as contact ____________________. A line passes through the points (0,2) and (-3,8) Find the rise (change in the y value) using the two given points.Rise = __ Explain how to simplify this expression: 4a + 19 - 3a - 7 in the context of the charismatic leadership theory, proposed by robert house, charismatic leaders are likely to What are the correct pronunciations for the following terms? (correct and serious answers only.)abductionantagonistic pairscircumductiondorsiflexion eversion insertion fascia fascitis fibromyalgia inversion myocardium pronation supination tendinitis visceral muscle Mr. Jansen opened a savings account with an initial deposit of $720 and will not make any additional deposits or withdrawals. The account earns 1% simple interest. What is the total amount that Mr. Jansen will have in his account at the end of 3 years?a. $741.60b. $ 21.60c.$936.00d. $784.80 1: Find the area of triangle ABC If A = 30 degrees, b = 3, and c = 4 round 673,432 to the nearest thousand 1st Secretary of State, 3rd president of the US, responsible for the Louisiana Purchase A.Thomas Jefferson B.Aaron Burr C.John Adams D.James E.Madison Identify the narrator's point of view and analyze how it shapes the story. In other words, how does the choice of narrator affect the story? Provide text examples to support your response. A store increases the price of a sweater from $20 to $22.What is the percent of increase?Select from the drop-down menu to correctly complete the statement.The percent of increase is Find a value of c so that P(Z > c) = 0.44. a) 0 -0.15 b) O 0.85 c) O 0.15 d) O 0.30 e) O 0.05 f) O None of the above Select the correct answer.Which verb best completes this instruction from a recipe?d'abord les pommes de terre et puis faites-les cuire.O A. MijotezOB. MlangezOC. EpluchezODFaites fondreHelp fast what was the caloric theory The most widely used intelligence test is theSelect one:a. Stanford-Binet Intelligence Scale.b. Sternberg Triarchic Intelligence Test.c. Goleman-Gardner Intelligence Test.d. Wechsler Adult Intelligence Scale. The PROC directive marks both the beginning and ending of a procedure. TRUE OR FALSE An artist has been hired to paint a mural of a sailboat on the side of a building. The original sailboat is 32 feet in length and has a mast height of 40 feet. The artist will create the mural using a ratio of 4:3 to relate the original dimensions to mural dimensions. which describes the attraction of one water molecule toward another Statistics questions