enter the number that belongs in the green box

Enter The Number That Belongs In The Green Box

Answers

Answer 1

The required angle is .

Given the triangle and name it as triangle ABC. In triangle ABC, ∠C = 29 and AB =6.78, BC=4, AC = 10.

To find angle A in triangle ABC, use the Law of Cosines, which states:

[tex]c^2 = a^2 + b^2[/tex]- 2ab x cos(C)

That implies,

AB = 6.78 (side a)

BC = 4 (side b)

AC = 10 (side c)

∠C = 29°

Substituting the given values into the Law of Cosines formula, gives:

[tex]10^2 = 6.78^2 + 4^2[/tex] - 2 x 6.78 x 4 x cos(29°)

Simplifying the equation:

100 = 46.2084 + 16 - 54.24 x cos(29°)

Rearranging the equation to isolate the cosine term:

54.24 x cos(29°) = 46.2084 + 16 - 100

54.24 x cos(29°) = -37.7916

Solve for the cosine term:

cos(29°) = -37.7916 / 54.24

cos(29°) = -0.696

To find angle A,  use the inverse cosine (cos⁻¹) function:

∠A = cos⁻¹(-0.696)

Calculating the value of angle A using a calculator or trigonometric table, we find:

∠A = 133.64°

Therefore, angle A in triangle ABC is approximately 133.64°.

Learn more about  Law of Cosines and trigonometry click here:

https://brainly.com/question/30248261

#SPJ1


Related Questions

Can someone graph f(x)={3x-5 if x≤-1 -2x+3 if -1
Thanks!

Answers

The graph of the piecewise function for this problem is given by the image presented at the end of the answer.

What is a piece-wise function?

A piece-wise function is a function that has different definitions, depending on the input of the function.

The definitions to the function in this problem are given as follows:

Increasing line from negative infinity to point (-1, -8), with a closed interval at (-1,-8).Decreasing line from (-1, 5), with an open interval, to positive infinity.

Hence the graph of the piecewise function for this problem is given by the image presented at the end of the answer.

More can be learned about piece-wise functions at brainly.com/question/19358926

#SPJ1

........................................

Answers

Answer:

a)  x = 2 and x = 4

Step-by-step explanation:

A quadratic function is a mathematical function of the form f(x) = ax² + bx + c, where a, b, and c are constants and x represents the independent variable.

The solutions of a graphed quadratic function are the x-values of the points where the parabola crosses the x-axis.

These solutions are also known as the x-intercepts, roots, or zeros of the quadratic function.

From inspection of the given graph, the function crosses the x-axis at x = 2 and x = 4.

Therefore, the solutions of g(x) = -x² + 6x - 8 are:

x = 2 and x = 4

Answer:

x=2 and x=4.

Step-by-step explanation:

The solution of g(x)=-x^2+6x-8 is the point where the graph of the function intersects the x-axis. This point is (4,0) and (2,0).

Therefore, the solution of g(x)=-x^2+6x-8 is x=4 and x=2.

Another method:

Similarly, we can find the value of x by factorization method too.

g(x)=x^2+6x-8

let g(x)=0

0=x^2+6x-8

x^2-6x+8=0

doing middle-term factorization:

x^2-(4+2)x+8=0

x^2-4x-2x+8=0

x(x-4)-2(x-4)=0

(x-4)(x-2)=0

either

x=4

0r

x=2

Therefore x=4 and x=2.

Help!!
a^n+3 -3a^n+2 -4a^n+1 -a^n by -a^n x²​

Answers

Question :

[tex] \bold{a {}^{n + 3} - 3a {}^{n + 2} - 4a {}^{n + 1} - a {}^{n} \: \: by \: \: - a {}^{n} \: \: x {}^{2} }[/tex]

Step by step explanation :

Case of multiplication of a Polynomial by a monomial. The rule says that, to multiply the monomial by each of the terms of the polynomial, taking into account the law of signs, separating the partial products with their own signs. That is, we apply the Distributive Law of multiplication.

Then, we will solve by Distributive law.

[tex]\bold{(a {}^{n + 3} - 3a {}^{n + 2} - 4a {}^{n + 1} - a {}^{n})( \: \: - a {}^{n} \: \: x {}^{2} ) }[/tex]

[tex] \sf{a {}^{n + 3}( - a {}^{n}x {}^{2}) - 3a {}^{n + 2}( - a {}^{n}x {}^{2}) - 4a {}^{n + 1} ( - a {}^{n} x {}^{2} ) - a {}^{n} ( - a {}^{n} x {}^{2}) }[/tex]

[tex] \sf{ - 1 \cdot 1a {}^{n + 3 + n}x {}^{2} + 3 \cdot1 a{}^{n + 2 + n}x {}^{2} + 4 \cdot1a {}^{n + 1 + n}x {}^{2} + 1 \cdot1a {}^{n + 2}x {}^{2} }[/tex]

