In each expression below the numbers under the root sign all add to the same number, 10. Determine which expression is greatest. How?

a) √7+ √3
b) √6+ √4
c) √8+ √2

Answers

Answer 1

Answer:

Step-by-step explanation:

I think a calculator is the only way to solve this question:

[tex]\sqrt{7} +\sqrt{3} = 2.96\\\\\sqrt{6} +\sqrt{4} = 2.54\\\\\sqrt{8} +\sqrt{2} =3.07[/tex]

So (c) is the greatest.


Related Questions

5. Solve the following problems. Note: In those problems the geometric multiplicity is less than algebraic multiplicity. (a)d/ dx = ( 1 −44 −7) x2−30

Answers

Answer:

-130

Step-by-step explanation:

what is the as surface area of the rectangular prism ​

Answers

Answer:

142 sq cm

Step-by-step explanation:

A= 2(lh + wh + lw)

2(7*3+5*3+7*5)

2(21+15+35)

2(71)

A= 142 sq cm

It’s going to a. 142 square cm


-you multiply the length x width to find the surface area

Michelle asked 30 people entering a movie theater how many movies they had seen over the past year. Here are the results of her poll. 0, 5, 3, 2, 6, 8, 10, 12, 11, 16, 0, 3, 4, 7, 2, 0, 1, 9, 6, 4, 4, 8, 14, 16, 17, 18, 5, 3, 6, 8 (a) Create a frequency table for the data with 5 classes. (b) Create a histogram from your frequency table. Label the axes and give the histogram a title. Answer: (c) Number of movies Frequency

Answers

Part (a) of this sentence displays the frequency chart, and part (c) displays the histogram (b) .

what is histogram ?

A graph that displays the distribution of a collection of continuous data is called a histogram. It is composed of a number of bars, each of which represents a set of values, and whose height denotes the frequency or number of data points that lie within a given range. Histograms are used to depict a distribution's shape, centre, and spread graphically. They are frequently used to find patterns and trends in data in areas like statistics, data analysis, and scientific study.

given

(A) We must first identify the data's range before dividing it into 5 intervals of equal width in order to construct a frequency table with 5 classes. The values are in the range of 0 to 18.

(b) We plot the class intervals on the x-axis and the frequency on the y-axis to generate a histogram from the frequency chart. The counts are used to illustrate how frequently each class interval occurs.

Part (a) of this sentence displays the frequency chart, and part (c) displays the histogram (b).

To know more about histogram visit :-

https://brainly.com/question/16819077

#SPJ1

a bin can hold 28 pounds. each toy car weighs 7 ounces. how many toy cars can the bin hold? (2 points) 64 toy cars 72 toy cars 88 toy cars 92 toy cars

Answers

A bin can hold 28 pounds. each toy car weighs 7 ounces., so the bin can hold 64 toy cars.

How to determine the number of toy cars

To determine the number of toy cars the bin can hold, we must first convert the weight limit of the bin and the weight of the toy cars to a uniform unit of measure.

We'll then divide the weight limit of the bin by the weight of one toy car. After that, we'll multiply the resulting value by the number of ounces in one pound (16).

Here's how to solve the problem:

1 pound = 16 ounces

Therefore, a bin that can hold 28 pounds can hold:28 × 16 = 448 Ounces

The weight of one toy car is 7 ounces.

Divide the weight limit of the bin (448 ounces) by the weight of one toy car (7 ounces):

448 ÷ 7 = 64

Therefore, the bin can hold 64 toy cars.

Learn more about weight limit at

https://brainly.com/question/14375094

#SPJ11

20.
Points A(6,-2) and B(-5,5) are plotted on a coordinate plane.
Find the distance between points A and B.

Answers

Answer:

13

Step-by-step explanation:

distance formula:

=[tex]\sqrt{(y2-y1)^{2}+(x2-x1)^{2} }[/tex]

=[tex]\sqrt{(5--2)^{2}+(-5-6)^{2} } \\\sqrt{170} \\13[/tex]

I need help I need to show my work please help

Answers

Answer: 19

Step-by-step explanation:

This is an isosceles trapezoid. Note that because this is an isosceles trapezoid, QN and MP are equal. Use the lengths given and solve:

3x + 1 + 6 = 6x - 5

3x = 12

x = 4

Plug x = 4 in 3x + 1 + 6, and we get 3(4) + 1 + 6 = 12 + 7 = 19

Hope this helps!

