Pls help step by step, loves <3 (special right triangles)

Pls Help Step By Step, Loves &lt;3 (special Right Triangles)

Answers

Answer 1

Answer:

x ≈ 30,37

y ≈ 29,00

Step-by-step explanation:

Use trigonometry:

[tex] \sin(38°) = \frac{9}{x} [/tex]

Now, use the property of the proportion to find x:

[tex]x = \frac{9}{ \sin(38°) } ≈30.37[/tex]

Do the same thing to find y:

[tex] \tan(38°) = \frac{9}{y} [/tex]

[tex]y = \frac{9}{ \tan(38°) } ≈29.00[/tex]


Related Questions

Use the expression 8 ÷ 2 + 9 x 9 - 10*2 exponent to create an
expression that includes a set of parentheses so that the

value of the expression is 17.

Answers

By adding the set of parentheses as shown above, we get an expression [tex]65 e^{0.68} \simeq 17.09[/tex]

What is exponent?

In mathematics, exponentiation is an operation involving two numbers, the base and the exponent or power. Exponentiation is written as bⁿ, where b is the base and n is the power; this is pronounced as "b to the n".

One possible way to create an expression using parentheses to get a value of 17 is:

((8 ÷ 2) + (9 × 9) - (10 × 2)) exponent 0.5

First, we evaluate the multiplication and division operations inside parentheses, since they have higher precedence than addition and subtraction.

[tex]((8 \div 2) + (9 \times 9) - (10 \times 2)) = (4 + 81 - 20) = 65[/tex]

Then, we raise the result to the power of 0.68 which is the same as taking the square root:

65 exponent 0.68 ≈ 17.09

To know more about expression  here

https://brainly.com/question/723406

#SPJ1

What is the distance from (-7,5) and (2,5)

Answers

Answer:

9

Step-by-step explanation:

the distance between the two points is just the difference in x-values: -7-2 = 9.

Answer:

The distance between two points  (-7, 5) and (2, 5) is [tex]\sqrt{35}[/tex]

Step-by-step explanation:

Given: Points (-7, 5) and (2, 5)            

We have to find the distance between the given points (2, 5) and (5, 7)

Consider the given points (2, 5) and (5, 7)

Distance between two points is calculated using formula

[tex]D=\sqrt{(x_2-x_1)^2+(y_2-y_1^2}[/tex]

[tex](x_1,y_1)=(-7,5), \ (x_2,y_2)=(2,5)[/tex]

Thus, [tex]D=\sqrt{(5- (-7))^2+(5-2)^2}=\sqrt{35}[/tex]

Thus, The distance between two points  (-7, 5) and (2, 5) is [tex]\sqrt{35}[/tex]


A tire is sold at a discount of 10%. It is sold for $45. Find the usual price of the tire.

Answers

let the usual price be any unknown like y. 10% of y = 45.10÷100×y = 45. 10y÷ 100 =45. cross multiply. 10y=4500.divide both sides by 10 to get usual price as $450

What is the distance between
6 2/3and 4 1/3on a number line?

Answers

[tex]\huge\text{Hey there!}[/tex]


[tex]\mathtt{6\dfrac{2}{3} - 4\dfrac{1}{3}}\\\\\mathtt{\rightarrow \dfrac{6\times3 + 2}{3} - \dfrac{4\times3 + 1}{3}}\\\\\mathtt{\rightarrow \dfrac{18 + 2}{3} - \dfrac{12 + 1}{3}}\\\\\mathtt{\rightarrow \dfrac{20}{3} -\dfrac{13}{3}}\\\\\mathtt{\rightarrow\dfrac{7}{3}}\\\\\mathtt{\rightarrow2 \dfrac{1}{3}}[/tex]


[tex]\huge\text{Therefore your answer should be:}[/tex]

[tex]\huge\boxed{\mathtt{2\dfrac{1}{3}}}\huge\checkmark[/tex]


[tex]\huge\text{Good luck on your assignment \& enjoy your day!}[/tex]


~[tex]\frak{Amphitrite1040:)}[/tex]

If 2 pretzel makers can make 444 pretzels in 6 hours, how long does it take 5 pretzel makers to make 88 pretzels?

