Rearrange the following steps in the correct order to locate the last occurrence of the smallest element in a finite list of integers, where the integers in the list are not necessarily distinct.
Rank the options below.
if min > ai then
procedure last smallest a1,a2,....,an: integers)
return location
min = a1 and location = 1
min ai and location = i
for i = 2 to n

Answers

Answer 1

Answer:

procedure last smallest a1,a2,....,an: integers)

min = a1 and location = 1

for i = 2 to n

if min > ai then

min ai and location = i

return location

Step-by-step explanation:

The first step is to define the function or procedure last_smallest; This is done by this line

procedure last smallest a1,a2,....,an: integers)

The next step is to initialize two variables to 1; The first variable is the min which represents minimum while the second is location, which represents its location

min = a1 and location = 1

The next is to iterate from the second element to the last

for i = 2 to n

This line checks for the smallest element; if the following conditional statement returns true, then:->

if min > ai then

->It assigns appropriate values to min and location

min ai and location = i

The last step returns the assigned location of the element

return location


Related Questions

Find the indicated conditional probability
using the following two-way table:
P( Drive to school | Sophomore ) = [?]
Round to the nearest hundredth.

Answers

Answer:

0.07

Step-by-step explanation:

The number of sophmores is 2+25+3 = 30.

Of these sophmores, 2 drive to school.

So the probability that a student drives to school, given that they are a sophmore, is 2/30, or approximately 0.07.

Answer:

[tex]\large \boxed{0.07}[/tex]

Step-by-step explanation:

The usual question is, "What is the probability of A, given B?"

They are asking, "What is the probability that you are driving to school if you are a sophomore (rather than taking the bus or walking)?"

We must first complete your frequency table by calculating the totals for each row and column.

The table shows that there are 30 students, two of whom drive to school.

[tex]P = \dfrac{2}{30}= \mathbf{0.07}\\\\\text{The conditional probability is $\large \boxed{\mathbf{0.07}}$}[/tex]

Tension needs to eat at least an extra 1,000 calories a day to prepare for running a marathon. He has only $25 to spend on the extra food he needs and will spend it on $0.75 donuts that have 360 calories each and $2 energy drinks that have 110 calories. This results in the following system of equations:
0.75d+2e≤25
360d+110e≥1,000

where d is donuts and e is energy drinks. Can Tension buy 8 donuts and 4 energy drinks?

Select the correct answer below:
Yes or No

Answers

Answer:

Yes, he can buy 8 donuts and 4 energy drinks.

Step-by-step explanation:

If Tension is able to buy 8 donuts and 4 energy drinks, then both inequalities would be valid when we use these numbers as inputs. Let's check each expression at a time:

[tex]0.75*d + 2*e \leq 25\\0.75*8 + 2*4 \leq 25\\6 + 8 \leq 25\\14 \leq 25[/tex]

The first one is valid, since 14 is less than 25. Let's check the second one.

[tex]360*d + 110*e \geq 1000\\360*8 + 110*4 \geq 1000\\2880 + 440 \geq 1000\\3320 \geq 1000[/tex]

The second one is also valid.

Since both expressions are valid, Tension can buy 8 donuts and 4 energy drinks and achieve his goal of having a caloric surplus of at least 1000 cal.

A rectangle has a length of x and a width of 5x^3+4-x^2. What is the polynomial that models the perimeter of the rectangle

Answers

Answer:

[tex] L= x[/tex]

And the width for this case is:

[tex] W= 5x^3 +4 -x^2[/tex]

And we know that the perimeter is given by:

[tex] P= 2L +2W[/tex]

And replacing we got:

[tex] P(x) = 2x +2(5x^3 +4 -x^2)= 2x +10x^3 +8 -2x^2[/tex]

And symplifying we got:

[tex] P(x)= 10x^3 -2x^2 +2x+8[/tex]

Step-by-step explanation:

For this problem we know that the lenght of the rectangle is given by:

[tex] L= x[/tex]

And the width for this case is:

[tex] W= 5x^3 +4 -x^2[/tex]

And we know that the perimeter is given by:

[tex] P= 2L +2W[/tex]

And replacing we got:

[tex] P(x) = 2x +2(5x^3 +4 -x^2)= 2x +10x^3 +8 -2x^2[/tex]

And symplifying we got:

[tex] P(x)= 10x^3 -2x^2 +2x+8[/tex]