Anna wants to make 30 mL of a 60 percent salt solution by mixing togethera 72 percent salt solution and a 54 percent salt solution. How much of each solution should dhe use

Answers

Anna should use 10 mL of the 72% salt solution and 20 mL of the 54% salt solution to make 30 mL of a 60% salt solution

Let's assume that Anna will use x mL of the 72% salt solution, and therefore she will use (30 - x) mL of the 54% salt solution (since the total volume is 30 mL).

To find out how much of each solution Anna should use, we can set up an equation based on the amount of salt in each solution.

The amount of salt in x mL of 72% salt solution is

= 0.72x

The amount of salt in (30 - x) mL of 54% salt solution is

= 0.54(30 - x)

To make a 60% salt solution, the total amount of salt in the final solution should be

0.6(30) = 18

So we can set up an equation

0.72x + 0.54(30 - x) = 1

Simplifying the equation

0.72x + 16.2 - 0.54x = 18

0.18x = 1.8

x = 10 ml

Learn more about equation here

brainly.com/question/17156168

#SPJ4

This is a modification of A7 - Quadratic Approximation. Create a Matlab function called myta which takes four arguments in the form myta(f,n,a,b). Heref is a function handle, n is a nonnegative integer, and a and b are real numbers. The Matlab function should find the nth Taylor Polynomial to f(x) at x = a and plug in x = b, then it should return the absolute value of the difference between this value and f(b). The the nth Taylor Polynomial to f (x) is the function g(x) = f(a) + f'(a)(x – a) += f'(a)(x – a)? + 1 1 f''(a)(x – a)3 + + f(n)(a)(x – a)". 1 3! n! 3 Here are some samples of input and output for you to test your code. When you submit your code the inputs will be different. Here vpa is being used to show lots of digits

Answers

As we have defined the Matlab function called myta which takes four arguments in the form myta(f,n,a,b).

The purpose of the function is to find the nth Taylor polynomial of the function f(x) at x = a and evaluate it at x = b. Then, it should return the absolute value of the difference between this value and f(b).

Now that we have the nth Taylor polynomial of f(x) at x = a, we can evaluate it at x = b and calculate the absolute difference between this value and f(b).

function result = myta(f,n,a,b)

   syms x; % define x as symbolic variable

   g = f(a); % initialize g as f(a)

   for i=1:n % iterate from 1 to n

       deriv = diff(f,x,i-1); % calculate the ith derivative of f

       term = deriv*(x-a)^(i-1)/factorial(i-1); % calculate the ith term of the Taylor series

       g = g + term; % add the ith term to g

   end

   result = abs(g - f(b)); % calculate the absolute difference between g(b) and f(b)

end

This code calculates the absolute difference between g(b) and f(b) using the "abs" function and assigns it to the output variable "result".

To know more about function here

https://brainly.com/question/28193995

#SPJ4

Q.4. A shopkeeper bought 18 sets of kurthas at the rate of Rs.1000 each. If 3 sets of kurthas were damaged and the remaining sets of kurthas were sold at the rate of Rs. 1250. Find the profit or loss of the shopkeeper. ​

Answers

Answer:

Rs 750

Step-by-step explanation:

Given, No. of kurtas: 18, Each with CP = Rs 1000.

So, SP of 18 kurtas: 18*1000 = Rs. 18000

Also, 3 sets of kurtas were damaged.

Therefore, Remaining kurtas: 18-3 = 15. SP of each: Rs 1250.

SP of 15 kurtas: 15*1250 = Rs. 18750

So, Clearly SP>CP, Profit.

We know Profit= SP-CP

= 18750-18000 = Rs 750

I cant figure it out

Answers

4x - 4/4x² + x is the value of linear equation.

What in mathematics is a linear equation?

A linear equation is an algebraic equation of the form y=mx+b, where m is the slope and b is the y-intercept, and only a constant and a first-order (linear) term are included. The variables in the previous sentence, y and x, are referred to as a "linear equation with two variables" at times.  

                                   Equations with power 1 variables are known as linear equations. One example with only one variable is where ax+b = 0, where a and b are real values and x is the variable.

28x³ - 28x²/28x⁴ + 7x³

= 28x²( x - 1 )/7x³( 4x + 1)

= 4( x - 1)/x( 4x + 1)

= 4x - 4/4x² + x

Learn more about linear equation

brainly.com/question/11897796

#SPJ1

Suppose E and F are two events, with the following probability table F F’
E 0.1 0.3 E' 0.2 0.4 a) Compute P(EF). b) Are E and F independent? Explain. c) Are E and F mutually exclusive? Explain.