Answers

Using simple mathematical operations we know that 19.03 min will be required to make 88 pretzels by 5 makers.

What are mathematical operations?

In mathematics, an operation is a function that transforms zero or more input values ​​into well-defined output values.

The number of operands is the arity of the operation.

The four basic operations in mathematics for all real numbers are:

Addition (sum; '+') Subtraction (difference formation; '-') Multiplication (product formation; '×') Division (quotient formation; '÷')

So, insert values as follows: t is time

2*6/44 = 5*t/88

t = 8*88/444*5 = 0.3171 hours

0.3171*60 = 19.026 min

Therefore, using simple mathematical operations we know that 19.03 min will be required to make 88 pretzels by 5 makers.

Know more about mathematical operations here:

https://brainly.com/question/20628271

#SPJ1

Complete question:

If 2 pretzel makers can make 444 pretzels in 6 hours, how long does it take 5 pretzel makers to make 88 pretzels?

One third of the number of people attending a football game were admitted at 1/2 normal price of admission. How many people paid full price, if the gate receipts
were $42,000?
F. 2,800
G. 3,500
H. 5,000
J. 5,200
K. cannot be determined from the information given

Answers

The question isn’t clear

using matrix method solve + 2 = 3 5 − = 7

Answers

Using matrix method solve + 2 = 3 5 − = 7. the solution to the system of equations is x = 2 and y = 1.

What is the  system of equations ?

To solve the system of equations:

x + 2y = 3

5x - 2y = 7

using matrix methods, we can represent the system as a matrix equation:

AX = B

where

A = [1 2; 5 -2]

X = [x; y]

B = [3; 7]

To solve for X, we need to find the inverse of A:

A^-1 = 1 / det(A) * adj(A)

where det(A) is the determinant of A and adj(A) is the adjugate of A.

det(A) = (1 * -2) - (2 * 5) = -12

adj(A) = [-2 -2; -5 1]

So, A^-1 = -1/12 * [-2 -2; -5 1] = [1/6 1/6; 5/6 -1/6]

Now, we can solve for X:

X = A^-1 * B = [1/6 1/6; 5/6 -1/6] * [3; 7] = [2; 1]

Therefore, the solution to the system of equations is x = 2 and y = 1.

Learn more about system of equations here:https://brainly.com/question/13729904

#SPJ1

TAKE MY POINTS pleaseeee

Answers

Answer:

156 M

Reasoning you add How far He has walked from his starting point

Step-by-step explanation:

Answer: 156 m here u go

Please help me on this question​

Answers

Answer:

Step-by-step explanation:

The hypotenuse length is not given here. So we have to find it.

We take hypotenuse length as X

by using the Pythagoras theorem

x² = 6²+10²

x= √136

x=2√34

the perimeter of the garden = 6+10+2√34

                                                = 16+2√34

                                                = 5.8+16

                                                =21.8m

What is the surface area of the geometric shape, in square centimetres?

Answers

The surface area of the given geometric shape(cube) is 24[tex]cm^2[/tex]. To find the surface area of a cube, you need to determine the total area of all the six faces of the cube.

Each face of a cube is a square with all sides equal in length to the edge length of the cube. The formula to find the surface area of a cube is:

Surface Area of Cube = 6 × (edge length[tex])^2[/tex]

Therefore surface are of the given cube = 6 x [tex](2cm[/tex][tex])^2[/tex]

= 6 x 4[tex]cm^2[/tex]

= 24[tex]cm^2[/tex]

Therefore, the surface area of the cube is 24 square centimeters.

To understand this conceptually, we have a cube with 2cm sides. It has six faces, and each face is a square with a side length of 2cm. Therefore, the area of each face is (2cm x 2cm) = 4[tex]cm^2[/tex]. The total surface area of the cube is obtained by adding up the area of all six faces, which gives us:

Total surface area = 6 x 4[tex]cm^2[/tex] = 24[tex]cm^2[/tex]

Therefore, the surface area of a cube with side length 2cm is 24 square centimeters.

The complete question is:

What is the surface area of the given geometric shape in the image, in square centimetres?

Learn more about surface area of a cube here:

https://brainly.com/question/21600799

#SPJ1

The average width of a movie theater seat is 23 inches. Thirty years ago, the typical movie theater seat was approximately 19 inches wide. Current movie theater seats are what percent of a theater seat from 30 years ago?

Answers

As a result, chairs in modern movie theatres are about 21.05% larger than those from theatres built 30 years ago.

How can I figure out a percentage?

By reducing the value through the overall value and multiplying the outcome by 100, the percentage may be calculated. The proportion is calculated using the method (value/total value)100%.

We can use the formula for percentage increase to solve this problem:

% increase = (new value - old value) / old value × 100%

The new value is the current average width of a movie theater seat, which is 23 inches. The old value is the width of a movie theater seat from 30 years ago, which is 19 inches.

% increase = (23 - 19) / 19 × 100% ≈ 21.05%

Therefore, current movie theater seats are approximately 21.05% wider than a theater seat from 30 years ago.

To know more about Percentage visit:

https://brainly.com/question/24877689

#SPJ1

PLEASE ANSWER THE QUESTION. I HAVE A NAPLAN TEST TOMORROW

Answers

Answer:

20 Kg

Step-by-step explanation:

let b represent the weight of 1 bag of sand

after using [tex]\frac{1}{4}[/tex] of 1 bag there is [tex]\frac{3}{4}[/tex] bag left along with the unused bag , then

[tex]\frac{3}{4}[/tex] b + b = 35 ( multiply through by 4 to clear the fraction )

3b + 4b = 140

7b = 140 ( divide both sides by 7 )

b = 20

that is one full bag weighs 20 Kg

Combine √2 -3√2 5√2 to write one single simplified radical

Answers

The radical expression √2 -3√2 + 5√2 when simplified has its value to be 3√2

Simplifying the radical expression

To combine √2, -3√2, and 5√2 into a single simplified radical, we need to first group the terms with the same radicand (the number inside the square root).

In this case, all three terms have a radicand of 2.

Adding -3√2 and 5√2, we get 2√2.

Then, combining this with √2, we have 3√2 as the simplified radical form of the expression.

Thus, the simplified radical form of √2 -3√2 + 5√2 is 3√2.

Read more about radical expression at

https://brainly.com/question/20070575


#SPJ1

You plan to invest R10 000 in a bank. which will give you a higher return: Investing at 14%. Compound twice a year​

Answers

Investing R10,000 at 14% compounded twice a year for one year will give a return of approximately R1,449.49.

What is APR?

The interest rate charged on a loan or generated on an investment is represented as a percentage over a year and is known as the annual percentage rate (APR). It does not account for compounding and simply considers the basic interest rate.

The total interest gained on an investment over the course of a year, taking into account the effect of compounding, is known as the annual percentage yield (APY), on the other hand.

The compound interest is given as:

[tex]A = P(1 + r/n)^{(nt)}[/tex]

For investing at 14% compounded twice:

[tex]A = R10,000(1 + 0.14/2)^{(2t)}\\A = R10,000(1.07)^{2t}[/tex]

Investment for t = 1 we have:

A = R10,000(1.07)²

A ≈ R11,449.49

Hence, Investing R10,000 at 14% compounded twice a year for one year will give a return of approximately R1,449.49.

Learn more about APR here:

https://brainly.com/question/28887767

#SPJ1

how do u solve 0.4x²+x=0.7​

Answers

The solutions to the equation, 0.4x² + x = 0.7, are approximately x = -1.54 and x = 0.29.

Solving Quadratic equations

From the question, are solve the given quadratic equation.

To solve the equation 0.4x² + x = 0.7, we can start by rearranging it to the standard quadratic form ax² + bx + c = 0:

0.4x² + x - 0.7 = 0

Then, we can solve for x using the quadratic formula:

x = (-b ± √(b² - 4ac)) / 2a

In this case, a = 0.4, b = 1, and c = -0.7, so we have:

x = (-1 ± √(1² - 4(0.4)(-0.7))) / 2(0.4)

x = (-1 ± √(1 + 1.12)) / 0.8

x = (-1 ± √(2.12)) / 0.8

x ≈ -1.54 or x ≈ 0.29