[tex]\bold{ Answer}=\sf{- a {}^{2n + 3} x {}^{2} + 3a {}^{2n + 2}x {}^{2} + 4a {}^{2n + 2}x {}^{2} + a {}^{2n} x {}^{2}} [/tex]

The scores of students on a standardized test are normally distributed with a mean of 300 and a standard deviation of 40. (c) The top 25% scores are above what value? Explicitly compute the value.

Answers

To find the value above which the top 25% of scores lie, we need to find the z-score corresponding to the 75th percentile and use it to compute the corresponding raw score.

The z-score corresponding to the 75th percentile can be found using a standard normal distribution table or calculator. The 75th percentile corresponds to a cumulative probability of 0.75, so we need to find the z-score such that the area under the standard normal curve to the left of that score is 0.75.

Using a standard normal distribution table, we can look up the z-score corresponding to a cumulative probability of 0.75, which is approximately 0.67.

Alternatively, we can use the inverse cumulative distribution function (also known as the percent point function) of the standard normal distribution to find the z-score. In Python, we can use the scipy.stats.norm.ppf function to do this:

from scipy.stats import norm

z_score = norm.ppf(0.75)

Either way, we find that the z-score corresponding to the 75th percentile is approximately 0.67.

To find the raw score corresponding to this z-score, we can use the formula:

z = (x - mu) / sigma

where x is the raw score, mu is the mean, and sigma is the standard deviation. Solving for x, we get:

``x = z * sigma + mu

Plugging in the values for `z`, `sigma`, and `mu`, we get:

x = 0.67 * 40 + 300

Simplifying the expression, we get:

x = 326.8

Therefore, the top 25% scores are above the value of 326.8.

#SPJ1

You have contracted business to weld nine fuel storage tanks to fit into the bed of 9 pickup trucks. The inside dimensions are h = 40"; w = 40"; l = 48". What is the total volume in cubic feet? Round answer to the nearest whole number.
691,200

76,800

400

4800

Answers

Answer:

It's C: 400

Step-by-step explanation:

The inside dimensions of the tank are:

h = 40 inches

w = 40 inches

l = 48 inches

Convert to Feet:

h = 40 inches / 12 = 3.33 feet

w = 40 inches / 12 = 3.33 feet

l = 48 inches / 12 = 4 feet

Volume of one tank = 3.33 feet * 3.33 feet * 4 feet

= 44 cubic feet (approximately)

Since there are nine tanks, we multiply the volume of one tank by nine to get the total volume:

Total volume = 44 cubic feet * 9

= 396 cubic feet

Rounding the answer to the nearest whole number, the total volume is approximately 396 cubic feet.

Therefore, the correct answer among the given options is 400.

Hope that helped!

Which function is represented by the graph below?
Natural and common logarithms

Answers

The function represented by the graph is f(x) = ln(0.5x).

How do we know?

The graph displays a diminishing curve that begins above the x-axis and moves closer to it as x grows.

Logarithmic functions most  typically take this structure of graph.

Only f(x) = ln(0.5x), where ln stands for the natural logarithm, is one of the many functions that can express a logarithm.

The inverse of the exponential function with base e is the natural logarithm, which has a base of e (about 2.718).

The rate at which the function decrements is determined by the 0.5 coefficient in ln(0.5x).

The argument of the logarithm (0.5x) as it  grows as x increases, causes the function to approach the x-axis more slowly.

This is consistent with how the graph in the provided graphic behaves.

Learn more about graphs at:

https://brainly.com/question/19040584

#SPJ1

Four people started a business by investing the following amounts: A: N30 000, B: N40 000, C: N60 000, D: N70 000. They agreed that A, as manager, should get one third of the profits, the rest being divided between all four in proportion to their investments. a Draw a pie chart showing the ratio of their investments. b Draw a pie chart to show how the profit was divided.​

Answers

Answer: Ratio of their investments is 3:4:6:7. Ratio of profits is 13:4:6:7.

Step-by-step explanation:

a. we know that their investments are 30,000 , 40,000 , 60,000 , 70,000 respectively.

so the ratio o their investments is, A:B:C:D = 3:4:6:7

A: (360-120) x (30000/ 30000+40000+60000+70000) = 36

B: (360-120) x (40000/ 30000+40000+60000+70000) = 48

C: (360-120) x (60000/ 30000+40000+60000+70000) = 72

D: (360-120) x (70000/ 30000+40000+60000+70000) = 84

b. For dividing the profit, it is given that 1/3rd of the profit is reserved for the manager. So,

1/3 of360 = 120

A: 120 + (360-120) x (30000/ 30000+40000+60000+70000) = 156

B: (360-120) x (40000/ 30000+40000+60000+70000) = 48

C: (360-120) x (60000/ 30000+40000+60000+70000) = 72

D: (360-120) x (70000/ 30000+40000+60000+70000) = 84

Read more about Pie Charts:

brainly.com/questions/125638