Answers

a) With the following probability table F F, Let’s apply the formula for the intersection of events to solve the first part of the problem.

P(EF) = P(E) x P(F|E).We know that P(E) = 0.1 and that P(F|E) = 0.3. Therefore,P(EF) = P(E) x P(F|E) = 0.1 x 0.3 = 0.03.b) Two events E and F are independent if and only if their intersection is equal to the product of their individual probabilities.

P(EF) = P(E) x P(F) if and only if E and F are independent. We know that P(E) = 0.1 and that P(F) = 0.1 + 0.3 = 0.4. Therefore, P(EF) = 0.03, which is different from 0.1 x 0.4 = 0.04.

Since P(EF) is different from P(E) x P(F), it means that E and F are not independent.c) Two events E and F are mutually exclusive if and only if their intersection is the null set.P(EF) = ∅ if and only if E and F are mutually exclusive. We know that P(EF) = 0.03, which is not equal to the null set. Therefore, E and F are not mutually exclusive.

Learn more about probablity:

https://brainly.com/question/24756209

#SPJ11

I need help please show your work

Answers

Answer:

The 2nd equation is false.

Step-by-step explanation:

You don't even have to solve. DE is not 58, it's 40.

The 2nd equation is false.

It is known that diskettes produced by a certain company will be defective with probability 0.01, independently of each other. The company sells the diskettes in packages of size 10 and offers a money-back guarantee that at most 1 of the 10 diskettes in the package will be defective.If someone buys 3 packages, what is the probability that he or she will return exactly 1 of 3 packages?

Answers

The probability of someone returning exactly 1 of the 3 packages can be calculated as:P(1 out of 3 packages is returned) = C(3, 1) × P(0 or 1 diskette is defective)¹ × (1 - P(0 or 1 diskette is defective))²P(1 out of 3 packages is returned) = C(3, 1) × (0.9043820371)¹ × (0.0956179629)²P(1 out of 3 packages is returned) = 0.2448700124Therefore, the required probability of someone returning exactly 1 of the 3 packages is 0.2448700124.

The given data from the question is that the company produces diskettes which have the probability of being defective as 0.01. The packages that are sold have a size of 10 and the guarantee says that there can be at most one defective diskette in the package. Now, the question is to find the probability of someone returning exactly 1 of the 3 packages that they have bought.  So, the given data can be summarized as:Given:Probability of the diskette being defective, p = 0.01Guarantee: At most one diskette in the package of size 10 is defective.Now, let's solve the problem using probability theory

Probability of 1 diskette being defective in a package of size 10 can be calculated as:P(defective) = p = 0.01P(non-defective) = 1 - p = 0.99Using the given guarantee, probability of at most one defective diskette in a package of size 10:P(0 or 1 diskette is defective) = P(0 defective) + P(1 defective)P(0 or 1 diskette is defective) = C(10, 0) × (0.99)¹⁰ + C(10, 1) × (0.99)⁹ × (0.01)P(0 or 1 diskette is defective) = 0.9043820371Using the above probability

Learn more about Probability

brainly.com/question/30034780

#SPJ11

The food service manager conducted a random survey of 200 students to determine their preference for new lunch menu items. There are 1,500 students in the school. Select all the manager’s predictions that are supported by the data

Answers

There are several predictions that the food service manager may make based on the data from the survey of 200 students regarding their preference for new lunch menu items. Let's examine some of these predictions and see if they are supported by the data.

The majority of students will like the new menu items.

The food service manager may predict that the majority of students in the school will like the new menu items, based on the positive responses from the 200 surveyed students. However, it's important to note that the sample size of 200 is relatively small compared to the total student population of 1,500. Therefore, it's possible that the preferences of the 200 surveyed students may not be representative of the preferences of the entire student population. To make a more accurate prediction, the manager may need to conduct a larger survey or pilot program to test the new menu items with a larger group of students.

Certain menu items will be more popular than others.

Based on the survey data, the food service manager may be able to identify which new menu items are more popular among the surveyed students. For example, if a majority of students indicate that they would like to see more vegetarian options, the manager may predict that introducing more vegetarian menu items will be popular among the broader student population. However, it's important to keep in mind that the preferences of the 200 surveyed students may not be representative of the preferences of the entire student population, so the manager may need to conduct additional research or testing to confirm these predictions.

The introduction of new menu items will increase overall satisfaction with the school lunch program.