Hence, the solutions are -1.54 and 0.29

Learn more on Solving Quadratic equation here: https://brainly.com/question/24334139

#SPJ1

Tell whether the statement is always, sometimes, or never true. Explain. Be sure to use an example in your explanation.

The absolute value of a number is equal to the opposite of that number.

Answers

Answer:

Step-by-step explanation:

this is a good aswer

A circle has a circumference of 153.86153.86153, point, 86 units.
What is the radius of the circle?
Use 3.14 for \piπpi and enter your answer as a decimal.

Answers

Answer:

The radius of the circle is 24.5 units

Step-by-step explanation:

The formula for the circumference of a circle is [tex]C=2\pi r[/tex]

Where [tex]C[/tex] is the circumference and [tex]r[/tex] is the radius.

Lets solve for [tex]r[/tex].

Divide both sides of the equation by [tex]2\pi[/tex].

[tex]\dfrac{C}{2\pi}=r[/tex]

Now we have an equation to evaluate the radius.

Numerical Evaluation

In this example we are given

[tex]C=153.86153\\\pi =3.14[/tex]

Substituting our values into our equation for the radius yields

[tex]r=\dfrac{153.86153}{2*3.14}[/tex]

[tex]r=\dfrac{153.86153}{6.28}[/tex]

[tex]r=\dfrac{153.86153}{6.28}[/tex]

[tex]r=24.5[/tex]

The table shows the number of runs earned by two baseball players.


Player A
2, 1, 3, 8, 2, 3, 4, 3, 2

Player B
2, 3, 1, 4, 2, 2, 1, 4, 6


Find the best measure of variability for the data and determine which player was more consistent.

Player A is the most consistent, with an IQR of 1.5.

Player B is the most consistent, with an IQR of 2.5.

Player A is the most consistent, with a range of 7.

Player B is the most consistent, with a range of 5.

Answers

Player A has a smaller IQR and range, indicating less variability in their scores, therefore the correct option is: Player A is the most consistent, with an IQR of 1.5.

Baseball players' consistency explained

To determine the best measure of variability for the data, we need to consider the nature of the data and what we want to measure. Since the data is quantitative and consists of individual values, measures like range, interquartile range (IQR), and standard deviation (SD) are commonly used.

The range is the difference between the highest and lowest values in the data. The IQR is the difference between the 75th and 25th percentiles of the data. The SD measures the average distance of the values from the mean.

For Player A:

Range = 8 - 1 = 7

IQR = Q3 - Q1 = 3 - 1.5 = 1.5

SD = 1.96 (approximate)

For Player B:

Range = 6 - 1 = 5

IQR = Q3 - Q1 = 4 - 1.5 = 2.5

SD = 1.61 (approximate)

Based on these measures, we can see that Player A has a smaller IQR and range, indicating less variability in their scores, while Player B has a larger IQR and range, indicating more variability. Therefore, Player A is the more consistent player.

So the correct option is: Player A is the most consistent, with an IQR of 1.5.

Learn more on range here https://brainly.com/question/26098895

#SPJ1

2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2=

Answers

Answer:

1048576

Step-by-step explanation:

2^20=1048576

The answer is 1048576

HELP ASAP, 65 POINTS NEED ANSWERS ​

Answers

The type of sampling used in each case are:

Statement A → Stratified random sampling.

Statement B → Cluster sampling

Statement C → Simple random sampling

Statement D → systematic sampling

How to find the type of statistics sampling?

There are different ways that samples are classified such as:

1) Convenience sampling: This is where samples are drawn from a conveniently available pool.

2) Random Sampling: This is when we put all the options into a particular hat and drawn some of them.

3) Systematic Sampling: This is when every nth element is taken. For example, we want to survey something in the school, and then we interview every 10th person.

4) Cluster Sampling: This usually divides a population into groups, referred to as clusters, and each element in that cluster is surveyed.

5) Stratified Sampling: This will divide the population into groups. However, unlike cluster sampling, here, only some elements of the group are surveyed.

From the given problem:

Statement A is Stratified random sampling.

Statement B is Cluster sampling

Statement C is Simple random sampling

Statement D is systematic sampling

