The table shows the estimated number of lines of code written by computer programmers per hour when x people are working.

Which model best represents the data?

A.) y = 47(1.191)x

B.) y = 34(1.204)x

C.) y = 26.9x – 1.3

D.) y = 27x – 4

The Table Shows The Estimated Number Of Lines Of Code Written By Computer Programmers Per Hour When X

Answers

Answer 1

Answer:

Hence, the model that best represents the data is:

[tex]y=26.9x-1.3[/tex]

Step-by-step explanation:

We are given a table that  shows the estimated number of lines of code written by computer programmers per hour when x people are working.

We are asked to find which model best represents the data?

So for finding this we will put the value of x in each of the functions and check which hold true that which gives the value of y i.e. f(x) as is given in the table:

We are given 4 functions as:

A)

[tex]y = 47(1.191)^x[/tex]

B)

[tex]y=34\times (1.204)^x[/tex]

C)

[tex]y=26.9x-1.3[/tex]

D)

[tex]y=27x-4[/tex]

We make the table of these values at different values of x.

x                  A                 B                C               D

2              66.66          49.3            52.5           50

4             94.57            71.44           106.3         104  

6             134.14           103.57         160.1          158

8             190.27          150.14          213.9         212

10           269.91           217.64         267.7         266

12           382.85          315.5           321.5          320.

Hence, the function that best represents the data is:

Option C.

y=26.9x-1.3


Related Questions

​43% of adults say cashews are their favorite kind of nut. you randomly select 12 adults and ask each to name his or her favorite nut. find the probability that the number who say cashews are their favorite nut is​ (a) exactly​ three, (b) at least​ four, and​ (c) at most two. if​ convenient, use technology to find the probabilities.

Answers

Final answer:

This question involves the concept of binomial probability in statistics. The scenarios involve calculating the probability of a certain number of successes (cashew preference) among a set number of trials (12 adults). It's recommended to use a calculator or software tool to perform the calculations.

Explanation:

The subject of the query is known as binomial probability which is part of statistics in mathematics. Here, we need to find the probability of 'success' (in this case, the preference of cashews) exactly a set number of times when conducting a set number of trials (12 adults).

(a) Exactly 3: In this scenario, you want exactly 3 out of 12 adults to prefer cashews. Using binomial probability formula, it would be [tex]12C3\times (0.43)^3 \times (0.57)^9.[/tex](b) At least 4: Here, you want 4 or more adults to prefer cashews. You can either calculate separate probabilities for exactly 4, 5, 6, and so on up to 12, and then add them together. Or, you can use the complement rule: 1 - (P(0) + P(1) + P(2) + P(3)).(c) At most 2: In this case, you want 2 or fewer adults to prefer cashews. Similar to (b), you take the probability of 0, 1, and 2 'successes' and add them together.

It's also important to note, the results in these examples would be more accurate if you use a calculator or software like Excel to handle the computations.

Learn more about Binomial Probability here:

https://brainly.com/question/34083389

#SPJ12

The probability of exactly 3 cashews in a random sample of 12 adults is approximately 19.4%.

The probability of at least 4 cashews is approximately 15.0%.

The probability of at most 2 cashews is approximately 72.0%.

These probabilities were calculated using the binomial probability formula and considering the complementary event for cases with "at least" or "at most" conditions. Technology like calculators or statistical software can be helpful in performing these calculations efficiently.

Determining the Probability of Nut Preference in a Random Sample

In this scenario, we're analyzing the probability of specific outcomes when randomly selecting 12 adults and inquiring about their favorite nut, knowing that 43% prefer cashews. Here's a breakdown of the requested probabilities:

(a) Exactly Three Cashew Preferences:

Imagine having 12 slots to fill with "cashew" or "other." We need 3 "cashew" slots and 9 "other" slots. Using the binomial probability formula, the probability of this specific arrangement is:

P(3 cashews in 12 trials) = (12 choose 3) * (0.43)^3 * (0.57)^9 ≈ 0.194

(b) At Least Four Cashew Preferences:

This includes scenarios with 4, 5, 6, 7, 8, 9, 10, 11, or all 12 adults preferring cashews. We can calculate the probability for each case and sum them up, but a simpler approach is to find the probability of the opposite event (fewer than 4 cashews) and subtract it from 1:

P(at least 4 cashews) = 1 - P(fewer than 4 cashews)

P(at least 4 cashews) ≈ 1 - (0.194 + 0.237 + 0.184 + 0.115 + 0.063 + 0.034 + 0.015 + 0.006 + 0.002) ≈ 0.150