You are contracted to fabricate a gate with specifications shown below. You are using 1/4" x 3/4" flat bar. How many feet of flat bar is needed to complete the gate? Regardless of the remainder amount - round up to the nearest whole number
44

46

42

48

Answers

The number of feet of flat bar needed to complete the gate is 34 feet (rounded up to the nearest whole number).

To calculate the number of feet of flat bar needed to complete a gate with the given specifications of 1/4" x 3/4" flat bar, we can follow these steps:

Step 1: Convert the measurements to Feet To convert the measurements from inches to feet, we can divide them by 12. So, 1/4" = 0.02083 ft and 3/4" = 0.0625 ft.

Step 2: Calculate the length of each flat bar piece Needed For each flat bar piece, we need to add up the length of all the sides that will be made from the flat bar.

From the specifications given, we can see that there will be six pieces of flat bar needed:

four vertical pieces and two horizontal pieces. The length of each vertical piece will be the height of the gate plus an additional 2 inches at the top for the curve, and the length of each horizontal piece will be the width of the gate plus an additional 2 inches on either side for the curves.

So, the length of each piece can be calculated as follows:

Vertical pieces: (48 + 2 + 2) x 2 x 0.02083 ft = 2.083 ft Each Horizontal pieces: (120 + 2 + 2) x 2 x 0.0625 ft = 15.625 ft Each

Step 3: Add up the total length of flat bar Needed Finally, we can add up the total length of flat bar needed by multiplying the length of each piece by the number of pieces, which is 6 in this case:

Total length of flat bar needed = 2.083 ft x 4 + 15.625 ft x 2= 33.33 ft (rounded up to the nearest whole number)

To learn more about : feet

https://brainly.com/question/876758

#SPJ8

(q4) Which of the following integrals can be used to find the length of the curve described by the function

Answers