At the movie theatre, child admission is $5.10 and adult admission is $9.00 .
On Wensday, twice as many adults tickets as child tickets were for a total of $831.60.

How many child tickets were sold that day?

Answers

Answer:

[tex] 5.10 X +9.00 Y = 831.60[/tex]

We also know that for Wedneday we have two times tickets for adults compared to child so we have

[tex] Y =2x[/tex]

And using this condition we have:

[tex] 5.10 X + 18 X = 831.60[/tex]

And solving for X we got:

[tex] X= \frac{831.60}{23.1}=36[/tex]

So then the number of tickets sold for child are 36

Step-by-step explanation:

For this problem we can set upt the following notation

X = number of tickets for child

Y= number of tickets for adults

And we know that the total revenue  for Wednesday was 831.60. So then we can set up the following equation for the total revenue

[tex] 5.10 X +9.00 Y = 831.60[/tex]

We also know that for Wedneday we have two times tickets for adults compared to child so we have

[tex] Y =2x[/tex]

And using this condition we have:

[tex] 5.10 X + 18 X = 831.60[/tex]

And solving for X we got:

[tex] X= \frac{831.60}{23.1}=36[/tex]

So then the number of tickets sold for child are 36

You want to obtain a sample to estimate a population mean. Based on previous evidence, you believe the population standard deviation is approximately σ = 58.2 σ=58.2. You would like to be 99% confident that your estimate is within 1 of the true population mean. How large of a sample size is required? Do not round mid-calculation.

Answers

Answer:

[tex]n=(\frac{2.58(58.2)}{1})^2 =22546.82 \approx 22547[/tex]

So the answer for this case would be n=22547 rounded up to the nearest integer

Step-by-step explanation:

Let's define some notation

[tex]\bar X[/tex] represent the sample mean

[tex]\mu[/tex] population mean (variable of interest)

[tex]\sigma=58.2[/tex] represent the population standard deviation

n represent the sample size  

[tex] ME =1[/tex] represent the margin of error desire

The margin of error is given by this formula:

[tex] ME=z_{\alpha/2}\frac{\sigma}{\sqrt{n}}[/tex]    (a)

And on this case we have that ME =+1 and we are interested in order to find the value of n, if we solve n from equation (a) we got:

[tex]n=(\frac{z_{\alpha/2} \sigma}{ME})^2[/tex]   (b)

The critical value for 99% of confidence interval now can be founded using the normal distribution. The significance would be [tex]\alpha=0.01[/tex] and the critical value [tex]z_{\alpha/2}=2.58[/tex], replacing into formula (b) we got:

[tex]n=(\frac{2.58(58.2)}{1})^2 =22546.82 \approx 22547[/tex]

So the answer for this case would be n=22547 rounded up to the nearest integer

Logs are stacked in a pile. The bottom row has 50 logs and next to bottom row has 49 logs. Each row has one less log than the row below it. How many logs will be there in 5th row? Use the recursive formula.

Answers

Answer:

46 logs on the 5th row.

Step-by-step explanation:

Number of logs on the nth row is

n =  50 - (n-1)

 n = 51 - n    (so on the first row we have  51 - 1 = 50 logs).

So on the 5th row we have 51 - 5 = 46 logs.

The given relation is an arithmetic progression, which can be solved using the recursive formula: aₙ = aₙ₋₁ + d.

The 5th row has 46 logs.

What is an arithmetic progression?

An arithmetic progression is a special series in which every number is the sum of a fixed number, called the constant difference, and the first term.

The first term of the arithmetic progression is taken as a₁.

The constant difference is taken as d.

The n-th term of an arithmetic progression is found using the explicit formula:

aₙ = a₁ + (n - 1)d.

The recursive formula of an arithmetic progression is:

aₙ = aₙ₋₁ + d.

How to solve the question?

In the question, we are informed that logs are stacked in a pile. The bottom row has 50 logs and the next bottom row has 49 logs. Each row has one less log than the row below it.

The number of rows represents an arithmetic progression, with the first term being the row in the bottom row having 50 logs, that is, a₁ = 50, and the constant difference, d = -1.

We are instructed to use the recursive formula. We know the recursive formula of an arithmetic progression is, aₙ = aₙ₋₁ + d.

a₁ = 50.

a₂ = a₁ + d = 50 + (-1) = 49.

a₃ = a₂ + d = 49 + (-1) = 48.

a₄ = a₃ + d = 48 + (-1) = 47.

a₅ = a₄ + d = 47 + (-1) = 46.