Read more about Statistics Sampling at: https://brainly.com/question/28903665

#SPJ1

Which data set has a mean absolute deviation of 0.64?

Answers

Please provide specific data sets, and I would be happy to help you calculate the mean absolute deviation and determine which one has a MAD of 0.64.

Hello! Based on your question, you'd like to know which data set has a mean absolute deviation (MAD) of 0.64. Unfortunately, without any specific data sets provided, I am unable to directly calculate the MAD for you. However, I can help explain the concept of mean absolute deviation and how to calculate it for a given data set.

Mean absolute deviation is a measure of dispersion or variability within a data set. It helps in understanding how spread out the data points are from the mean (average) of the data set. To calculate the MAD, follow these steps:

1. Compute the mean of the data set by adding all the data points and dividing the sum by the total number of data points.
2. Calculate the absolute deviation for each data point by subtracting the mean from each data point and taking the absolute value of the result.
3. Add all the absolute deviations obtained in step 2.
4. Divide the sum of absolute deviations by the total number of data points to get the mean absolute deviation.

When you find a data set with a MAD of 0.64, it indicates that, on average, the data points are 0.64 units away from the mean. Keep in mind that a smaller MAD value means the data points are closer to the mean, indicating less variability, whereas a larger MAD value indicates more variability within the data set.

To learn more about : absolute

https://brainly.com/question/24368848

#SPJ11

Pls help me solve this we are combining functions in my math class

Answers

the result by 5 and adds 4 one last time to get the final output value. This can also be written in shorthand as:=(f o f o f) (X) = 5(5(5X + 4) + 4) + 4 = 125X + 124.

How to solve a  function?

To find (f o f o f) (X), we need to apply the function f three times to X. Let's start by finding (f o f) (X):

(f o f) (X) = f(f(X)) = f(5X + 4) = 5(5X + 4) + 4 = 25X + 24

Now, we need to apply f to (f o f) (X) to get the final result:

(f o f o f) (X) = f((f o f) (X)) = f(25X + 24) = 5(25X + 24) + 4 = 125X + 124

Therefore, (f o f o f) (X) = 125X + 124.

In words, the function (f o f o f) (X) takes any input value X, multiplies it by 5, adds 4, multiplies the result by 5 again, adds 4, and finally multiplies the result by 5 and adds 4 one last time to get the final output value. This can also be written in shorthand as:

(f o f o f) (X) = 5(5(5X + 4) + 4) + 4 = 125X + 124.

This process of applying a function multiple times to an input value is known as function composition, and it is a fundamental concept in mathematics and computer science.

To know more about functions visit :-

https://brainly.com/question/11624077

#SPJ1

GIFTS Joel has $96 to spend on at least 9 gifts for the holidays. He plans to buy puzzles that cost $8 or games that cost $12. How many of each can he buy? Part A Create a system of inequalities that represents the constraints in the problem. Let x be the number of puzzles Joel can buy and y be the number of games Joel can buy. Can Joel buy 2 games and 6 puzzles and satisfy the constraints?

Answers

We can conclude after answering the provided question that Joel cannot inequality satisfy the constraints by purchasing two games and six puzzles because 6 + 2 is less than 9.

What is inequality?

In mathematics, an inequality is a non-equal relationship between two expressions or values. As a result, imbalance leads to inequality. In mathematics, an inequality connects two values that are not equal. Inequality is not the same as equality. When two values are not equal, the not equal sign is commonly used (). Different inequalities, no matter how small or large, are used to contrast values. Many simple inequalities can be solved by modifying the two sides until only the variables remain. However, a number of factors contribute to inequality: Negative values are divided or added on both sides. Exchange left and right.

puzzles while adhering to the constraints?

Let x be the number of puzzles that Joel can buy and y be the number of games that Joel can buy.

Joel has a total spending limit of $96. As a result, we can write the first inequality as follows:

8x + 12y ≤ 96

x + y ≥ 9

s: x ≥ 0 ≥ 0

To see if Joel can satisfy the constraints by purchasing two games and six puzzles, we enter x = 6 and y = 2 into the inequalities:

8x + 12y ≤ 968(6) + 12(2) ≤ 9672 ≤ 96 (True) (True)