If the survey data shows that a significant number of students are excited about the new menu items, the food service manager may predict that introducing these items will increase overall satisfaction with the school lunch program. However, it's important to note that satisfaction is a complex concept that can be influenced by many factors beyond just the menu items, such as the quality of service, cleanliness of the cafeteria, and overall atmosphere. Therefore, the manager may need to consider these other factors when predicting the impact of the new menu items on overall satisfaction with the lunch program.

In summary, while the data from the survey of 200 students can provide valuable insights into student preferences for new lunch menu items, it's important to interpret these results with caution and consider additional factors that may influence the broader student population. Conducting further research or testing can help to confirm these predictions and make more accurate decisions about the school lunch program.

To know more about  larger click here:

brainly.com/question/25009162

#SPJ4

a) Work out the minimum number of hikers who could have walked between 6 miles and 17 miles. b) Work out the maximum number of hikers who could have walked between 6 miles and 17 miles. < Back to task Distance, a (miles) 0≤ x<5 5 ≤ x < 10 10 ≤ a < 15 15 ≤ x < 20 20 ≤ w Scroll down Watch video Frequency 3 2 9 8 4 Answer

Answers

9 hikers are the bare minimum that might have covered the range of 6 to 17 miles because that distance falls inside the typical interval of 10 x 15 miles.

What is meant by minimum and maximum value?

Rearrange the function using fundamental algebraic concepts to determine the value of x when the derivative equals 0.

This response gives the x-coordinate of the function's vertex, which is where the maximum or minimum will occur.

To determine the minimum or maximum, rewrite the solution into the original function.

The greatest and smallest values of a function, either within a specific range (the local or relative extrema) or throughout the entire domain, are collectively referred to as extrema (PL: extrema) in mathematical analysis.

b)  the maximum number of hikers who could have walked between 6 miles and 17 miles is 19.

learn more about minimum and maximum CLICK HERE:

brainly.com/question/14993153

#SPJ1

(4) 2. Determine the exact answer for each of the calculations in question 2.1 above, by working out the errors caused by rounding, and compensating for them. 2.2.1. 723 + 586 2.2.2. 2850-1155

Answers

Up there for you to come in the first thing I can bring in your car and you can come in the first thing I can get it to where you want to come in and do something for you guys tomorrow and

La necesito por favor

Answers

Answer:

4(h+3) = 20

Step-by-step explanation:

Para empesar, disculpa si mi español no es perfecto, pero igual me encataria a ayudarte.

Pues, se sabe que estas temporadas de practica vienen en groupitos de horas a la ves. Dijo que cada dia, ella practica por alguans horas, las cuales suman a 20 en total. Como la problema nos dice que ella practica 4 veces a la semana, tienemos 4 de estos groupitos de horas. Por eso, la respuesa es 4(h+3) = 20, porque ella va por estas 4 temporadas de practicar 3 horas en la manana y quien sabe cuantos en la tarde. Addicionalmente, este"quien sabe" numero de horas se representa con h.

Identify the fallacies of relevance committed by the following arguments, giving a brief explanation for your answer. If no fallacy is committed, write "no fallacy". Surely you welcome the opportunity to join our protective organization. Think of all the money you will lose from broken windows, overturned trucks, and damaged merchandise in the event of your not joining.

Answers

There are no fallacies of relevance committed by the given argument.

The following arguments commits fallacy: argumentum ad baculum. Argumentum ad baculum is a Latin phrase which means argument from a stick or appeal to force. It is a type of logical fallacy in which someone tries to persuade another person by using threats of force or coercion rather than using evidence or reasoning.

The above statement is an example of the argumentum ad baculum fallacy as it tries to use fear to convince people to join their protective organization. They are using the threat of potential losses to convince people to join. It is a manipulative strategy that attempts to scare people into joining by threatening the safety of their business.No fallacy is committed. There are no fallacies of relevance committed by the given argument.

Learn more about Fallacies

brainly.com/question/14669739

#SPJ11

solve the proportion 7/11=18/x+1

Answers

Solve the equation [tex]7/11=18/x+1[/tex] we find the solution is [tex]x = 27.2857[/tex]

What is a formula or equation?

Your example is an equation since an equation is any statement with an equals sign. Equations are frequently utilized for mathematical equations since mathematicians like equal signs. A set of instructions for achieving a certain result is called an equation.

A formula is it an expression?

A number, a constant, or a mix of numbers, variables, and operation symbols make up an expression. Two expressions joined by such an assignment operator form an equation.

we can cross-multiply,

[tex]7(x+1) = 11(18)[/tex]