Hence, the 5th row will have 46 logs.

Learn more about arithmetic progressions at

https://brainly.com/question/7882626

#SPJ2

What is the slope of the line that contains the points (7,-1)and(6,-4)

Answers

Answer:

3

Solution,

Let the points be A and B

A(7,-1)--->( X1,y1)

B(6,-4)---->(x2,y2)

Now,

[tex] slope = \frac{y2 - y1}{x2 - x1} \\ \: \: \: \: \: \: = \frac{ - 4 - ( - 1)}{6 - 7} \\ \: \: \: \: \: \: = \frac{ - 4 + 1}{ - 1} \\ \: \: \: \: \: = \frac{ - 3}{ - 1} \\ \: \: \: \: = 3[/tex]

Hope this helps..

Good luck on your assignment..

Answer:

-1/3  (given that the first co-ordinate is the initial point)

Step-by-step explanation:

slope of a line is basically the change in y divided by the change in x.

we have the 2 co-ordinates (7,-1) , (6,-4)

lets find the change in x  = 7 - 6 (the difference of the x - values of both the coordinates)

change in y = -1 - (-4)

change in x  = -1

change in y  = 3

now, slope is change in y / change in x

slope  = -1/3

Suppose that c (x )equals 5 x cubed minus 40 x squared plus 21 comma 000 x is the cost of manufacturing x items. Find a production level that will minimize the average cost of making x items.

Answers

Answer

X= 64.8 gives the minimum average cost

Explanation:

The question can be interpreted as

C(x)= 5x^3 -40^2 + 21000x

To find the minimum total cost, we will need to find the minimum of

this function, then Analyze the derivatives.

CHECK THE ATTACHMENT FOR DETAILED EXPLANATION

Find the area of this parallelogram.
6 cm
11 cm

Answers

Step-by-step explanation:

given,

base( b) = 6cm

height (h)= 11cm

now, area of parallelogram (a)= b×h

or, a = 6cm ×11cm

therefore the area of parallelogram (p) is 66cm^2.

hope it helps...

If 2x+9<32 then x could be

Answers

Answer:

x < 11.5

Step-by-step explanation:

2x + 9 < 32

(2x + 9) - 9  < 32 - 9

2x < 23

2x/2 < 23/2

x < 11.5

Answer:

x < 11 1/2

Step-by-step explanation:

2x+9<32

Subtract 9 from each side

2x+9-9 < 32-9

2x<23

Divide by 2

2x/2 <23/2

x < 11 1/2

X is any number less than 11 1/2

In a random sample of 64 people, 48 are classified as "successful." If the population proportion is 0.70, determine the standard error of the proportion.

Answers

Answer:

[tex]\hat p=\frac{48}{64}= 0.75[/tex] represent the estimated proportion successfull

The standard error for this case is given by this formula:

[tex] SE= \sqrt{\frac{\hat p(1-\hat p)}{n}}[/tex]

And replacing we got:

[tex] SE= \sqrt{\frac{0.75*(1-0.75)}{64}}= 0.0541[/tex]

Step-by-step explanation:

We have the following info:

[tex] n= 64[/tex] represent the sample size

[tex] X= 48[/tex]  represent the number of people classified as successful

[tex]\hat p=\frac{48}{64}= 0.75[/tex] represent the estimated proportion successfull

The standard error for this case is given by this formula:

[tex] SE= \sqrt{\frac{\hat p(1-\hat p)}{n}}[/tex]

And replacing we got:

[tex] SE= \sqrt{\frac{0.75*(1-0.75)}{64}}= 0.0541[/tex]

Betty has several of the standard six-sided dice that are common in many board games. If Betty rolls one of these dice, what is the probability that: She rolls a three. (enter the answer as a percent rounded to the nearest tenth as needed)

Answers

Answer:

16.7%

Step-by-step explanation:

Each of the six faces of a six-faced die shows one of the numbers: 1, 2, 3, 4, 5, 6.

A roll of a die is equally likely to land on any face, so the total number of possible outputs is 6, corresponding to the number of faces on the die.

The desired outcome here is 3, meaning the face that shows the number 3. Only one face has the number 3, so the number of desired outcomes is 1.

p(event) = (number of desired outcomes)/(total number of possible outcomes)

p(3) = 1/6 = 0.16666... = 16.7%

The perimeter of a triangle is 82 feet. One side of the triangle is 2 times the second side. The third side is 2 feet longer than the second side. Find the length of each side.

Answers