x + y ≥ 96 + 2 ≥ 9 (False) (False)

Joel cannot satisfy the constraints by purchasing two games and six puzzles because 6 + 2 is less than 9.

To know more about inequality visit:

https://brainly.com/question/29914203

#SPJ1

HELP QUICKLY PLEASE, IS THIS CORRECT???

Answers

Answer:

(-5,3)

Step-by-step explanation:

Julia can swim 8 km/hr in still water. She attempts to head straight east across a river flowing south at 3 km/hr. What is the magnitude and direction of Julia's velocity.

Answers

To solve this problem, we need to use vector addition to find the resultant velocity of Julia.

Let's assume that the east direction is the positive x-axis and the south direction is the negative y-axis.

The velocity of Julia in still water is 8 km/hr in the positive x-axis direction.

The velocity of the river is 3 km/hr in the negative y-axis direction.

To find the magnitude and direction of Julia's velocity, we need to find the resultant velocity vector, which is the vector sum of her velocity in still water and the velocity of the river.

Using the Pythagorean theorem, the magnitude of the resultant velocity can be calculated as:

|V| = √(Vx² + Vy²)

where Vx is the x-component of the resultant velocity and is equal to Julia's velocity in still water, and Vy is the y-component of the resultant velocity and is equal to the velocity of the river.

Vx = 8 km/hr

Vy = -3 km/hr

|V| = √(8² + (-3)²) = √(64 + 9) = √73 km/hr

The direction of the resultant velocity can be calculated as:

θ = tan⁻¹(Vy / Vx)

θ = tan⁻¹(-3 / 8) = -20.56°

The negative sign indicates that the resultant velocity vector makes an angle of 20.56° below the positive x-axis (east direction).

Therefore, the magnitude of Julia's velocity is approximately 8.54 km/hr, and the direction of her velocity is 20.56° below the positive x-axis (east direction).

if salini pays an interest of RS 650 for 2 years .Find the rate of interest

Answers

Answer:1300

Step-by-step explanation:

Rate of Interest for 2 years. 650 for one times 2.

Please help me on b I’m so confused

Answers

Answer:

2×2×7=28

Step-by-step explanation:

28÷2=14

14÷2=7

Prime numbers 2, 2, and 7 make 28

with solution thank you

Answers

The solution of the given system of equation is x = 6 and y = -6.

What is solution of an equation?

The places where the lines representing the intersection of two linear equations intersect are referred to as the solution of a linear equation. In other words, the set of all feasible values for the variables that satisfy the specified linear equation is the solution set of the system of linear equations.

The two equations are x + y = 0 and 5x + 4y = 6.

The first equation can be written as:

x = - y

Substituting the value of x in equation 2 we have:

5(-y) + 4y = 6

-5y + 4y = 6

-y = 6

y = -6

Substitute the value of y in equation 1:

x - 6 = 0

x = 6

Hence, the solution of the given system of equation is x = 6 and y = -6.

Learn more about solution of equation here:

https://brainly.com/question/14603452

#SPJ1

Someone answer this for me

Answers

Answer: -1/2x

Step-by-step explanation:

Rise over run method if you know it is really helpful