(c) At Most Two Cashew Preferences:

This includes scenarios with 0, 1, or 2 adults preferring cashews. Similar to (b), we can calculate the probability for each case and sum them up:

P(at most 2 cashews) = P(0 cashews) + P(1 cashew) + P(2 cashews)

P(at most 2 cashews) ≈ 0.237 + 0.299 + 0.184 ≈ 0.720

What is the number 212three in base-two form?

Answers

The correct answer is: B. 10111

To convert the number [tex]\(212_{\text{three}}\)[/tex] to base-two (binary) form, we need to first convert it to base-ten and then convert the base-ten number to base-two.

[tex]\(212_{\text{three}}\)[/tex] in base-ten:

[tex]\[ 212_{\text{three}} = 2 \cdot 3^2 + 1 \cdot 3^1 + 2 \cdot 3^0 = 18 + 3 + 2 = 23_{10} \][/tex]

Now, we convert [tex]\(23_{10}\)[/tex] to base-two:

[tex]\[ 23_{10} = 16 + 4 + 2 + 1 = 2^4 + 2^2 + 2^1 + 2^0 = 10111_{2} \][/tex]

Final answer:

The number 212 in base three (212three) converts to 17 in decimal, which is represented as 10001 in binary notation (base-two).

Explanation:

The number 212 in base three (2123) needs to be converted into base-two form (binary). Converting from base three to base two requires understanding each digit's place value in base three and then converting that to binary. Starting from the rightmost digit to the left, we have:

The units place (30), with a value of 2The threes place (31), also with a value of 2The nines place (32), with a value of 1

So, we have:

2123 = (1 × 32) + (2 × 31) + (2 × 30)

2123 = (1 × 9) + (2 × 3) + (2 × 1)

2123 = 9 + 6 + 2 = 17 in decimal.

Now we need to find the binary representation of 17:

17 divided by 2 is 8 with remainder 1 (20)8 divided by 2 is 4 with remainder 0 (21)4 divided by 2 is 2 with remainder 0 (22)2 divided by 2 is 1 with remainder 0 (23)1 divided by 2 is 0 with remainder 1 (24)

So, the binary equivalent is 1(24)0(23)0(22)0(21)1(20), which is 100012.

Find the measure of the central angle with a radius of 18 inches and the area of a sector measuring 40.5π square inches.

Answers

[tex]\text{Area of sector}= \cfrac{\theta \pi r^2}{360^o} \ \ \ \ \ \text{[when r is a radius, } \theta \text{ is the central angle]} \\ \\ 40.5 \pi = \cfrac{\theta* \pi* 18^2}{360^o} \ \to \ 14580 \pi = \theta* \pi* 324 \ \to \ \\ \\ \theta= \cfrac{14580 \pi }{324 \pi }= 45^o[/tex]

The bear population increases at a rate of 2% each year. There are 1573 bears this year. Which function models the bear population?

Answers

1573^.02t if 1573 is the original bear population

The solution is, the growth factor b is, 1.02

What is  multiplication?

In mathematics, multiplication is a method of finding the product of two or more numbers. It is one of the basic arithmetic operations, that we use in everyday life.

Using the formula:

P = P0(1+r)^t

where

P0 is the initial population

r is the rate in decimal

b = 1+r is the growth factor

t is the time in years.

As per the statement:

the bear population increases at a rate of 2% each year there are 1573 bears this year,

⇒P0 = 1573,

r = 2% = 0.02

then;

solving using the formula,

we get,

⇒ b = 1.02

Therefore, the growth factor b is, 1.02.

To learn more on multiplication click:

brainly.com/question/5992872

#SPJ3

In the triangle below, what ratio is cos θ?

Answers

5:13 since cos is adjacent over the hypotenuse.

Answer:

[tex]cos(theta)=\frac{5}{13}[/tex]

Ratio is 5:13

Step-by-step explanation:

We are given with right angle triangle with side lengths

cos theta ratio is adjacent side divide by hypotenuse

In the triangle , adjacent side for theta is 5  and hypotenuse is 13

[tex]cos(theta)=\frac{adjacent}{hypotenuse}[/tex]

[tex]cos(theta)=\frac{5}{13}[/tex]

last one help. Use formulas to find the lateral area and surface area of the given prism. Round your answer to the nearest whole number.


A. 645 m2; 812 m2
B. 668 m2  ; 704m2
C. 645 m2; 740 m2
D. 668 m2; 740 m2

Answers