Answer:

Side 1: 40 feet

Side 2: 20 feet

Side 3: 22 feet

Step-by-step explanation:

Side 1 is twice the length of side 2 and side 2 is 20 feet, which means side 1 is 40 feet. Side 3 is the the length of the second side plus 2, which means it has a length of 22 feet.

A poll agency reports that 75% of teenagers aged 12-17 own smartphones. A random sample of 234 teenagers is drawn. Round your answers to four decimal places as needed. Part 1. Find the mean . Part 2. out of 6 Find the standard deviation

Answers

Answer:

If our random variable of interest for this case is X="the number of teenagers between 12-17 with smartphone" we can model the variable with this distribution:

[tex] X \sim Binom(n=234, p=0.75)[/tex]

And the mean for this case would be:

[tex] E(X) =np = 234*0.75= 175.5[/tex]

And the standard deviation would be given by:

[tex] \sigma =\sqrt{np(1-p)}= \sqrt{234*0.75*(1-0.75)}= 6.624[/tex]

Step-by-step explanation:

If our random variable of interest for this case is X="the number of teenagers between 12-17 with smartphone" we can model the variable with this distribution:

[tex] X \sim Binom(n=234, p=0.75)[/tex]

And the mean for this case would be:

[tex] E(X) =np = 234*0.75= 175.5[/tex]

And the standard deviation would be given by:

[tex] \sigma =\sqrt{np(1-p)}= \sqrt{234*0.75*(1-0.75)}= 6.624[/tex]

Data collected by the Substance Abuse and Mental Health Services Administration (SAMSHA) suggests that 69.7% of 18-20-year-olds consumed alcoholic beverages in 2008.
(a) Suppose a random sample of the ten 18-20-year-olds is taken. Is the use of the binomial distribution appropriate for calculating the probability that exactly six consumed alcoholic beverages?
i. No, this follows the bimodal distribution.
ii. Yes, there are 10 independent trials, each with exactly two possible outcomes, and a constant probability associated with each possible outcome.
iii. No, the trials are not independent.
iv. No, the normal distribution should be used.
(b) Calculate the probability that exactly 6 out of 10 randomly sampled 18- 20-year-olds consumed an alcoholic drink.
(c) What is the probability that exactly four out of the ten 18-20-year-olds have not consumed an alcoholic beverage?
(d) What is the probability that at most 2 out of 5 randomly sampled 18-20-year-olds have consumed alcoholic beverages?

Answers

Answer:

(a) Yes, there are 10 independent trials, each with exactly two possible outcomes, and a constant probability associated with each possible outcome.

(b) The probability that exactly 6 out of 10 randomly sampled 18- 20-year-olds consumed an alcoholic drink is 0.203.

(c) The probability that exactly 4 out of 10 randomly sampled 18- 20-year-olds have not consumed an alcoholic drink is 0.203.

(d) The probability that at most 2 out of 5 randomly sampled 18-20-year-olds have consumed alcoholic beverages is 0.167.

Step-by-step explanation:

We are given that data collected by the Substance Abuse and Mental Health Services Administration (SAMSHA) suggests that 69.7% of 18-20-year-olds consumed alcoholic beverages in 2008.

(a) The conditions required for any variable to be considered as a random variable is given by;

The experiment consists of identical trials.Each trial must have only two possibilities: success or failure.The trials must be independent of each other.

So, in our question; all these conditions are satisfied which means the use of the binomial distribution is appropriate for calculating the probability that exactly six consumed alcoholic beverages.

Yes, there are 10 independent trials, each with exactly two possible outcomes, and a constant probability associated with each possible outcome.

(b) Let X = Number of 18- 20-year-olds people who consumed an alcoholic drink

The above situation can be represented through binomial distribution;

[tex]P(X = r) = \binom{n}{r}\times p^{r} \times (1-p)^{n-r}; x = 0,1,2,......[/tex]

where, n = number of trials (samples) taken = 10 people

            r = number of success = exactly 6

            p = probability of success which in our question is % 18-20

                  year-olds consumed alcoholic beverages in 2008, i.e; 69.7%.

So, X ~ Binom(n = 10, p = 0.697)

Now, the probability that exactly 6 out of 10 randomly sampled 18- 20-year-olds consumed an alcoholic drink is given by = P(X = 6)

           P(X = 3) =  [tex]\binom{10}{6}\times 0.697^{6} \times (1-0.697)^{10-6}[/tex]

                         =  [tex]210\times 0.697^{6} \times 0.303^{4}[/tex]

                         =  0.203