Expanding the left side,

[tex]7x + 7 = 198[/tex]

Subtracting [tex]7[/tex] from both sides,

[tex]7x = 191[/tex]

Dividing both sides by [tex]7[/tex],

[tex]x = 191/7[/tex]

Therefore, the solution to the proportion is

[tex]x = 27.2857[/tex]

To know more about equation visit:

https://brainly.com/question/10413253

#SPJ1

If the GM between √2 and 2√2 is a find the value of a.​

Answers

Answer:

If the GM between √2 and 2√2 is a find the value of a.​

Step-by-step explanation:

To find the geometric mean between two numbers, we simply take the square root of their product.

In this case, we want to find the geometric mean between √2 and 2√2.

Their product is:

√2 * 2√2 = 2√4 = 2*2 = 4

So, the geometric mean between √2 and 2√2 is the square root of 4, which is:

√4 = 2

Therefore, the value of a is 2.

Halle el valor de x y de y en el siguiente diagrama. Use el teorema de Tales:

No olvide adjuntar los procedimientos.

doy 20 puntos por favor es paea YAAAA

Answers

The value of  y = 2.34 and x = 2.31

What are the similar triangles?

Similar triangles are a pair of triangles that have the same shape but may differ in size. This means that their corresponding angles are congruent, and their corresponding sides are proportional. Similar triangles are an important concept in geometry.

Here two similar triangles are given below, ΔABC ≈ ΔCEF

For similar triangle we can write,

⇒ CE/CF = AE/BF

⇒ 3.9/5 = y/3    ⇒ y = (3×3.9)/5

So, y = 2.34

Similarly,

⇒ CF/CB = EF/AB

⇒ 5/8 = x/3.7    ⇒ x = (5×3.7)/8

⇒ x = 18.5/8 = 2.31

Therefore, The value of  y = 2.34 and x = 2.31

To know more about triangle, visit:

https://brainly.in/question/17424774

#SPJ1

According to the question the value of triangles y = 2.34 and x = 2.31

What are the similar triangles?

Similar triangles are a pair of triangles that have the same shape but may differ in size. This means that their corresponding angles are congruent, and their corresponding sides are proportional. Similar triangles are an important concept in geometry.

Here two similar triangles are given below, ΔABC ≈ ΔCEF
For similar triangle we can write,
⇒ CE/CF = AE/BF
⇒ 3.9/5 = y/3    ⇒ y = (3×3.9)/5
So, y = 2.34
Similarly,
⇒ CF/CB = EF/AB
⇒ 5/8 = x/3.7    ⇒ x = (5×3.7)/8
⇒ x = 18.5/8 = 2.31
Therefore, The value of  y = 2.34 and x = 2.31

To know more about triangle, visit:
https://brainly.com/question/28470545
#SPJ1

Solve the following formula for t
S=12(V0+V1)t

Answers

Answer:

[tex]{ \rm{s = 12( v_{0} + v_{1} )t}} \\ \\{ \boxed { \rm{t = \frac{s}{12(v_{0} + v_{1})} \: \: }}}[/tex]

A research submarine dives at a speed of 100​ ft/min directly toward the research lab. How long will it take the submarine to reach the lab from the surface of the​ ocean?

Can you explain why you got the answer too please

Answers

Answer:

The submarine travels 100 ft / min.

Step-by-step explanation:

To determine how long it will take the submarine to reach the lab from the surface of the ocean, we need to know how far it is from the surface of the ocean to the lab. Since this is not given, let us present the distance as D

The submarine travels at 100ft/min

He also travels a distance of D ft

Then  the ratio below is correct:1/100 = x/Dx = D/100

Where the x is the time we want to find. If you have omitted the distance D by mistake, all you need to do is divide it by 100 to get the time you are looking for.

It will take 29.2 minutes in order for the submarine to reach the lab from the surface of the​ ocean.

Solution

To determine how long it will take the submarine to reach the lab from the surface of the ocean, we need to know how far it is from the surface of the ocean to the lab. Since this is not given, let us present the distance as D.

The submarine travels at 100ft/min

He also travels a distance of Dft

Then the ratio below is correct:

[tex]1/100 = x/D[/tex]

[tex]x = D/100[/tex]

Where x is the time we want to find.

If you have omitted the distance D by mistake, all you need to do is divide it by 100 to get the time you are looking for.