The formula for finding the lateral area for a triangular prism is
[tex] A_{L} = (a + b + c )h[/tex]

So put in the values and you get

[tex] A_{L} = (12.04 + 9 + 8 )23[/tex]
[tex] A_{L} = 668[/tex]

The formula for finding the surface area of a triangular prism is
SA = bh + (s1 + s2 + s3)H

So put in all the values and you get

SA = 9(8) + (9 + 8 + 12.04)23
SA = 740

Hope this helps! :)

the fraction 1/9 produces a repeating decimal 0.1 ? true or false

Answers

The answer is true. 1/9 = 0.111111......
Hello.

[tex]1.9 = 0.11111111[/tex]

So yes, 1/9 produces a repeating decimal 0.1...

If i have 1 cookie and my buddy has another cookie and i steal his cookie.. how many cookies do i have?

Answers

2 cookies. cux 1 + 1= 2. 
you had one cookie (1)
your stolen cookie from buddy (1)
 total =2
Final answer:

The mathematics problem set with cookies deals with basic addition: if you have 1 cookie and you take another from a friend, you have a sum of 2 cookies.

Explanation:

The subject here is basic arithmetic, a branch of mathematics.

If you start with 1 cookie (your own), and then you take || 'steal' || another cookie from your friend, you are basically adding that 1 cookie to the 1 cookie you already have. So, 1 cookie (yours) + 1 cookie (your friend's) = 2 cookies. Hence, you would have 2 cookies.

Remember, in real life, it's not nice to steal. This is just a math problem to help you understand the concept of addition.

Learn more about Addition here:

https://brainly.com/question/40265821

#SPJ12

Find the area





A. 54 in


B. 36 in


C. 18 in


D. 324 in


(In pie)

Answers

area of a circle = pi r^2

radius = 18

 so R62 = 18^2 = 324

 since you want the answer in pi it would be 324PI

 so the answer is 324

A circle with a radius of 18 inches has an area of 1,017.88 square inches, so here is what I did to get the final answer. A = πr2 where pi is the ratio of the circumference of a circle to its diameter and r is the radius. π = 3.1416 So then A = π182 = 324π = 1017.88 in2 (2dp)
So the Answer you want would be D. 324in

Triangle PQR has vertices P(–2, 6), Q(–8, 4), and R(1, –2). It is translated according to the rule (x, y) → (x – 2, y – 16).

What is the y-value of P'?

Answers

The y-value is the one on the right. Therefore, the y-value of P is 6. Following the rule, the y-value of P' is 6-16= -10.
P(–2, 6)

translated according to the rule (x, y) → (x – 2, y – 16)

P' will be:
P'(–4, -10)

So y value will be - 10

hope it helps

Find the indicated probability. round to three decimal places. a test consists of 10

a. True

b. False questions. to pass the test a student must answer at least 6 questions correctly. if a student guesses on each question, what is the probability that the student will pass the test?

Answers

To answer this problem, we use the binomial distribution formula for probability:

P (x) = [n! / (n-x)! x!] p^x q^(n-x)

Where,

n = the total number of test questions = 10

x = the total number of test questions to pass =   >6

p = probability of success = 0.5

q = probability of failure = 0.5

Given the formula, let us calculate for the probabilities that the student will get at least 6 correct questions by guessing.

P (6) = [10! / (4)! 6!] (0.5)^6 0.5^(4) = 0.205078

P (7) = [10! / (3)! 7!] (0.5)^7 0.5^(3) = 0.117188

P (8) = [10! / (2)! 8!] (0.5)^8 0.5^(2) = 0.043945

P (9) = [10! / (1)! 9!] (0.5)^9 0.5^(1) = 0.009766

P (10) = [10! / (0)! 10!] (0.5)^10 0.5^(0) = 0.000977

Total Probability = 0.376953 = 0.38 = 38%

There is a 38% chance the student will pass.

I spent 20% of my weekly income on food. What was my weekly income if I spent $186 ?

Answers

20%=186
hmm
percent means parts out of 100
20%=20/100=2/10=1/5

and 'of' means multipoly

20% of income=186
1/5 times income=186
times both sides by 5/1
income=930

weekly income was $930

If I spent $186. Then my weekly income will be $930.

What is the percentage?

The quantity of anything is stated as though it were a fraction of a hundred.

I spent 20% of my weekly income on food.

If I spent $186.

Then my weekly income will be

Let x my weekly income.

0.2x = $186

     x = $930

More about the percentage link is given below.

https://brainly.com/question/8011401

#SPJ5

How many of each position fantasy football?

Answers

The number of  players to draft at each position is up to you, but the traditional combination of players to draft are 2 quarterbacks, 4 running backs, 4 wide receivers, 2 tight ends, 2 kickers, and 2 defense/special teams units.
Final answer:

In standard fantasy football, each team incorporates a variety of positions including a Quarterback, Running Backs, Wide Receivers, a Tight End, a Flex, Defense/Special Teams, a Kicker and bench spots.

Explanation:

In standard fantasy football, each team is composed of a variety of positions: 1 Quarterback (QB), 2 Running Backs (RB), 2 Wide Receivers (WR), 1 Tight End (TE), 1 Flex (which can be a RB, WR, or TE), 1 Defense/Special Teams (DST), and 1 Kicker (K). In most cases, you also have bench spots for subs or injured players, usually 6-7. These numbers can vary depending on the rules of your fantasy league.

Learn more about Fantasy Football here:

https://brainly.com/question/4455398

#SPJ12

Is the standard deviation of the sample a good estimate of the variation of salaries of tv personalities in​ general?

Answers

The correct answer to this would be:

“No, because the sample is not representative of the whole population.”

Since the sample values are the 10 highest annual salaries of TV personalities, they give almost no information about the salaries of TV personalities as a whole or in general. 

The standard deviation of a sample can indicate the variation in salaries of TV personalities, but may not always be accurate if the sample isn't representative or if outliers exist. The median salary is often a better measure for skewed distributions, and multiple statistics should be reported to fully describe economic data.

When considering the variation of salaries of TV personalities, the standard deviation of a sample is a crucial statistic that helps understand the dispersion around the mean salary. However, if the sample is not representative of the entire population or if there are outliers, such as extremely high salaries among TV personalities, it may not be a good estimate of the variation in general. The median salary might provide a more accurate descriptor of the central tendency, especially in a skewed distribution.

It is possible for the standard deviation to be greater than the average in cases where there is a significant spread of values, including outliers. For example, if a few TV personalities earn vastly more than others, it will increase the standard deviation. Additionally, the likelihood of the average salary of a larger group falling within a certain range is determined by the mean and standard deviation. If the distribution is normal, salaries will tend to cluster around the mean, which is why certain salary ranges are expected to be more common.

In a scenario where two companies wish to compare the average salaries of their employees, statistical tests that consider both the mean and standard deviation can help determine if there is a significant difference between the two. Similarly, when evaluating how long employees stay with a company, a study with the average time and associated standard deviation for each company would provide insight into retention rates.

When reporting salaries or any economic data, it is often wise to report multiple measures of central tendency and dispersion, such as the mean, median, and standard deviation, to provide a comprehensive view. This approach takes into account the full range of values, including any potential outliers or skewness in the distribution.

What are the coordinates of the vertices of ABC? Use the coordinates to find the lengths of ab and . bc

Answers

The triangle shown is a Pythagorean triple with lengths of 3-4-5.
AC = 3
AB = 4
BC = 5

The coordinates of the vertices of the triangle are A ( 2 , 2 ) , B ( 6 , 2 ) and C ( 2 , -1 )

What is a Triangle?

A triangle is a plane figure or polygon with three sides and three angles.

A Triangle has three vertices and the sum of the interior angles add up to 180°

Let the Triangle be ΔABC , such that

∠A + ∠B + ∠C = 180°

The area of the triangle = ( 1/2 ) x Length x Base

For a right angle triangle

From the Pythagoras Theorem , The hypotenuse² = base² + height²

if a² + b² = c² , it is a right triangle

if a² + b² < c² , it is an obtuse triangle

if a² + b² > c² , it is an acute triangle

Given data ,

Let the triangle be represented as ΔABC

Now , the coordinates of the triangle are

A ( 2 , 2 ) , B ( 6 , 2 ) and C ( 2 , -1 )

And , length of AB is given by the distance formula .

Distance D = √ ( x₂ - x₁ )² + ( y₂ - y₁ )²

AB = √ ( 16 + 0 ) = 4 units

BC = √ ( 16 + 9 ) = 5 units

Hence , the lengths of AB and BC are 4 and 5 units respectively

To learn more about triangles click :

https://brainly.com/question/16739377

#SPJ3

In mostar, bosnia, the ultimate test of a young man's courage once was to jump off a 400-year-old bridge (now destroyed) into the river neretva, 23 m below the bridge. (a) how long did the jump last?

Answers

To solve this problem, we must assume that the man undergoes constant acceleration as he goes down the river (therefore no other forces must act on him except gravity). Therefore we can use the formula below to calculate for the duration of his fall:

y = y0 + v0 t + 0.5 a t^2

where y is the distance and y0 = 0 since we set the reference point at the bridge, v0 is the initial velocity and is also equal to v0 = 0 since the man started from rest, therefore the equation becomes:

y = 0 + 0 t + 0.5 a t^2

y = 0.5 a t^2

Rewriting in terms of t:

t^2 = 2 y / a

t = sqrt (2y / a)

a is acceleration due to gravity = 9.8 m/s^2

t = sqrt [2 * 23 / 9.8]

t = 2.17 s

 

Therefore the jump last only about 2.17 seconds.

Hello!


Can I get some help with that question please. I don't think I did it right, sadly.


Thank you!

Don't forget to show your work and give as much details possible.

Answers

Let O be the point of intersection of diagonals.

Consider triangles FOE and EOD:
FO = OD,  ∠FOE = ∠EOD  and OE is a common side  ⇒ 
triangles FOE and EOD are congruent.

In congruent triangles all corresponding sides and are congruent  ⇒
EF = DE = 6

On a certain marathon course a runner reaches a big hill that is at least 10 miles into the race. If a total marathon is 26.2 miles, how can u find the number of miles the runner still has to go?

Answers

marathon = 26.2

hill is at least 10

26.2-10=16.2

X=  miles left

X<=16.2

One eighth of the students in the seventh grade are in the school band there are fourty four students in the school band find the number of students in the seventh grade

Answers

If 1/8 = 44..what would 8/8 =?
1/8x = 44...1/8 of the total students = 44
x = 44 * 8
x = 352 total 7th grade students <===

Battery was charged. when the charging began it was 23% full after 30 minutes of charging the battery was 89% full. how fast was the battery charged? How long did it take the battery to be funny charged?

Answers

The battery was charged at a rate of 2.2 percent per minute.It took the battery 35 minutes to be fully charged.

Answer:

The battery was charged at a rate of 2.2 % per minute.

It took 35 minutes to fully charge the battery

Step-by-step explanation:

Initial amount of charge = 23%

Charge after 30 minutes = 89%

Percentage of charge gained in 30 minutes = 89-23

                                                                         = 66 %

Charging speed of battery = [tex]\frac{percentage\hspace{3}of\hspace{3}charge\hspace{3}gained}{time\hspace{3}taken\hspace{3}in\hspace{3}minutes}[/tex]

= [tex]\frac{66}{30}[/tex]

= 2.2 % per minute

2.2% charge takes 1 minutes

1% charge takes [tex]\frac{1}{2.2}[/tex] minutes

Initially it was 23% charged so it needs 77% more charge to be fully charged.

So, 77% charge takes [tex]\frac{1}{2.2}*77[/tex] minutes    

                         =  [tex]\frac{100}{2.2}[/tex] minutes

                         = 35 minutes

what is the solution to -1 -7 ?

Answers

-7-1 = -8
When you see a negative minus a negative, pretend both negatives are positive and just add them.
the answer is negative 8. because if you already owed someone 1 dollar and then borrowed 7 more then u would owe them 8 right? so you have -8

what is the value of the 2 in 258,364

Answers

The digit 2 in the number 258,364 stands for two hundred thousand, occupying the hundred thousands place in the place value system.

The value of the 2 in the number 258,364 represents two hundred thousand. In place value terms, this means the 2 is in the hundred thousands place. To understand this concept clearer, consider the alignment of digits in each place value when written in a column:

2 is in the hundred thousands place (200,000)

5 is in the ten thousands place (50,000)

8 is in the thousands place (8,000)

3 is in the hundreds place (300)

6 is in the tens place (60)

4 is in the ones place (4)

Therefore, the digit 2 represents 200,000.

Answer:

In the number 258,364, the 2 is in the hundred thousand's place. So, its place value is 2 * 100,000 = 200,000.

Explanation:

In the number 258,364, each digit's place value is determined by its position relative to the decimal point. The 2 is in the hundred thousand's place, representing 200,000. In whole numbers, the place values increase from right to left, with each place being 10 times the value of the place to its right. So, the hundred thousand's place has a value of 100,000. Thus, the digit 2 in this position contributes 200,000 to the total value of the number 258,364, indicating that there are 200,000 hundred thousands in it.

Question:

What is the place value of the 2 in 258,364?

The graph of a linear equation may not be a straight line.

A. True
B. False

Answers

Hi, false for sure! 

-Stormie
The answer is false

A test consists of 10 problems and students are told to answer any 4 of these questions. In how many different ways can they choose the 4 questions?

Answers

In this item, it is not given that there has to be specific arrangement or order as to how the questions are going to be answered. Hence, the concept that can be used in order to answer this item is the concept of combination which states that, 
            nCr = n! / (r!)(n - r)!

This is read as "combination of n taken r". In this item, n = 10 and r = 4. Substituting the known vaues to the equation,
          10C4 = (10!) / (4!)(10 - 4)!
          10C4 = 210

Therefore, the number of which is which the questions can be answered is 210. 

Show me how to make 33 in four different ways

Answers

30+3
11*3
10*3+3
60-30+3

(sorry if these didn't help i'm a beginner and i'm in 7th grade)


wxyz is a rectangle, what is zx

Answers

ZX is a diagonal line from corner to corner.

the midpoint formula

The solution to the system of equation below is (-2,-1).
2x - 3y =-1
11x - 9y =-13

When the first equation is multiplied by -3 the sum of the two equations is equivalent to 5x= -10

Which system of equations will also have a solution of (-2,-1)

Answers

its the first one
Plugging in x = -2 and y = -1:-
5(-2) = -10
11(-2) - (9)-1) = -22 + 9 = -13

Answer:

A

Step-by-step explanation:

edge 2020 Dec 14

2.31x-4.52/7.54-11.32=6.21

Answers

2.31x - 4.52/7.54 - 11.32 = 6.21  

Answer : 7.85

The image is the result of an isometric transformation of its pre-image because _____.
a reflection has occurred
a rotation has occurred
the two triangles are congruent
a dilation has occurred

Answers

They gave you the lengths showing each side of the original triangle is congruent to each side of the new triangle. There is no information to show if the triangle was rotated or reflected, so although it is possible that it was, we can't really tell. All we know is the triangles are congruent.  
The two triangles are congruent. 

Find the distance between B and E. Simplify completely.

Answers

B is (-3,2) E is (4,-2)

 

4-(-3) = 4+3 =47

-2 -2 = -4

 

7^2 = 49

-4^2 = 16

Sqrt( 49+16)

Sqrt(65) = 8.062

 Round off to 8


Other Questions
Lauren was spending more time alone, and when she did see friends, she was irritable and got angry very easily. Her best friend Anna noticed this change and wanted to help. Which of these strategies would best help Anna positively influence Lauren?Reduce the time she spends with Lauren so she gets the message that her attitude needs to change Talk to Lauren and accompany her to see the school counselor if she feels uncomfortable going alone Talk to her other friends and see if they think Lauren is acting that way on purpose Plan to spend the day with Lauren doing all of her favorite things to see if it helps improve her mood Which is the safest and most effective way to get a deeper stretch? massage the muscles being stretched inhale and push the stretch until it hurts lean into the stretch as you exhale place ice on your muscles before stretching What is the perimeter of a square with a side length of 5x -8 and a bottom length of 3x of a square? From the top of the engineering building, you throw a ball vertically upward. the ball strikes the ground 4.00 s later. the engineering building is 35.0 m tall. what is the initial velocity of the ball? plz gelp me nowhahah An isosceles triangle has a base with length 15 inches and two congruent sides with lengths of 15 inches each. Find the height of the triangle. (Round your answer to the nearest tenth of an inch.) Cual es la mejor pagina para ver casas en renta en estados unidos? STVU is an isosceles trapezoid. If SV = 3x + 1 and TU = x + 21, find the value of x. How many electrons are transferred in the ionic bond between sodium and chlorine in nacl? how to find the density of a unknown liquid, the volume is 12.0mL and the mass is 6g. The network services and facilities that users interact with are provided by A triangle has vertices (-1, 2), (3, 1), and (7, 2). What is the approximate perimeter of the triangle? Round your answer to the nearest hundredth. Phospholipids are complex molecules with a lipid "tail" and a phosphate "head." which end interacts with water? neither phosphate head lipid tail Gains in language development during adolescence are largely influenced by Can daca students be physician assistant An African American woman, Rosa Parks, was jailed in 1955 for not giving up her seat on a bus for white people who boarded after her. Why was Rosa Parks jailed Initiation poem by sylvia plath is about what what are 2 key characteristics of a good scientific investigation Evaluate the function f(x) = 4x -1 when x= -1 ..... f(-1) =___ Does any one know how to solve this -4n^2-2n=-6-7n-5n^2 Steam Workshop Downloader