(c) The probability that exactly 4 out of 10 randomly sampled 18- 20-year-olds have not consumed an alcoholic drink is given by = P(X = 4)

Here p = 1 - 0.697 = 0.303 because here our success is that people who have not consumed an alcoholic drink.

           P(X = 4) =  [tex]\binom{10}{4}\times 0.303^{4} \times (1-0.303)^{10-4}[/tex]

                         =  [tex]210\times 0.303^{4} \times 0.697^{6}[/tex]

                         =  0.203

(d) Let X = Number of 18- 20-year-olds people who consumed an alcoholic drink

The above situation can be represented through binomial distribution;

[tex]P(X = r) = \binom{n}{r}\times p^{r} \times (1-p)^{n-r}; x = 0,1,2,......[/tex]

where, n = number of trials (samples) taken = 5 people

            r = number of success = at most 2

            p = probability of success which in our question is % 18-20

                  year-olds consumed alcoholic beverages in 2008, i.e; 69.7%.

So, X ~ Binom(n = 5, p = 0.697)

Now, the probability that at most 2 out of 5 randomly sampled 18-20-year-olds have consumed alcoholic beverages is given by = P(X [tex]\leq[/tex] 2)

        P(X [tex]\leq[/tex] 2) = P(X = 0) + P(X = 1) + P(X = 3)

= [tex]\binom{5}{0}\times 0.697^{0} \times (1-0.697)^{5-0}+\binom{5}{1}\times 0.697^{1} \times (1-0.697)^{5-1}+\binom{5}{2}\times 0.697^{2} \times (1-0.697)^{5-2}[/tex]

=  [tex]1\times 1\times 0.303^{5}+5 \times 0.697^{1} \times 0.303^{4}+10\times 0.697^{2} \times 0.303^{3}[/tex]

=  0.167

Among all pairs of numbers whose sum is 6​, find a pair whose product is as large as possible. What is the maximum​ product? The pair of numbers whose sum is 6 and whose product is as large as possible is

Answers

Answer:

The pair of numbers is (3,3) while the maximum product is 9

Step-by-step explanation:

The pairs of numbers whose sum is 6 starting from zero is ;

0,6

1,5

2,4

3,3

Kindly note 2,4 is same as 4,2 , so there is no need for repetition

So the maximum product is 3 * 3 = 9 and the pair is 3,3

The pair of the numbers where the sum is 6 should be 3 and 3 and the maximum product is 9.

Calculation of the pair of the numbers:

Since the sum of the pairs is 6

So, here are the following probabilities

0,6

1,5

2,4

3,3

Now if we multiply 3 and 3 so it comes 9 also it should be large

Therefore, The pair of the numbers where the sum is 6 should be 3 and 3 and the maximum product is 9.

Learn more about numbers here: https://brainly.com/question/13902300

whats 1 and 1/2 + 2 and 3/10

Answers

Answer:

[tex]3\frac{4}{5}[/tex]

Step-by-step explanation:

You first need to make the denominators the same and the LCM (least Common Multiple of this equation is 10.

10/10-->1

1/2--> 5/10

2--> 20/10

3/10, the denominator is already 10, so don't need to change.

10/10+5/10+20/10+3/10=38/10=[tex]3\frac{8}{10}[/tex]=[tex]3\frac{4}{5}[/tex]

Answer:

3 4/5

Step-by-step explanation:

hopefully this helped :3



We can show that ∆ABC is congruent to ∆A′B′C′ by a translation of

Answers

CHECK THE ATTACHMENT FOR COMPLETE QUESTION

Answer:

We can show that ΔABC is congruent to ΔA'B'C' by a translation of 2 unit(s) Left and a Reflection across the x axis.

Step-by-step explanation:

We were given triangles ABC and A'B'C' of which were told are congruents,

Now we can provide the coordinates of A and A' from the given triangles ΔABC and ΔA'B'C' ,if we choose a point of A from ΔABC and A' from ΔA'B'C' we have these coordinates;

A as (8,8) and A' (6,-8) from the two triangles.

If we shift A to A' , we have (8_6) = 2 unit for that of x- axis

If we try the shift on the y-coordinates we will see that there is no translation.

Hence, the only translation that take place is of 2 units left.

It can also be deducted that there is a reflection

by x-axis to form A'B'C' by the ΔABC.

BEST OF LUCK

What is the greatest common factor of 24 and 46?

Answers

Answer:

GCF - 2

Step-by-step explanation:

24 - 1, 2, 3, 4, 6, 8, 12, 24

36 - 1, 2, 23, 46

Hope this helps! :)