The arc length of a Curve is given by the formula:`L = int_a^b sqrt(1 + [f'(x)]^2) dx , the correct option is given by `L = int_0^1 sqrt(1 + 4x^2) dx`.

The arc length of a curve is given by the formula:`L = int_a^b sqrt(1 + [f'(x)]^2) dx

where L is the length of the curve between x = a and x = b. In this formula, `f(x)` is the equation of the curve being considered and `f'(x)` is the derivative of `f(x)` with respect to x.

Using this formula, the following integrals can be used to find the length of the curve described by the function:`L = int_0^1 sqrt(1 + 4x^2) dx`This is because the function being described by this integral is the equation of a curve, and the integral finds the length of this curve between `x = 0` and `x = 1`.

To evaluate the integral, we can use trigonometric substitution. Let `x = (1/2) tan(theta)`. Then `dx/dtheta = (1/2) sec^2(theta)`, so `1 + 4x^2 = 1 + 2 tan^2(theta) = sec^2(theta)`.Substituting these expressions into the integral, we have:

`L = int_0^1 sqrt(1 + 4x^2) dx = int_0^(pi/4) sec(theta) (1/2) sec^2(theta) theta = (1/2) int_0^(pi/4) sec^3(theta) dtheta`

This integral can be evaluated using integration by parts, and the final answer will be in terms of trigonometric functions.

Therefore, the correct option is given by `L = int_0^1 sqrt(1 + 4x^2) dx`.

To know more about Curve.

https://brainly.com/question/31012623

#SPJ8

Collect the data on consumption of electricity at your home and compute daily consumption of number of units. Using this data, compute the arithmetic mean.

Answers

To compute the arithmetic mean, you would need multiple data points of daily electricity consumption. For example: (30 + 35 + 25 + 40 + 30 + 35 + 40) kWh / 7 days = 33.57 kWh per day

To compute the daily consumption of electricity in units, you need two pieces of information: the total consumption of electricity and the time period over which it was measured. Let's assume you have the total consumption in kilowatt-hours (kWh) and the number of days the consumption was measured.

To calculate the daily consumption, divide the total consumption by the number of days. For example, if the total consumption is 300 kWh and it was measured over 10 days, the daily consumption would be 300 kWh / 10 days = 30 kWh per day.

To compute the arithmetic mean, you would need multiple data points of daily electricity consumption. Let's say you have collected data for a week, with daily consumption values of 30 kWh, 35 kWh, 25 kWh, 40 kWh, 30 kWh, 35 kWh, and 40 kWh. Add up all the daily consumption values and divide the sum by the number of days to calculate the mean.

For example: (30 + 35 + 25 + 40 + 30 + 35 + 40) kWh / 7 days = 33.57 kWh per day.

For more such questions on mean

https://brainly.com/question/1136789

#SPJ8

enter the number that belongs in the green box

Answers

Answer:

Set your calculator to degree mode.

[tex] \frac{ \sin(29) }{6.78} = \frac{ \sin(x) }{4} [/tex]

[tex]6.78 \sin(x) = 4 \sin(29) [/tex]

[tex] \sin(x) = \frac{4 \sin(29) }{6.78} [/tex]

[tex]x = {sin}^{ - 1} ( \frac{4 \sin(29) }{6.78} ) = 16.62[/tex]

The number that belongs in the green box is 16.62.

write each info entire radical √48​

Answers

The value of the radical √48 is 4√3.

Radical is a symbol (√) that denotes square roots and nth roots. The number inside the symbol is called Radicand and the expression containing the radical or a square root is called a Radical expression.

Here, we are given the radical √48

To find the value of the radical, we will factorize 48

i.e., 48 = 2×2×2×2×3

           = 16×3

Now, the square root of 48, that is, √48

                                                       = [tex]\sqrt{16\cdot3}[/tex] =[tex]\sqrt{16} \cdot \sqrt{3}[/tex]

We know 16 is a perfect square of 4, that is, the square root of 16= 4

⇒√16=4

Using this, we have √48= 4√3

The correct answer is 4√3.

Learn more about radicals here:

https://brainly.com/question/12739054

#SPJ1

Find the least number which should be Subtracted from 56037 so that the difference is exactly divisible by 139.

Answers

Answer:

Answer will be 55898.

Step-by-step explanation:

(q1) Find the length of the curve described by the function

Answers

The value of the Integral at the lower limit from the value of the integral at the upper limit to get the length of the curve.

The length of the curve described by the function f(x) = 1 + 3x^2 + 2x^3 is to be found. The formula used to find the length of a curve is:

L = ∫(sqrt(1 + [f'(x)]^2))dx where f'(x) is the derivative of f(x)We have to first find f'(x):f(x) = 1 + 3x^2 + 2x^3f'(x) = 6x + 6x^2

The integral becomes:L = ∫(sqrt(1 + [6x + 6x^2]^2))dx = ∫(sqrt(1 + 36x^2 + 72x^3 + 36x^4))dx The integral appears to be difficult to evaluate by hand.

Therefore, we use software like Mathematica or Wolfram Alpha to solve the problem. Integrating the expression using Wolfram Alpha gives:

L = 1/54(9sqrt(10)arcsinh(3xsqrt(2/5)) + 2sqrt(5)(2x^2 + 3x)sqrt(9x^2 + 4))The limits of integration are not given. Therefore, the definite integral  be solved.

We can, however, find a general solution. We use the above formula and substitute the limits of integration.

Then, we subtract the value of the integral at the lower limit from the value of the integral at the upper limit to get the length of the curve.

To know more about Integral.

https://brainly.com/question/27419605

#SPJ8

What is the compound interest earned on a four year investment at $3500 at 4.5% compounded monthly

Answers

The compound interest earned on a four year investment at $3500 at 4.5% compounded monthly is $724.46 (calculated by subtracting the initial investment amount of $3500 from the total amount of $4224.46).

Compound interest is the interest that is generated on the interest that has been accrued over a certain period of time.

The compound interest that is earned on a four year investment at $3500 at 4.5% compounded monthly can be calculated using the formula for compound interest, which is given as:

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

Where:

A is the total amount of money after the investment period,P is the principal or initial amount of money invested,r is the annual interest rate,n is the number of times the interest is compounded in a year,

t is the total number of years the investment is held.Substituting the given values in the above formula,

we get:A = 3500(1 + 0.045/12)^(12*4)A

= 3500(1 + 0.00375)^(48)A

= 3500(1.00375)^(48)A

= 3500(1.2067)A

= $4,224.46

To learn more about : interest

https://brainly.com/question/25720319

#SPJ8

Of the 32 students in Joe's class, 8 students ride their bikes to school, 5 walk to school, 4 get a ride to school in a car, and 15 take the bus to school. What is the experimental probability of choosing a student who walks to school?

Answers

The experimental probability of choosing a student who walks to school is given by 0.15625 or 15.625%.

Given data ,

The experimental probability of choosing a student who walks to school can be calculated by dividing the number of students who walk to school by the total number of students in Joe's class.

Number of students who walk to school = 5

Total number of students in the class = 32

Experimental probability = Number of students who walk to school / Total number of students

= 5 / 32

P = 0.15625

Hence , the experimental probability of choosing a student who walks is 0.15625 or 15.625%.

To learn more about probability click :

https://brainly.com/question/17089724

#SPJ1

can you help me silve this please​

Answers

Answer: Area of Cylinder = 753.982

Step-by-step explanation:

Given:

h = 7 cm

r = 8cm

Formula for cylinder:

A = (Perimeter of base) x height + 2 (Area of Base)

Breakdown:

Perimeter of base = 2[tex]\pi r[/tex]

Perimeter of base = 2 [tex]\pi[/tex] (8)

Perimeter of base = 50.2655

Area of Base = [tex]\pi r^{2}[/tex]

Area of Base = [tex]\pi 8^{2}[/tex]

Area of Base = 201.0619

Area of Cylinder = (Perimeter of base) x height + 2 (Area of Base)

Area of Cylinder = (50.2655)(7) +2(201.0619)

Area of Cylinder = 753.982

Magic Realm, Inc., has developed a new fantasy board game. The company sold 15,000 games last year at a selling price of $20 per game. Fixed costs associated with the game total $182,000 per year, and variable costs are $6 per game. Production of the game is entrusted to a printing contractor. Variable costs consist mostly of payments to this contractor.

Required:

1) Prepare a contribution format income statement for the game last year and compute the degree of operating leverage.

2) Management is confident that the company can sell 18,000 games next year (an increase of 3,000 games, or 20%, over last year).

Compute:

a) The expected percentage increase in net operating income for next year.

b) The expected total dollar net operating income for next year.

Answers

The expected total dollar net operating Income for next year = $70,000

1) The contribution format income statement for the game last year, and the degree of operating leverage is computed below:

Contribution format income statement for the game last year Sales (15,000 × $20) = $300,000

Variable expenses (15,000 × $6) = $90,000

Contribution margin = $210,000

Fixed expenses = $182,000Net operating income = $28,000

Degree of operating leverage = Contribution margin / Net operating income= $210,000 / $28,000= 7.5 2)

The expected percentage increase in net operating income for next year:

The expected sales in next year = 18,000

games selling price per game = $20

Therefore, Total sales revenue = 18,000 × $20 = $360,000

Variable expenses = 18,000 × $6 = $108,000

Fixed expenses = $182,000

Expected net operating income = Total sales revenue – Variable expenses – Fixed expenses

= $360,000 – $108,000 – $182,000= $70,000

The expected percentage increase in net operating income = (Expected net operating income - Last year's net operating income) / Last year's net operating income*100= ($70,000 - $28,000) / $28,000*100= 150%

The expected total dollar net operating income for next year = $70,000

To know more about Income.

https://brainly.com/question/30467914

#SPJ8

The volume of the rectangular pyramid below is 468 units. Find the value of x.

Answers

Answer:

12

Step-by-step explanation:

Note that the area B of the rectangular base with length x and width 9 units is:

[tex]B=9x[/tex]

Then, the volume [tex]V=468[/tex] cubic units of the pyramid is related to its base area [tex]B=9x[/tex] and height [tex]h=13[/tex] as follows:

[tex]V=\frac{1}{3}Bh\\468=\frac{1}{3}\times 9x\times 13\\x=\frac{468\times3}{9\times 13}=12[/tex]

So, the value of x is 12.

Hello !

Answer:

[tex]\Large \boxed{\sf x=12}[/tex]

Step-by-step explanation:

The volume of a pyramid is given by [tex]\sf V_{pyramid}=\frac{1}{3}\times B\times h[/tex] where B is the area of the base and h is the height.

This is a rectangular pyramid. We have [tex]\sf B=l\times w[/tex] where l is the length and w is the witdth.

So [tex]\sf V_{pyramid}=\frac{1}{3}\times l \times w\times h[/tex]

Given :

l = xw = 9h = 13

Let's substitute l, w and h with their values in the previous formula :

[tex]\sf V_{pyramid}=\frac{1}{3}\times x\times 9 \times 13\\\sf V_{pyramid}=3\times13\times x\\\sf V_{pyramid}=39x[/tex]

Moreover, we know that [tex]\sf V_{pyramid}=468\ units^3[/tex].

Therefore [tex]\sf 39x=468[/tex]

Let's solve for x :

Divide both sides by 39 :

[tex]\sf \frac{39x}{39} =\frac{468}{39} \\\boxed{\sf x=12}[/tex]

Have a nice day ;)

A rectangular room has length L and width W, where L and W are measured in feet.
a. Express the area in square feet algebraically.
b. If carpeting costs x dollars per square yard, express the cost of carpeting this room algebraically.

Answers

The area of rectangular room with length L and width W is LW/9 square yard.

Given that, a rectangular room has length L and width W, where L and W are measured in feet.

Here, L feet = L/3 yard and W feet = W/3 yard

a) Area = Length×Width

= L/3 × W/3

= LW/9 square yard.

b)  Carpeting costs x dollars per square yard.

Total cost = x×LW/9

= LWx/9 dollars

Therefore, the area of rectangular room with length L and width W is LW/9 square yard.

To learn more about the area of a rectangle visit:

https://brainly.com/question/20693059.

#SPJ1

PLS HELP WITHIN 5 MINS
What key features does f(x), shown in the graph, share with g(x), shown in the equation? Select three options.

at least one x-intercept
at least one y-intercept
an oblique asymptote
a vertical asymptote
the domain of x

Answers

Answer:

 (a) at least one x-intercept

  (b) at least one y-intercept

  (e) the domain of x

Step-by-step explanation:

Given g(x) = (-4x² +36)/(x+3) and f(x) as shown in the graph, you want to know what features the functions have in common.

G(x)