Researchers want to determine whether drivers are significantly more distracted while driving when using a cell phone than when talking to a passenger in the car. In a study involving 48 people, 24 people were randomly assigned to drive in a driving simulator while using a cell phone. The remaining 24 were assigned to drive in the driving simulator while talking to a passenger in the simulator. Part of the driving simulation for both groups involved asking drivers to exit the freeway at a particular exit. In the study, 7 of the 24 cell phone users missed the exit, while 2 of the 24 talking to a passenger missed the exit. (a) Would this study be classified as an experiment or an observational study? Provide an explanation to support your answer. (b) State the null and alternative hypotheses of interest to the researchers. H0: Ha: (c) One test of significance that you might consider using to answer the researchers’ question is a two-proportion z-test. State the conditions required for this test to be appropriate. Then comment on whether each condition is met. (d) Using an advanced statistical method for small samples to test the hypotheses in part (b), the researchers report a p−value of 0.0683. Interpret, in everyday language, what this p−value measures in the context of this study and state what conclusion should be made based on this p−value.

Answers

The lower the p-value, the more likely it is that the results are not due to chance. In this case, the p-value is 0.0683 This means that the researchers can conclude that drivers are significantly more distracted while driving when using a cell phone than when talking to a passenger in the car.

There is a difference in the proportion of drivers who missed the exit between the two groups.
The conditions required for a two-proportion z-test to be appropriate include that the data is collected independently, both groups are independent, the data should come from a normal population, and the sample sizes should be greater than 10.
The data was collected independently, both groups are independent, and the sample sizes are greater than 10. Therefore, these conditions are met. It is not clear if the data is from a normal population or not, but the test can still be used if the sample sizes are large enough.
The p-value of 0.0683 measures the probability that the results observed are due to chance. Therefore ,the lower the p-value, the more likely it is that the results are not due to chance.

In this case, the p-value is 0.0683, which is considered to be a small enough value that it indicates a statistically significant difference between the two groups.

for such more questions on probability

https://brainly.com/question/13604758

#SPJ11

what justifies the use of the normal distribution for the sampling distribution of the proportion?

Answers

The ability of the normal distribution to approximate the binomial distribution under appropriate conditions justifies the use of the normal distribution for the sampling distribution of the proportion.

A sampling distribution is a statistical probability distribution derived from a larger number of samples gathered from a certain population. The sampling distribution of a particular population is the distribution of frequencies of a range of possible outcomes for a population statistic.

A population is the whole pool from which a statistical sample is selected in statistics. A population can be defined as a large group of people, things, events, medical visits, or measures. A population can thus be defined as an aggregate observation of persons linked by a common trait.

Learn more about Sampling Distribution:

https://brainly.com/question/29368683

#SPJ4

Pls help me I will make u brainest


How many different numbers can be obtained from multiplying 2 distinct integer divisors of 10?

3

4

5

6

7

8

9

Answers

We can obtain 6 different numbers by multiplying 2 distinct integer divisors of 10.

How many different numbers can be obtained from multiplying 2 distinct integer divisors of 10?

The divisors of 10 are 1, 2, 5, and 10.

To determine how many different numbers can be obtained from multiplying 2 distinct integer divisors.

We need to select 2 distinct divisors and find their product.

The possible pairs are:

1 and 2, product = 21 and 5, product = 51 and 10, product = 102 and 5, product = 102 and 10, product = 205 and 10, product = 50

Therefoore, we can obtain 6 different numbers.

Learn more about divisors here: https://brainly.com/question/30144788

#SPJ1

If the midpoint of 2 sides of a triangle are connected with a segment then

Answers

The Midpoint is the middle- point of the line member. The midpoint connecting two sides of a triangle is resemblant to the third side and half as long.

The midpoint is the middle of the line member. It's equidistant from both endpoints and is the centroid of the member and endpoints. Cut a member in two.

The midpoint theorem states that a line member drawn from the midpoint of two sides of a triangle is resemblant to the third side and half the length of the third side of the triangle.

The mean theorem helps us find the missing values for the sides of triangles. Connects the sides of a triangle with a line member drawn from the midpoints of two sides of the triangle.

To know more about Mid-point,

brainly.com/question/28443113

#SPJ4

sweet 'n low answer 1 choose... splenda answer 2 choose... can cause diarrhea answer 3 choose... oldest non-nutritive sweetener answer 4 choose... made from amino acids - used in cold products answer 5 choose... 7,000 times sweeter than sugar answer 6 choose... made from modified sugar answer 7 choose... 600 times sweeter than sugar answer 8 choose... made from the stevia plant

Answers