The Greatest Common Factor of 24 and 46 is 2

What is Greatest Common Factor?

Greatest Common Factor is the highest number that divides exactly into two or more numbers.

Given data ,

The two numbers are 24 and 46

Factors of 24 = 1 , 2 , 3 , 4 , 6 , 12 , 24

Factors of 46 = 1 , 2 , 23 , 46

The common factor is 1 and 2

And the greatest among them is 2

Hence , the greatest common factor of 24 and 46 is 2

To learn more about greatest common factor click :

https://brainly.com/question/659237

#SPJ2

A trailer in the shape of a rectangular prism has a volume of 3,816 cubic feet. The length of the trailer is 11 feet less than 8 times the width w, and the height is 1 foot more than the width. Please help right away! Thank you so much!

Answers

Answer:

Width = 8 ft

Length = 53 ft

Height = 9 ft

Step-by-step explanation:

Let width be x

Length will be 8x-11

Height will be x + 1

Volume = width x height x length

=

x * (8x-11) * (x+1) = 3816

(8x^2 - 11x) * (x+1) = 3816

8x^3 + 8x^2 - 11x^2 - 11x = 3816

8x^3 -3x^2 - 11x = 3816

8x^3+64x^2-61x^2-488x +477x-3816= 0

8x^2 (x-8)+61x(x-8)+488(x-8)

(x-8)(8x^2 + 61x + 477) = 0

x-8

8x^2 + 61x + 477 = 0

Solve the equations:

x = 8

Length = 8x -11 = 64-11 = 53

Height = 8+1 = 9

Answer:

8w^3-3w^2-11w=3816

Step-by-step explanation:

Find the equation, in terms of w, that could be used to find the dimensions of the trailer in feet. Your answer should be in the form of a polynomial equals a constant.

Victor Vogel is 27 years old and currently earns $65,000 per year. He recently picked a winning number in the Wisconsin lottery. After income taxes he took home $1,000,000. Victor put the entire amount into an account earning 5% per year, compounded annually. He wants to quit his job, maintain his current lifestyle and withdraw enough at the beginning of each year to replace his salary. At this rate, how long will the winnings last?

Got the explanation from classmates
N=??? I/Y=5 PV=1000000 PMT=-65000 FV=0
It will last 27 years.

Answers

Answer:

  27 years

Step-by-step explanation:

The formula for the number of payments can be used:

  N = -log(1 +0.05(1 -1000000/65000))/log(1.05) +1 = 27.03

There will be a couple thousand dollars left after the 27th payment.

The winnings will last 27 years.

Sue Mitchell Weighted 8 lbs. 13 oz. when she was born she now weighs 93 lbs. 5 oz. how much has she gained since birth

Answers

Answer:

84 Ibs. 8 oz.

Step-by-step explanation:

1 pound equals 16 oz

so u add 3 to 13 which gives u 1 pound which is 9

so u subtract 93 by 9 which is 84

plus the 5 oz which is 84 pounds 8 oz

to check it u add 8 lbs and 13 by 84 lbs and 8 oz

which is 93 and 5 lbs

hope this helps

answer : 84 pounds
explanation :

Please answer this quick! Worth 23 POINTS!

Answers

Answer:

A) [tex]\boxed{m<VYW = 47 degrees}[/tex]

B) [tex]\boxed{XY = 77 degrees}[/tex]

Step-by-step explanation:

a) According to Outside Angles theorem:

=> m∠VYW = [tex]\frac{1}{2} (VW-VX)[/tex]

Where mVX = 79, VW = 173

=> m∠VYW = (173-79)/2

=> m<VYW = 94/2

=> m∠VYW = 47 degrees

b) According to Angles of Intersecting Chords Theorem:

=> m∠VZW = [tex]\frac{1}{2} (VW+XY)[/tex]

Where m∠VZW = 64, VW = 51

=> 64 = 1/2(51+XY)

Multiplying both sides by 2

=> 64*2 = 51+XY

=> 128 = 51+XY

=> XY = 128-51

=> XY = 77 degrees

The question is on the screenshot. Please help?

Answers

Answer:

1.7 m²

Step-by-step explanation:

Given a ∆ABC with side AB = 8 ft, side AC = 8 ft, and the angle (θ) between both sides = 35°