You fly a hot air balloon 1.5 miles above the ground. What is the measure of BD⌢, the portion of Earth that you can see? Round your answer to the nearest tenth. (Earth's radius is approximately 4000 miles.)

Answers

The portion of the Earth that you can see from the hot air balloon is approximately 68.1 miles.

What is horizon ?

The horizon is the apparent boundary where the Earth's surface seems to meet the sky. It's the line that separates the visible portion of the Earth's surface from the portion that is not visible due to the curvature of the Earth. The horizon appears to be a straight line, but it is actually a curved line due to the spherical shape of the Earth. The distance to the horizon depends on the observer's height above the ground, as well as the radius of the Earth. The higher the observer, the farther away the horizon appears.

The distance from the balloon to the horizon is the same as the radius of the Earth plus the height of the balloon. So in this case, it's 1.5 + 4000 = 4001.5 miles.

Now we need to find the distance AC, which is the distance from the center of the Earth to point C. To do this, we can use the Pythagorean theorem:

AC² + BC² = (radius of Earth)²

AC² + (4001.5)² = (4000)²

AC² = (4000)² - (4001.5)²

AC ≈ 68.2 miles

Now we can find the distance BD using similar triangles. In the triangle ABD, we know that AB is the radius of the Earth, which is 4000 miles. We also know that AC is 68.2 miles, and we want to find BD. So we can set up the following proportion:

BD / AB = AC / AD

Solving for BD, we get:

BD = AB * (AC / AD)

To find AD, we can use the Pythagorean theorem again:

AD² = AB²+ BD²

AD² = (4000)²+ (BD)²

AD ≈ 4000.3 miles

Now we can plug in the values we have:

BD = AB * (AC / AD)

BD = 4000 * (68.2 / 4000.3)

BD ≈ 68.1 miles

So the portion of the Earth that you can see from the hot air balloon is approximately 68.1 miles. Rounded to the nearest tenth, the answer is 68.1 miles.

To know more about height visit :-

https://brainly.com/question/28122539

#SPJ 1

Other Questions
Intel recently approached many customers and individuals chosen at random to participate in making its ads. People were asked to sing the Intel jingle in their own unique style. Those interested could also create their ads personally and post them on the Intel website, some of which were also aired on television. In this scenario, Intel used: certain compounds have a structure similar to normal dna bases and so can be incorporated into daughter strands during dna replication. these compounds are called base How do I solve for x The moneybox have 600 coins with 50 cent and 20 cent pieces .How many cents were in the box What types of problems developed due to the rapid growth of urban areas? Realism as an artistic movement in the mid-19th century refers to what? An artist is working on the design for a deck. She starts by drawing quadrilateral JKLM. She then translates the quadrilateral 3 units right and 2 units down. What are the coordinates of the vertices of the image of the translation? Describe the algebraic rule you used to find the coordinates. how do the structure and the inital concentration of an acid and a base influence the ph of the resultant solution e-factor theorists claim that the five factors are universal structures of personality. the problem with this claim is that cross-cultural research indicates that: Why do you think that it is necessary to use multiple cDNA libraries to aid in the identification of genes in the human genome? which medications act by inhibiting the adenosine 5- diphosphate pathway required for platelet aggregation What is the relationship between the 7 in the thousands place and the 7 in the ten thousands place?A. The 7 in the thousands place is one tenth the size of the 7 in the ten thousands place.The 7 in the thousands place is one tenth the size of the 7 in the ten thousands place.B. The 7 in the thousands place is ten times the size of the 7 in the ten thousands place.The 7 in the thousands place is ten times the size of the 7 in the ten thousands place.C. The 7 in the thousands place is one hundred times the size of the 7 in the ten thousands place.The 7 in the thousands place is one hundred times the size of the 7 in the ten thousands place.D. The 7 in the thousands place is one hundredth the size of the 7 in the ten thousands place. After crude oil is pumped out of the ground, it must be processed in a cracking tower. The tower separates it into less dense chemicals like butane and gasoline, and more dense chemicals like diesel fuel and tar. Based on this information, crude oil can best be classified as a ResponsesA mixtures of compounds.mixtures of compounds.B mixture of pure substances.mixture of pure substances.C pure substance.pure substance.D solution of heterogeneous substances. Discuss the causes of monopoly 7+7+39+4939+3836+382= what A guest arriving at a restaurant bows to the host instead of extending a hand. This is an example of how cultural customs and taboos can affect A.a sense of humor B.dietary preferences C.greetings between people D.preferences for amenities the f1 are crossed to short plants producing oval fruit. what are the expected percentages of progeny phenotypes? express your answers using two significant figures separated by commas. be sure to put the numbers in the same order as the list phenotypes. I need some help with this Math problems on investments please a solution is prepared by mixing 796.0 ml of ethanol with 652.0 ml of water. the molarity of ethanol in the resulting solution is 9.811 m. the density of ethanol at this temperature is 0.7893 g/ml. calculate the difference in volume between the total volume of water and ethanol that were mixed to prepare the solution and the actual volume of the solution. Write a numerical pattern that represents the rule y=x-9 starting with x=100