The function g(x) can be simplified:

  [tex]g(x)=\dfrac{-4x^2+36}{x+3}=\dfrac{-4(x^2 -9)}{x+3}=\dfrac{-4(x+3)(x-3)}{x+3}\\\\g(x)=-4(x-3)\quad x\ne-3[/tex]

This is the equation of a straight line with negative slope and a hole at coordinates (-3, 24). That is, the domain excludes x = -3.

The line has x-intercept (3, 0) and y-intercept (0, 12).

Common features

Both functions have an x-intercept at (3, 0), at least one x-intercept, choice A.

Both functions have a y-intercept at (0, 12), at least one y-intercept, choice B.

Only function f(x) has an oblique asymptote.

Only function f(x) has a vertical asymptote.

Both functions exclude x = -3 from their domains, so they have the same domain, choice E.

  Choices A, B, E identify the shared features.

<95141404393>

7 ft equal how many inches

Answers

Answer:

Step-by-step explanation:

There is 12 inches in a foot:  therefore, 12inches  x 7ft. = 84 ft.

Answer: 84 inches

Step-by-step explanation:

A conversion factor is a number that is used to multiply or divide one set of units into another.  For instance, 12 inches equals one foot when converting between inches and feet.

Since 1 foot = 12 inches

And we are trying to figure out how much inches are in 7 ft.

We can create a conversion (or cross multiply)

[tex]\frac{12}{1} =\frac{x}{7}[/tex]

Where inches are in the numerator and ft are in demoninator.

When cross multiplying (multiplying in a diagonal) you get:

x = 84 inches

So 7 ft equals 84 inches.

---

A quicker method would be to multiply 7 ft by 12 inches/1 ft (foot), and get 84 inches.

--

Question 13 (2 points)
If Mary bought 16 of the Brand X batteries, how many of them lasted more than 14 hours? (Please
show how you calculated this to get your answer) (2 points)

Answers

The number of brand X batteries that would last more than 14 hours is 12.

Interpreting the Boxplot

Batteries with 14 hours battery life falls in the first quartile which is 25% of the distribution. Hence, 75% lasted more than 14 hours.

From the information we have established, If Mary bought 16 brand X batteries , then;

75% of the number of batteries would give us the answer :

75% of 16

0.75 × 16 = 12.

Therefore, 12 batteries would last more than 14 hours .

Learn more on boxplots :https://brainly.com/question/30652189

#SPJ1

Let f(x) be defined by the graph below.

Let g(x) = log(x+2) and h(x) = 2x/x+4

Select TWO x-values below that lie in the domain of all three functions

A) x = -4
B) x = -2
C) x = 0
D) x = -1

Answers

TWO x-values below that lie in the domain of all three functions are

C) x = 0

D) x = -1

How to find the domain values

Domain values refer to the set of possible input values for a function or mathematical expression. In other words, the domain is the set of all possible x-values for which the function or expression is defined.

The equations is investigated as follows

h(x) = 2x / (x + 4) : would not have a domain of -4