The Stevia is a low-calorie alternative to sugar and is a good option for people who are trying to reduce their sugar intake.

Sweet 'n Low - Modified SugarSweet 'n Low is an artificial sweetener that is made from modified sugar. Sweet 'n Low is not as sweet as some other artificial sweeteners like Splenda and Truvia. However, Sweet 'n Low is still used in many products like gum, candy, and other sweet treats. Sweet 'n Low has been around since the 1950s and is still used today as a low-calorie alternative to sugar.Splenda - 600 times sweeter than sugarSplenda is a popular artificial sweetener that is around 600 times sweeter than sugar. Splenda is often used in diet drinks, desserts, and other sweet products. Splenda is made from sugar but is modified to be much sweeter. Splenda is a low-calorie alternative to sugar and can be used by people who are trying to reduce their sugar intake.Stevia - Made from the Stevia PlantStevia is an artificial sweetener that is made from the Stevia plant. Stevia is a natural sweetener and is often used in tea and other drinks. Stevia is not as sweet as some other artificial sweeteners, but it is still a popular alternative to sugar. Stevia is also used in some foods and desserts. Stevia is a low-calorie alternative to sugar and is a good option for people who are trying to reduce their sugar intake.

Learn more about Alternative

brainly.com/question/19718027

#SPJ11

Solve this math problem below

Answers

the only option that satisfies both conditions is option B:[tex]y = 12 \sqrt{(x)} - 1[/tex]. Its range is all real numbers and its graph is decreasing from left to right.

What is quadratic equation?

A quadratic equation is a type of polynomial equation of degree two, meaning it contains one or more terms that involve x raised to the power of two (i.e., x^2).

To determine which of these functions has a range of all real numbers and a graph that is decreasing from left to right, we can examine the behavior of the functions as x approaches positive or negative infinity.

 

For option A, we see that the term (x+7) inside the square root will approach infinity as x approaches infinity, and since the term is subtracted from 3 and multiplied by -6, the y-values will approach negative infinity.

For option B, as x approaches infinity, the square root term will also approach infinity, and since it is being multiplied by 12 and subtracted by 1, the y-values will approach positive infinity.

For option C, as x approaches negative infinity, the term (x+1) inside the cube root will approach negative infinity, and since it is being multiplied by 3 and subtracted by 4, the y-values will approach negative infinity.

For option D, as x approaches negative infinity, the cube root term will approach negative infinity, and since it is being multiplied by -5 and added to 15, the y-values will approach positive infinity.

Therefore, the only option that satisfies both conditions is option B: y = [tex]12 \sqrt{(x)} - 1.[/tex] Its range is all real numbers and its graph is decreasing from left to right.

For the first question, we know that the given square root function has an endpoint at (-4, 19). Let's substitute these values into the function to solve for the unknown parameter 'a':

[tex]y = a\sqrt{(x-h)}+k[/tex]

[tex]19 = a \sqrt{(-4-h)}+k[/tex]

We also know that the square root function has a domain of all values of 'x' such that the expression inside the square root is non-negative. Therefore:

(x-h) >= 0

x >= h

Combining the two equations, we get:

[tex]19 = a\sqrt{(-4-h)}+k[/tex]

h <= x

Since we have only one equation with two unknowns ('a' and 'k'), we cannot solve for the exact values of 'h' and 'a'. However, we can eliminate some of the answer choices based on the domain condition:

For the second question, we need to find a function that has a range of all real numbers and a graph that is decreasing from left to right. Let's analyze each option:

Option A: y=-6√x+7+3 has a maximum value of 3 and a decreasing graph from left to right, but its range is limited to y <= 3, so it does not satisfy the range condition.

Option B: y = 12-1 has a constant value of 11, so its range is limited to y = 11, which does not satisfy the range condition.

Option C: y=3x+1-4 has a graph that is increasing from left to right, so it does not satisfy the decreasing graph condition.

Option D: y=-5 +15 has a constant value of 10, so its range is all real numbers, and its graph is decreasing from left to right (a horizontal line).

Therefore, the answer is Option D: y=-5 +15.

To learn more about quadratic equations from the given link:

brainly.com/question/30098550

#SPJ1

the primary purpose of statistical analysis is to: group of answer choices transform information into data.

Answers

The primary purpose of statistical analysis is to transform information into data. Therefore, the correct option is a)transform information into data.

What is statistical analysis?