Thus, we can find the area of ∆ABC using the formula below:

Area of ∆ABC = ½*AB*AC*sin(θ)

Length of AB = AC = 8 ft = 2.4384 m

(Note: you must convert from ft to m since we are told to find the area in m²)

Area = ½*2.4384*2.4384*sin(35)

Area = ½*5.95*0.5736

Area = ½*3.41292

Area = 3.41292/2

Area of ∆ABC = 1.7065

Area of ∆ABC ≈ 1.7 m² (to nearest tenth)

Simplify the expression by using a Double-Angle Formula or a Half-Angle Formula. [tex]2*sin(x/2)*cos(x/2)[/tex]

Answers

Answer:

[tex]2\sin{\frac{x}{2}}\cos{\frac{x}{2}} = \sin{x}[/tex]

Step-by-step explanation:

The double angle formula states that:

[tex]\sin{2a} = 2\sin{a}\cos{a}[/tex]

In this question:

[tex]2\sin{\frac{x}{2}}\cos{\frac{x}{2}}[/tex]

So

[tex]a = \frac{x}{2}[/tex]

Then

[tex]2\sin{\frac{x}{2}}\cos{\frac{x}{2}} = \sin{\frac{2x}{2}} = \sin{x}[/tex]

6th grade math :) help me please!

Answers

Answer:

b) 7r +r +2d) 3u +1 +7y

Step-by-step explanation:

Identify the variable in each term. If two or more terms have the same variable, they are "like" terms.*

1) Like terms are found in selection b. They are 7r and r.

__

2) The variables in selection d are u and y, not the same. Only unlike terms are found in selection d. (Selection b has variables x, b, x. The x-terms are like terms and can be combined.)

_____

* Strictly speaking, it is the constellation of variables you want to match. For example, terms 3xy, 4xy², and -5x²y all have variables x and y, but the powers of those variables don't match from term to term. For terms to be "like", the variables and their powers need to match.

PLEASE HELP ME!!!!!! Consider what would happen if you were to slice a face at a vertex (cut a corner) of a particular polyhedron. You would see a new polygonal face where the old vertex used to be. What type of polygon would a slice of a cube at a vertex create? Explain how you know.

Answers

Answer:

See below.

Step-by-step explanation:

There are 3 edges and 3 faces  projecting out from a vertex of a cube.

So the polygon produced would be a triangle.

Answer:

A triangle.

Step-by-step explanation:

As shown above, the plane which slices a corner intersects the polyhedron in [tex] n [/tex] faces which depend on the particular polyhedron.

Here it is a cube, and it intersects three faces. Since the intersection of two planes is a line and there are three planes to intersect with, there are three sides of the polygon.

Hence the polygon is a triangle.