log(x + 2 : would not have a domain of -2

The graph can have a domain of 0 and -1 hence this remains the correct option

Learn more about domain  at

https://brainly.com/question/26098895

#SPJ1

-
PART B: Use the digits 7 to 7 one time each to create five equations in which the value of x in all five equations is negative.
Show or explain your reasoning.

Answers

Below are five equations using the digits 7 to 7, each with a negative value for x:

How to explain the equations

Equation: 7 + x = 0

Explanation: If we subtract 7 from both sides, we get x = -7. Therefore, the value of x in this equation is negative.

Equation: x - 7 = -14

Explanation: If we add 7 to both sides, we get x = -7. Hence, the value of x in this equation is negative.

Equation: 7x - 14 = 0

Explanation: We can rearrange the equation as 7x = 14, and then divide both sides by 7, yielding x = 2. However, we are looking for a negative value of x. By negating the equation, we get -7x + 14 = 0. Solving for x gives x = -2, which is a negative value.

Equation: -7x + 14 = 0

Explanation: We can rearrange the equation as -7x = -14, and then divide both sides by -7. This yields x = 2, which is a positive value. However, we are looking for a negative value of x. By negating the equation, we get 7x - 14 = 0. Solving for x gives x = -2, which is a negative value.

Equation: -7 + x = -14

Explanation: If we subtract x from both sides, we get -7 = -14 - x. By rearranging the equation, we have -x = -7 - 14, which simplifies to -x = -21. Dividing both sides by -1 gives x = 21, but we need a negative value of x. Therefore, we can negate the equation, resulting in 7 - x = 14. Solving for x gives x = -7, which is a negative value.

Learn more about equations on

https://brainly.com/question/2972832

#SPJ1

If 3 cos 0=2 then prove that: 6sin²0-5cos 0 = 0.​

Answers

Answer:

Step-by-step explanation: 6(1 - cos²0) - 5/3.3cos0

= 6 - 2.3cos²0 - 5/3.3cos0 =  6 - 2.4 - 10/3 = -16/3

5 ten thousands 8 thousands 3 hundreds 7 tens 4 ones in standard

Answers

Step-by-step explanation:

Just :    5,8374

Determine the value of x in the figure below:

NO LINKS!

Answers

Answer:

x = 4

Step-by-step explanation:

Vertically opposite angles are equal.

5x + 3 = 2x + 15

Make x the subject:

Take 2x away from both sides.

3x + 3 = 15

Take 3 away from both sides.

3x = 12

Divide both sides by 3.

x = 4

workers can finish the job in days. For the first days, only workers worked on the job. Then for the next days more workers joined them. To finish the job, more workers joined them. After how many days was the whole job done?

Answers

Based on the information given, it takes 16 days for the whole job to be competed.

What is Workers Efficiency?

Worker's efficiency is a term that is used to describe the effectiveness in which a worker performs their job, therefore increasing productivity.

General, the efficient worker is productive, and tend to organize their time and effort in order to complete daily tasks.

In this case, we know that 10 workers can finish the remaining 15 days

Then 1 worker will do the same job in 15x10= 150 days

Therefore, we have one worker one-day job = 1/150

=>6 workers 5 days job = 6x5/150= 1/5 ..(1)

=>8 workers 3 days job = 8x3/150= 4/25 ..(2)

Hence, 4 more workers joined after 8 days

=> Making a total number of workers now available 12.

=> Work remaining = 1 - 1/5- 4/25= 16/25

=. Remaining work completed by 12 workers in 150/12 x 16/25= 8 days …(3)

Thus, the total work was completed in

5 + 3 +8 = 16 days

Hence, in this case, it is concluded that the correct answer is 16 days.

Learn more about Workers' efficiency here: https://brainly.com/question/27870797

#SPJ1

The full question

10 workers can finish the job in 15 days. For the first 5 days, only 6workers worked on the job. Then for the 3 next days 2 more workers joined them. To finish the job, 4 more workers joined them. After how many days was the whole job done?

Show your work please help me please please help mee due Tuesday

Answers

Answer:

11.5 or 11 1/2 (eleven and a half)

Step-by-step explanation:

so we can add the whole numbers together

5 + 6 = 11

then we are left with the fractions

1/3 + 1/6

we need to make both sides equal so we multiply both the upper and lower part of 1/3 by 2

which gives us 2/6

then you simply add 2/6 and 1/6 together which is 3/6

3/6 can be simplified to 1/2 or 0.5

just add that back to the original 11 you added up and your final answer is

11.5 or 11 1/2 (eleven and a half)

Answer:

The answer is

[tex]11 \frac{3}{6} [/tex] or 11.5

or in simplest form

11½

Step-by-step explanation:

5⅓+6⅙

[tex] = \frac{16}{3} + \frac{37}{6} [/tex]

Taking LCM which is 6

[tex] \frac{ \frac{16}{3} + \frac{37}{6} }{6} [/tex]

[tex] \frac{2(16) + 1 \times 37}{6} [/tex]

[tex] \frac{32 + 37}{6} [/tex]

[tex] = \frac{69}{6} [/tex]

[tex] = 11 \frac{3}{6} [/tex]

11½ in simplest form or 11.5

Other Questions
"Bottom Line, Inc.'s net income for the year was $30M. Its interest expense was $3M and its depreciation was $5M. Find the operating cash flow (in $MM) if the tax rate is 10%."31.537.754.938.047.3 Which one of the following situations illustrates someone acting as a leader rather than as a manager?Tom did an excellent job of staffing his unit with competent people.Ben realized that his team was at risk of missing its project deadline so he persuaded everyone to voluntarily stay an extra hour to get the project done.Monica identified a glitch in the new purchasing system and quickly and successfully resolved the issue.Sally is responsible for allocating the resources given to the team by the organization. Investments in Stock Atlas Superstores occasionally finds itself with excess cash to invest and consequently entered into the following transactions during 2014:Jan. 15: Purchased 200 shares of Bassett common stock at $50 per share, plus $500 in commissions.May 23: Received dividends of $2 per share on the Bassett stock.June 1: Purchased 100 shares of Boxer stock at $74 per share, plus $300 in commissions.Oct. 20: Sold all of the Bassett stock at $42 per share, less commissions of $400.Dec. 15: Received notification from Boxer that a $1.50-per-share dividend had been declared. The checks will be mailed to stockholders on January 10, 2015. Required Prepare journal entries on the books of Atlas Superstores during 2014 to record these transactions, including any necessary entry on December 15 when the dividend was declared. Assuming that we are drawing five cards from a standard 52-card deck,how many ways can we obtain a straight fush slarting with a two 2,3, 4,5,and 6,ll of the same suit There areways to obtain a straight flush starting with a two. what are the database models? brefly explain itimportance kevin burns 5.5 cal/min by walking at a speed of 4.5 miles per hour. he is also able to have a conversation while performing this moderately intense physical activity. what effect does this activity have on his breathing and heart rate? The amount of time that an activity can be delayed without affecting the overall project completion date is known as: He Multiple Choice total slack O estimated effort opportunity cost free slack both total slack and free slack You work for a nuclear research laboratory that is contemplating leasing a diagnostic scanner (leasing is a very common practice with expensive, high-tech equipment). The scanner costs $4,900,000, and it would be depreciated straight-line to zero over four years. Because of radiation contamination, it actually will be completely valueless in four years. The tax rate is 24 percent and you can borrow at 6 percent before taxes. What would the lease payment have to be for both lessor and lessee to be indifferent about the lease? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) Break-even lease payment Positioning statements should be built on: A Points of differentiation (B) Short-term promotions (C) Category points of parity (D) The features the marketer thinks are most important Consider the following eleven-task assembly line balancing problem with a cycle time of 10 minutes and precedence relations among the tasks given in the table below. Task 1 2 3 4 5 6 7 8 9 10 11 Immediate Predecessor(s) 1 1 1 1 2 3,4,5 6 7 8 9,10 Duration (minute) 6 2 5 7 1 2 3 6 5 5 4 (a) Draw the precedence diagram that represents the relations among the tasks. (b) Answer the following independent questions. i. Assuming the assembly line is straight (serial); balance the line by the largest candidate technique, obtain the number of workstations required, illustrate the assignments of the tasks to the workstations, and compute the line efficiency. ii. Assuming the assembly line is straight; balance the line by the ranked positional-weight technique, obtain the number of workstations required, illustrate the assignments of the tasks to the workstations, and compute the line efficiency. iii. Assuming the assembly line is U-shaped; balance the line by the technique studied in the lecture, obtain the number of workstations required, illustrate the assignments of the tasks to the workstations, and compute the line efficiency. (c) Compare the balanced lines in (i), (ii) and (iii). Which of them do you suggest to apply? g2. Three firms are briefly described below. For each firm, identify the role (if any) that you believe indirect pay should play in the compensation system, and give examples of specific benefits to of 26. Hurricane damage in a given area is an example of a for which it is difficult to predict loss exposure. a) low-severity, low-frequency event b) high-severity, high-frequency event c) low-severity, high-frequency event d) high-severity, low-frequency event of the following is not a change in international capital which 29. standards moving from Basel II to Basel i a) Liquidity standards (the LCR and NSFR) b) Shift away from the use of internal bank risk models for classifying risk under the advanced models approach c) An increase in the level and quality of capital required. d) A SIFI capital surcharge According to Hamilton (1990), certain computer games are thought to improve spatial skills. Amental rotations test, measuring spatial skills, was administered to a sample of school children after they hadplayed one of two types of computer game.a. Construct 95% confidence intervals based on the following mean scores, assuming that the children wereselected randomly and that the mental rotations test scores had a normal distribution in the population.Group 1 ("Factory" computer game): X1 = 22.47, s1 = 9.44, n1 = 19.Group 2 ("Stellar" computer game): X 2 = 22.68, s2 = 8.37, n2 = 19.Control (no computer game): X 3 = 18.63, s3 = 11.13, n3 = 19.b. Assuming a normal distribution of scores in the population and equal population variances, constructANOVA table, with standard columns SS, df, MS, F, and p-value, using treatment means and standardc. State H0 and H1 in (b) and test the hypothesis at a 5% significance level what effects do exercise and body position have on renal blood flow Consider the United States' production of soy beans and running shoes. If the United States has an absolute advantage in the production of both goods compared to China a only the United States can gain from trade. b only the United States will be able to operate beyond its PPF. c only China can gain from trade. d each country will be able to produce at a point beyond its PPF. e both countries can gain from trade. when did winston churchill give his "iron curtain speech"? This chapter covered many technologies that make the Internet possible and many other, cutting-edge technologies made possible by the Internet. Many of these technologies have already deeply impacted a wide variety of industries and continue to revolutionize the work of these businesses. For example, data analytics processes are used in agriculture to determine which environmental factors most benefit crops, machine learning is used to support medical research, and artificial intelligence informs educational professionals as they assist students to optimize their learning.Think about an industry that youre interested in and consider how one or more of these technologies affect your chosen industry. Then answer the following questions:Which technology and industry did you choose?What are some ways this industry uses this technology to innovate and adapt?How do you think your future career will be affected by these technologies? An individual has two of the same alleles for a gene for eye color. One of her eyes is deep blue, and the other is a lighter blue. Which of the following is true? Arnell Industries has just issued $45 million in debt (at par). The firm will pay interest only on this debt.Arnell's marginal tax rate is expected to be 21% for the foreseeable future.a. Suppose Arnell pays interest of 9% per year on its debt. What is its annual interest tax shield?b. What is the present value of the interest tax shield, assuming its risk is the same as the loan?c. Suppose instead that the interest rate on the debt is 10%. What is the present value of the interest tax shield in this case? short pneumatic delivery lines contain less air volume, which tends to produce more accurate control over actuator speed.