Statistical analysis is the method of using statistical techniques to collect and analyze data, evaluate its reliability and determine its statistical significance. The following are the primary purposes of statistical analysis:Provide summaries and descriptions of data: One of the most important applications of statistical analysis is to present data in a clear and concise manner. Summarizing the data can assist people in making sense of the data and drawing inferences from it.

For example, data can be summarized using graphs, charts, or tables. Identify patterns and relationships: The goal of statistical analysis is to identify any patterns or relationships that exist within the data. For example, statistical analysis can be used to determine if a product's sales are correlated with a specific time of year.

Test hypotheses and draw conclusions: Statistical analysis is used to test hypotheses and draw conclusions about a population or phenomenon. This is accomplished by using statistical techniques to determine whether or not the data supports a particular hypothesis. Statistical analysis can also be used to determine the probability of an event occurring in the future.

The primary purpose of statistical analysis is to transform information into data. Therefore, the correct option is a)transform information into data.

The complete question is as follows:

The primary purpose of statistical analysis is to:

a)transform information into data.
b)select samples and make inferences about populations
c)convert data into useful desicion-making information
d)perform statistical computations

See more about statistical analysis at: https://brainly.com/question/14724376

#SPJ11

Other Questions
Do you think Japans closed country policy effectively kept Western ideas and customs out of Japan? Think about: the attitude toward European presence, reaction to past restrictions on Christianity and trade, and the role of Nagasaki. show that if 16 people are seated in a row of 20 chairs, then some group of 4 consecutive chairs must be occupied. A person with a mass of 55.0 kg jumps straight upwards, gaining 820.0 J of gravitational potential energy. How high did the person jump? Please could someone help me? You are designing a line dance and you want to include a changeof direction.Which move will create a change in direction?a half-turna pli squata grapevine stepa V-step 2x+2y= 24x=3yWhat is the value of x+y? I WILL MARK BRAINLIEST AND GIVE 20 POINTS which of the following items are included in the code of professional ethics of the american institute of certified public accountants: who is known as the father of taxonomy, who developed our modern system of naming organisms? The RN has administered a dose of antibiotics to the mother as ordered. Which of the following statements by the patient demonstrates understanding of the rationale for antibiotics?I need antibiotics because my child is at risk of infection due to premature rupture of membranes. the story of what happened in the battle of Moscow in 3 sentences Resonance in air column is used in which of these musical instrumentsa.Trumpetb. Drumsc. guitard. violent Active voice is usually clearer and more concise than passive voice. However, the following are some cases when passive voice would be appropriate. Select all that apply. A.When the agent is unknown B.When the agent is less important than the action C.When you want to vary your sentence structure D.None of the above. Passive voice is never an acceptable sentence structure. a prestigious investment bank designed a new security that pays a quarterly dividend of $2.50 in perpetuity. the first dividend occurs one quarter from today. what is the price of the security if the apr is 3.7 percent compounded quarterly? IncorrectQuestion 6How many parameters does the create_frame function take?Fill in the blank:1260/1 ptsQuiz Score: 4 out of Just after launch from the earth, the space-shuttle orbiter is in the 42 x 153mi orbit shown. At the apogee point A, its speed is 17246 mi/hr. If nothing were done to modify the orbit, what would its speed be at the perigee P? Neglect aerodynamic drag. (Note that the normal practice is to add speed at A, which raises the perigee altitude to a value that is well above the bulk of the atmosphere.) The radius of the earth is 3959 mi. Hypothesis testing is a method of using data relevant to a claim to test the likelihood that the claim is accurate. Which of the following is an ethical use of hypothesis testing in a business situation?As an ethical business owner, you want to find out if the claims you are making about the product you market are accurate. You conduct one or more hypothesis tests to check.You did not do something to evaluate product condition Alone or in a small group create a song or rap from the point of view of an insect who works for steven kutcher BP = FC + VCMThe fixed costs associated with the fundraiser include: one-time charges of art ($45), screen and set-up ($60),and advertising ($50 for a newspaper ad). In addition, the unit cost of the sweatshirt will be $16.50 per sweatshirt, with an additional charge of $.50 per shirt for shipping and individual plastic wrap. You plan to sell the sweatshirts for a retail price of $22.A. Calculate breakeven in units.B.calculate breakeven in dollars stripped bonds are bonds whose cash flows have been transformed into a security representing the principal payment only and a security representing interest payments only. a. true b. false Stanley is making trail mix out of 10 bags of nuts and 20 bags of dried fruits. He want each new portion of trail mix to be identical, containing the same combination of dried fruits with no bags left over. What is the greatest number of portions of trail mix Stanley can make?