If A, dollars are invested at annual interest rate r, compounded
monthly, then after years the account will have grown to
121
A(t) = 40 (1
10 (1 + )"
12
If $2000 is placed into an account eaming 12% annual
interest, compounded monthly, how much will it grow to after
15 years?

Answers

Answer:

  $11,991.60

Step-by-step explanation:

An appropriate formula is ...

  A = P(1 +r/n)^(nt)

where r is the annual rate, n is the number of time per year interest is compounded, and t is the number of year. P is the principal invested.

Filling in the given numbers, we have ...

  A = $2000(1 +0.12/12)^(12·15) = $2000(1.01^180) ≈ $11,991.60

The account balance after 15 years will be $11,991.60.

The area of a rectangular horse pasture is 268,500 square yards. The length of the pasture is 5 yards less than three times the width. What is the width of the pasture in yards? Do not include units in your answer. Please help right away! Thank you very much!

Answers

Answer:  width = 300

Step-by-step explanation:

Area (A) = Length (L) x width (w)

Given: A = 268,500

           L = 3w - 5

           w = w

268,500 = (3w - 5) x (w)

268,500 = 3w² - 5w

            0 = 3w² - 5w - 268,500

            0 = (3w + 895) (w - 300)

   0 = 3w + 895        0 = w - 300

  -985/3 = w             300 = w

Since width cannot be negative, disregard w = -985/3

So the only valid answer is: w = 300

   

Which expressions are equivalent to 7x – 14? Check all that apply. 14 – 7x x – 2 –(14 – 7x) 7(x – 2) 3x – 14 + 4x 2x – 10 + 5x + 4

Answers

Answer:

-(14 - 7x)

7(x - 2)

3x - 14 + 4x

Step-by-step explanation:

The expressions have to equal 7x - 14.

-(14 - 7x)

-14 + 7x

7(x - 2)

7x - 14

3x - 14 + 4x

7x - 14

The equivalent expression for the given expression 7x - 14 will be 7(x – 2) and 3x – 14 + 4x.

What is an expression?

The mathematical expression combines numerical variables and operations denoted by addition, subtraction, multiplication, and division signs.

Mathematical symbols can be used to represent numbers (constants), variables, operations, functions, brackets, punctuation, and grouping. They can also denote the logical syntax's operation order and other properties.

Given that the expression is 7x – 14. The equivalent expression to 7x - 14 will be,

E = 7(x – 2)

E = 7x - 14

E = 3x - 14 + 4x

E = 3x+ 4x - 14

E = 7x - 14

To know more about an expression follow

https://brainly.com/question/25968875

#SPJ6

Other Questions
Choose the correctly punctuated sentence:1)Bill Smith an unknown artist will havehis first exhibit in May.2)Bill Smith, an unknown artist will havehis first exhibit in May.3)Bill Smith, an unknown artist, will havehis first exhibit in May. When will the New Horizons spacecraft reach its next target 2014 MU69 in the Kuiper Belt? (Please supply month, day, and year.) 4. In general, how do the concepts of "early, middle, and late demographic transition" map to the concepts of "first, second, and third world countries"? I need help asap solving this! which point is a solution to the solution8x-3 KEVIN HAS TWO PART-TIME JOBS. HE DELIVERS PIZZA FOR PEDRO'S PIZZERIAAND MAKES $8 AN HOUR, PLUS $20 FOR DRIVING EXPENSES EACH WEEK. HEALSO DOES ODD JOBS FOR A LOCAL HARDWARE STORE, WHERE HE IS PAID $10AN HOUR.A. WRITE A SYSTEM OF EQUATIONS TO DESCRIBE THE SCENARIO WHERE HREPRESENTS THE NUMBER OF HOURS KEVIN WORKS, AND AREPRESENTS THE AMOUNT HE EARNS AT EACH JOB IN A WEEK. Which of the following is an example of a behavioral trait thatis likely to increase reproductive success?O colorful feathersO a danceO tail length A 32.3-gram sample of gas is found to have a volume of 1.9 liters at 301 K and 1.21 atm. What is the molar mass of this gas? Show all of the work used to solve this problem. From Statistics and Data Analysis from Elementary to Intermediate by Tamhane and Dunlop, pg 265. A thermostat used in an electrical device is to be checked for accuracy of its design setting of 200F. Ten thermostats were tested to determine their actual settings, resulting in the following data: 202.2 203.4 200.5 202.5 206.3 198.0 203.7 200.8 201.3 199.0 Perform the t-test to determine if the mean setting is different from 200F. Use = 0.05 Describe what happens when two substances at different temperatures cine into contact. Describe how the law of conservation of energy applies to this system please help me solve Find the volume of this using this formula: v=LWH Why did Friar Laurence suggest Juliet should take the potion? I need help with this question can someone please help me Identify the correct statements in the context of friction factors of laminar and turbulent flows a) In turbulent flow, the tubes with rough surfaces have much higher friction factors than the tubes with smooth surfaces b) In turbulent flow, the tubes with rough surfaces have much lower friction factors than the tubes with smooth surfaces. c) In laminar flow, the friction factor is dependent on the surface roughness d) In laminar flow, the friction factor is independent of the surface roughness. Patty buys a new car and gets it appraised every few years. After owning the car for 3 years, its value is $15,000. After owning the car for 5 years, its value is $9,000. What is the constant of proportionality in this inverse variation? Use two unit multipliers to convert 50 square centimeters to square meters. Two Earth satellites, A and B, each of mass m = 980 kg , are launched into circular orbits around the Earth's center. Satellite A orbits at an altitude of 4100 km , and satellite B orbits at an altitude of 12100 km The radius of Earth RE is 6370 km. (a) What is the ratio of the potential energy of satellite B to that of satellite A, in orbit? (b) What is the ratio of the kinetic energy of satellite B to that of satellite A, in orbit? (c) Which satellite has the greater total energy if each has a mass of 14.6 kg? (d) By how much? Quin est encargado de pasar la aspiradora? _________refers to a coordinated effort to achieve institutional change to meet a need, solve a social problem, correct an injustice, or enhance the quality of human life.