What is 9 x (46+70) 5 - 32 (40 - 219) =

Answers

Answer 1

The given expression 9x(46+70)5 - 32(40-219) is equal to = 10948.

What is mathematical expression?

A mathematical sentence that contains at least one operation, numbers, and/or variables without the equal sign is known as a mathematical expression.

Expressions does not have equal sign as the equations have.

Considering the given question as:

9x(46+70)5 - 32(40-219) = ?

At first we will solve the expressions inside of the brackets:

= 9x(116)5 - 32(-179)

Now, ,we will solve the rest of the expressions

= 9x580 + 5728

= 5220 + 5728

= 10948

Therefore, the answer of the given question is 10948

To know more about expression, go to link

https://brainly.com/question/723406

#SPJ1


Related Questions

elisa claims that any irrational number squared will result in a rational number, choose only one number

Answers

It's true, any irrational number squared will result in a rational number

A real number that can NOT be made by dividing two integers (an integer has no fractional part).

"Irrational" means "no ratio", so it isn't a rational number. We aren't saying it's crazy!

Its decimal also goes on forever without repeating.

A counterpart problem in measurement would be to find the length of the diagonal of a square whose side is one unit long; there is no subdivision of the unit length that will divide evenly into the length of the diagonal. (See Sidebar: Incommensurables.) It thus became necessary, early in the history of mathematics, to extend the concept of number to include irrational numbers. Irrational numbers such as π can be expressed as an infinite decimal expansion with no regularly repeating digit or group of digits. Together the irrational and rational numbers form the real numbers.

Irrational numbers are those that cannot be expressed as a fraction of integers.

 If we square the irrational numbers then it becomes rational numbers as it can be shown as ratio of integers.

[tex]\sqrt{3}[/tex]  is a irrational number but by squaring it [tex](\sqrt{3 )^{2}[/tex] is a rational number

To learn more about rational number:

https://brainly.com/question/24398433

#SPJ4

A regression was run to determine if there is a relationship between hours of TV watched per day (x) and number of situps a person can do (y).

The results of the regression were:
y=ax+b
a=-1.284
b=39.108
r2=0.819025
r=-0.905


Use this to predict the number of situps a person who watches 14 hours of TV can do (to one decimal place)

Answers

A person who watches 14 hours of TV can do 21.1 sit-ups.

What is the regression equation?

The regression equation is used to predict or estimate the value of the response (or dependant) variables based on an understanding of the explanatory (or predictor) variables.

A regression equation has the following general form:

y = ax + b

Here,

y = dependent variable

x = independent variable

a = intercept

b = slope

The regression equation showing the relationship between the number of sit-ups a person can accomplish (y) and the number of hours of TV viewed each day (x) is:

y = -1.284x + 39.108

Compute the number of sit-ups a person who watches 14 hours of TV can do as follows:

y = -1.284(14) + 39.108

y = -17.976 + 39.108

y = 21.132 ≈ 21.1

Thus, a person who watches 14 hours of TV can do 21.1 sit-ups.

To learn more about the regression equation click here:

https://brainly.com/question/16462210

#SPJ1

which of the following formulas do you think represents the average value of a 3-variable function over a solid region e? group of answer choices

Answers

By dividing the integral of the function over the interval by the length of the interval, the average value of a function can be determined.

The height of the rectangle with an area equal to the area under the curve of the function is the average value of the function or its average height. The equation provides a general definition of it. 1(b−a)∫baf(x)dx.

The average, also known as the arithmetic mean, is calculated by adding a group of numbers and then dividing by their count.

The mean() function in R is used to calculate a vector's mean. The function returns the average as a number after taking a vector as its input.

The general typical equation is numerically communicated as Normal = {Sum of Observations} ÷ {Total number of Observations}.

To learn more about average value here

https://brainly.com/question/28123159

#SPJ4

Bones from the skeleton of a prehistoric creature have lost 65 percent of their carbon-14. Note that for carbon-14, the constant of proportionality is approximately k=0.000124. Estimate the age of the bones. Round to the nearest tenth of a year

Answers

The age of the bones from the skeleton of a prehistoric creature is 8460 years.

The formula to be used for the calculation of age is

ln (N/N₀) = -kt

where, N/N₀ represents represents remaining time

k is constant of proportionality

t is age or time period

The remaining time is 100 - 65 = 35

Remaining time = 35% or 0.35

Keeping the values in the above formula, we have

ln (0.35) = - 0.000124 t

-1.049 = -0.000124 t

t = 8459.67 ≈ 8460 years

Thus, the age of the prehistoric creature is 8460 years.

To know more about age of bones:

https://brainly.com/question/29738588

#SPJ4

3 Explain how the distributive property helps us multiply and why and how the final products differ: ●(a + b)^2, ●(a – b)^2, and ●(a - b)(a + b).

Answers

(a + b)^2 = a² + 2ab + b²

●(a – b)^2 = a² - 2ab + b²

●(a - b)(a + b) = a² - b²

Define Distributive property

The distributive property of binary operations generalizes the distributive law, which asserts that the equality is always true in elementary algebra. Distributive property is, ab = baa + b = b + a( ab )c = a (bc)a(b + c) = ab + bc

By applying Distributive property solve the following expression,

●(a + b)^2

= (a + b) (a + b)

= a(a + b) + b(a + b)

= a² + ab + ba + b²

= a² + 2ab + b²

●(a – b)^2

= (a - b) (a - b)

= a(a - b) - b(a - b)

= a² - ab - ba + b²

= a² - 2ab + b²

●(a - b)(a + b)

= a(a + b) - b(a + b)

= a² + ab - ba - b²

= a² - b²

To read more about Distributive property.

https://brainly.com/question/2807928

#SPJ1

If numbers is a two-dimensional array, which of the following would give the length of row r?a. numbers[r].length[r]b. numbers.lengthc. numbers.length[r]d. numbers[r].length

Answers

If numbers is a two-dimensional array, which of the following would give the length of row r is d. numbers[r].length

A two-dimensional array is a data structure used to store data in a tabular format, consisting of rows and columns. Each element in the array is accessed by two indices, one for the row and one for the column. The length of a row in a two-dimensional array can be determined by accessing the array at the specified row and then returning the length of that row. To do this, the expression numbers[r].length can be used, where 'numbers' is the name of the two-dimensional array, and 'r' is the index of the row whose length is being determined.

Learn more about array here

https://brainly.com/question/213188

#SPJ4

Which are four types of probability sampling methods?

Answers

The four types of probability sampling methods are

1. Simple random sampling

2. Stratified sampling

3. Systematic sampling

4. Cluster sampling

Probability sampling is a sampling method that involves randomly selecting a sample, or a part of the population that you want to research.

1. Simple Random Sampling: Simple random sampling gathers a random selection from the entire population, where each unit has an equal chance of selection. This is the most common way to select a random sample.

2. Stratified Sampling: Stratified sampling collects a random selection of a sample from within certain strata, or subgroups within the population. Each subgroup is separated from the others on the basis of a common characteristic.

3. Systematic Sampling: Systematic sampling draws a random sample from the target population by selecting units at regular intervals starting from a random point. This method is useful in situations where records of target population already exist.

4. Cluster Sampling: Cluster sampling is the process of dividing the target population into groups, called clusters. A randomly selected subsection of these groups then forms the sample. It usually involves existing groups that are similar to each other in some way

To know more about probability sampling methods here

https://brainly.com/question/12902833

#SPJ4

What is the probability of a coin landing on heads 4 times in a row?; What is the probability of flipping a coin and it landing heads?; What is the probability that exactly four students toss heads at least 4 times each?; What is the probability of flipping a coin and getting heads both times?

Answers

The probability of a coin landing on heads 4 times in a row is 1/16 or, 6.25%, the probability of flipping a coin and it landing heads is 1/2 or, 50%, the probability that exactly four students toss heads at least 4 times each is 1/16 or, 6.25%, and the probability of getting heads both times the coin is flipped is 0.25.

There are different situations for us stated as -

(a) What is the probability of a coin landing on heads 4 times in a row?

(b) What is the probability of flipping a coin and it landing heads?

(c) What is the probability that exactly four students toss heads at least 4 times each?

(d)What is the probability of flipping a coin and getting heads both times?

We have to find out the probability of the given situations happening.

(a) It is known to us that a coin is flipped.

We have to determine the probability of this coin landing on heads 4 times in a row.

In order to get 4 heads in a row, the coin should be flipped 4 times.

For n (say) number of heads, the value of n = 0, 1, 2, 3, 4

Total number of possible outcomes = 16

It can be concluded that there is only one possible outcome that will result in the coin landing on 4 heads where each flip ends up as a head.

So, the probability = 1/16

Thus, the probability of a coin landing on heads 4 times in a row is 1/16 or, 6.25%.

(b) It is known to us that a coin is flipped.

We have to find out the probability of this flipped coin landing on heads.

When a coin is flipped in the air, there is always 50% chance of the coin landing on heads and a 50% chance of the coin landing on tails.

So, the probability = 1/2

Thus, the probability of flipping a coin and it landing heads is 1/2 or, 50%.

(c) It is known to us that exactly four students toss coins.

We have to determine the probability that exactly four students toss heads at least 4 times each.

As mentioned in the previous part of the question, there is always 50% chance of the coin landing on heads.

So, the probability of getting heads when the coin is flipped first = 1/2

=> the probability of getting two heads in a row = 1/2 * 1/2 = 1/4

=> the probability of getting three heads in a row = 1/2 * 1/4 = 1/8

=> the probability of getting four heads in a row = 1/2 * 1/8 = 1/16

Thus, the probability that exactly four students toss heads at least 4 times each is 1/16 or, 6.25%.

(d) It is known to us that a coin is flipped.

We have to find out the probability of getting heads both times.

Since, there is always 50% chance of the coin landing on heads. So, the probability of getting heads both times = 0.5 * 0.5 = 0.25

Thus, the probability of getting heads both times the coin is flipped is 0.25.

Therefore, the probability of a coin landing on heads 4 times in a row is 1/16 or, 6.25%, the probability of flipping a coin and it landing heads is 1/2 or, 50%, the probability that exactly four students toss heads at least 4 times each is 1/16 or, 6.25%, and the probability of getting heads both times the coin is flipped is 0.25.

To learn more about probability visit https://brainly.com/question/14210034

#SPJ4

which of the following are not the lengths of the sides of a triangle? A)2, 3, 4
B)2, 3, 2
C)2, 3, 3
D)2, 3, 6

Answers

According to the triangle inequality theorem; D)2,3,6 can not be the lengths of the sides of a triangle

The triangle inequality theorem states that the sum of the lengths of any two sides of a triangle must be greater than the length of the third side of that triangle  

If the two shortest sides are put end to end, they should be longer than the longest side to be able to angle up to form a triangle.

Therefore applying this theorem in this case;

A) 2,3,4: The sum of 2 and 3 = 5; which is greater than 4

B) 2,3,2: The sum of 2 and 2 = 4; which is greater than 3

C) 2,3,3: The sum of 2 and 3 = 5; which is greater than 3

D) 2,3,6: The sum of 2 and 3 = 5; which is not greater than 6; therefore according to the triangle inequality theorem these cannot be the lengths of the sides of a triangle.

To learn more about the triangle inequality theorem; click here:

https://brainly.com/question/28952893

#SPJ4

use the exponential regression equation that best fits the data ( 10 , 4 ) , ( 12 , 20 ) , ( 13 , 35 ) , and ( 16 , 300 ) to estimate the value of y when x

Answers

Although part of your question is missing, you might be referring to this full question: Use the exponential regression equation that best fits the data (10, 4), (12, 20), (13, 35), and (16, 300) to estimate y when x = 15.

The estimated y value at x = 15 is 147.

The exponential regression equation in general has form y = a*b^x.

And from the attached graph, it is shown that:

a ≈ 0.0038

b ≈ 2.0223

So, using the exponential regression calculator, the exponential model created by the data is:

y = a*b^x

y = 0.0038*(2.0223)^x

And when x = 15, thus:

y = 0.0038*(2.0223)^15

y ≈ 147

Hence, the estimated y value at x = 15 is 147.

Learn more about exponential model at: https://brainly.com/question/28596571

#SPJ4

A company that rents DVDs from vending machines in grocery stores has developed the following probability distribution for the random variable X = the number of DVDs a customer rents per visit to 3 machine P(x) 0,5 03 0.1 0 | (a) Find and interpret the mean (expected value) of x (b) Find and interpret the standard deviation ofx

Answers

The mean of x is 1.8 and standard deviation of X is 0.98 using calculations for mean and standard deviation by given values or data.

What is mean and standard deviation?

The standard deviation is a summary measure of the differences of each  observation from the mean.

In the given que:

X         1     2     3     4

P(X)     .5   .3     .1      .1

For mean :

Mean = 1(.5) + 2(.3) + 3(.1) + 4(.1)

          = 1.8

For standard deviation :

Standard deviation = √.5(1-1.8)² + .3(2-1.8)² + .1(3-1.8)² + .1(4-1.8)²

                                = .98

Learn more about mean and deviation using link:

https://brainly.com/question/26941429

#SPJ1

What is the horizontal shift for the absolute value function f(x)=3 |x+6| +9

Answers

Answer:

Left shift, 6 units

Step-by-step explanation:

In the equation:

f(x)=3 |x+6| +9

the " +6 " in close to the x represents the horizontal shift. X always tells us about horizontal or right/left moves. So an adjustment to the x is a horizontal adjustment.

But Caution! It is the opposite of what you might think. A PLUS6 is a LEFT shift. (While a MINUS6 would be a right shift, not the case here).

The parent function is:

f(x) = |x|

So our equation:

f(x)=3 |x+6| +9

has two changes made to it. LEFT6 because of the

" +6 " by the x. And the +9 tacked onto the end of the equation is a vertical shift UP9.


PLEASE HELP! this is my unit test!!!
Josh had a major growth spurt during middle school. Two years ago, when Josh was 2/3 as tall as he is
now, he was 4½ feet tall. How tall is Josh now?

a. Let h = Josh's current height. What equation can be written to solve for h?

b. Solve the equation, showing your work. Express his current height as a mixed number.

Answers

The fraction of Josh's height which is 2/3 of Josh's current height indicates that the equation that can be used to  find Josh's height and Josh's current height are;

a. (2/3) × h 4 1/2 feet

b. 6 3/4 feet

What is a fraction?

A fraction of an item is a representation of the whole or entire of the item.

Josh's height two years ago = (2/3) × Josh's height now

Hosh's height two years ago = 4 1/2  feet

a. Josh's current height, = h

An equation is mathematical statement that joins two equivalent expressions with an equal to sign.

(2/3) of Josh's current height is equivalent to Josh's initial height of 4 1/2 feet.

The equation that can be written to solve for h is therefore;

(2/3) × h = 4 1/2

b. h = (4 1/2)/(2/3) = (4 1/2) × 3/2

4 1/2 = 9/2

Therefore;

h = 9/2 × 3/2 = 27/4 = 6 3/4

Josh's current height, h = 6 3/4 feet

Learn more about fractions here:

https://brainly.com/question/20934252

#SPJ1

Solve the following absolute value inequality.
4x+7
3
< 8

Answers

Answer:

To solve the absolute value inequality 4x+7

3

< 8, we need to first isolate the absolute value expression on one side of the inequality. We can do this by dividing both sides of the inequality by 3, which gives us 4x+7<24.

Next, we need to consider two cases, depending on whether the quantity inside the absolute value is positive or negative. If the quantity inside the absolute value is positive, then the inequality will remain unchanged. In this case, we have 4x+7<24, which we can solve by subtracting 7 from both sides to get 4x<17, and then dividing both sides by 4 to get x<4.25.

If the quantity inside the absolute value is negative, then the inequality will be reversed. In this case, we have 4x+7>24, which we can solve by subtracting 7 from both sides to get 4x>17, and then dividing both sides by 4 to get x>4.25.

Therefore, the solution to the inequality 4x+7

3

< 8 is the set of all values of x that are less than 4.25 or greater than 4.25. We can write this solution in interval notation as (-∞,4.25)∪(4.25,∞), or as a union of two disjoint intervals: (-∞,4.25) and (4.25,∞).

Step-by-step explanation:

You have $1000 to invest in two different accounts. To save the money you need for college, you need to average 6.1 percent interest. If the two accounts pay 3 percent and 7 percent interest, how much should you invest in each account?

$625 in 3%, $375 in 7%
$850 in 3%, $150 in 7%
$450 in 3%, $550 in 7%
$225 in 3%, $775 in 7%

Answers

The amount deposited in an account that pays 3% and 7% of interest will be $225 and $775, respectively. Then the correct option is D.

What is the percentage?

The amount of any product is given as though it was a proportion of a hundred. The ratio can be expressed as a quarter of 100. The phrase % translates for one hundred percent. It is symbolized by the character '%'.

The percentage is given as,

Percentage (P) = [Final value - Initial value] / Initial value x 100

You have $1000 to put resources into two distinct records. To set aside the cash you really want for school, you really want to average a 6.1 percent premium. Assuming the two records pay a 3% and 7 % premium.

Let 'x' be the amount deposited in an account that pays 3% of interest. Then the amount deposited in another account that pays 7% of interest is (1000 - x). Then the equation is given as,

0.03x + 0.07(1000 - x) = 0.061 × 1000

Simplify the equation, then we have

0.03x + 0.07(1000 - x) = 0.061 × 1000

0.03x + 70 - 0.07x = 61

-0.04x + 70 = 61

0.04x = 70 - 61

0.04x = 9

x = 9 / 0.04

x = $225

Then the amount in the second account will be given as,

⇒ $1000 - $225

⇒ $775

The amount deposited in an account that pays 3% and 7% of interest will be $225 and $775, respectively. Then the correct option is D.

More about the percentage link is given below.

https://brainly.com/question/8011401

#SPJ1


Which histogram represents the following data set?
45, 55, 25, 48, 36, 61, 52, 31, 8, 41, 58, 40, 55, 47, 60, 28, 44, 63, 18, 50, 57, 37, 16, 56, 40, 50

Answers

The histogram that represents the data-set in this problem is given by the image shown at the end of the answer.

What is an histogram?

An histogram is a graph that shows the number of times each element of x was observed.

For this problem, the elements are divided in ranges, hence the histogram will give the number of elements in each range that was observed.

The ranges for this histogram are given as follows:

0 to 14.14 to 28.28 to 42.42 to 56.56 to 70.

The number of elements in each range is given as follows:

0 to 14: 1 element, which is of 8.14 to 28: 3 elements, which are of  16, 18 and 25.28 to 42: 7 elements.42 to 56: 8 elements.56 to 70: 8 elements.

Meaning that the third histogram, from the top down, is the correct option.

More can be learned about histograms at brainly.com/question/25983327

#SPJ1

A paint manufacturer made a modification to a paint to speed up its drying time. Independent simple random samples of 11 cans of type A (the original paint) and 9 cans of type B (the modified paint) were selected and applied to similar surfaces. The drying times, in hours, were recorded. The summary statistics are as follows.

Type A Type B
Sample-1 Sample-2
x1 = 76.3 hrs x2 = 65.1 hrs
s1 = 4.5 hrs s2 = 5.1 hrs
n1 = 11 n2 = 9

Construct a 98% confidence interval for μ1 - μ2, the difference between the mean drying time for paint cans of type A and the mean drying time for paint cans of type B:

4.90 hours < μ1 - μ2 < 17.50 hours
- 4.30 hours < μ1 - μ2 < 7.582hours
3.86 hours < μ1 - μ2 < 10.48 hours
5.60 hours < μ1 - μ2 < 18.50 hours

Answers

The 95% confidence interval for difference in mean drying times of two type of paints is (4.90, 17.50). This suggests that Type A takes between 4.90 and 17.50 hours more to dry than type B paint.

Given that,

A paint's formula was altered by the manufacturer to hasten drying time. 11 cans of type A (the original paint) and 9 cans of type B (the modified paint) were randomly chosen at random and applied on comparable surfaces. The drying periods were measured in hours. The following are the statistics in brief.

Type A                 Type B

Sample-1             Sample-2

x₁ = 76.3 hrs        x₂ = 65.1 hrs

s₁ = 4.5 hrs          s₂ = 5.1 hrs

n₁ = 11                   n₂ = 9

We have to create a 98% confidence interval for the range 1–2, which represents the difference in the average drying time for paint cans of types A and B.

We know that,

Consider about Type A, which is the original paint, and Type B, which is the changed paint.

The difference between the mean drying time for paint cans of type A and the mean drying time for paint cans of type is within a 98% confidence interval, and it is as follows:

4.90 < μ₁ - μ₂ < 17.50

Therefore, The 95% confidence interval for difference in mean drying times of two type of paints is (4.90, 17.50). This suggests that Type A takes between 4.90 and 17.50 hours more to dry than type B paint.

To learn more about interval visit: https://brainly.com/question/10850002

#SPJ1

Rafael the trainer has two solo workout plans that he offers his clients: Plan A and Plan B. Each client does either one or the other (not both). On Wednesday
there were 5 clients who did Plan A and 3 who did Plan B. On Thursday there were 2 clients who did Plan A and 6 who did Plan B. Rafael trained his Wednesday
clients for a total of 10 hours and his Thursday clients for a total of 10 hours. How long does each of the workout plans last?
Length of each Plan A workout:
Length of each Plan B workout:

Answers

The length of each Plan A workout will be 1.25 hours and the length of each Plan B workout will be 1.25 hours.

What is the solution to the equation?

The allocation of weights to the important variables that produce the calculation's optimum is referred to as a direct consequence.

Let 'x' be the number of hours of plan A and 'y' be the number of hours of plan B. Then the equations are given as,

2x + 6y = 10

x + 3y = 5            ...1

5x + 3y = 10        ...2

Subtract equation 1 from equation 2, then we have

5x - x = 10 - 5

4x = 5

x = 1.25 hours

Then the value of 'y' is calculated as,

1.25 + 3y = 5

3y = 3.75

y = 1.25

The length of each Plan An exercise will be 1.25 hours and the length of each Plan B exercise will be 1.25 hours.

More about the solution of the equation link is given below.

https://brainly.com/question/545403

#SPJ1

Anyone know how to get this? I dont understand

Answers

The value of x in the diagram is 80°

What is an isosceles triangle?

Isosceles triangles are those triangles that have at least two sides of equal measure. We know that triangles are three-sided enclosed polygons and they are classified as equilateral, isosceles, and scalene, based on the length of their sides. In this article, we will learn about the definition of an isosceles triangle and its properties.

The body of the calculation is attached in a document.

In conclusion the value of x is 80°

Learn more about isosceles triangle: https://brainly.com/question/1475130

#SPJ1

what is the greatest and least quotient for 7,6,8 and 3

Answers

The greatest quotient is 292 and the least quotient will be equal to 45.8.

What is an arithmetic operation?

The four basic mathematical operations are the addition, subtraction, multiplication, and division of two or even more integers. Among them is the examination of integers, particularly the order of actions, which is crucial for all other mathematical topics, including algebra, data organization, and geometry.

As per the given information in the question,

The greatest quotient will be,

3 ) 876 (

= 292 and,

The smallest quotient will be,

8) 367 (

= 45.8

To know more about arithmetic operations:

https://brainly.com/question/13585407

#SPJ1

1. When the net is folded into the rectangular prism shown beside it, which letters will be on the back and bottom of the rectangular prism?

(The letter on the back will be D.
The letter on the bottom will be E.)
(The letter on the back will be A.
The letter on the bottom will be D.)
(The letter on the back will be C.
The letter on the bottom will be A.)
(The letter on the back will be D.
The letter on the bottom will be C.)

Answers

When the net is folded into the rectangular prism

The letter on the back will be A.The letter on the bottom will be D.

How to determine the position of the letters

A rectangular prism is a polyhedron in geometry that has two parallel and congruent bases. Another name for it is a cuboid.

Applying science of vision to see technical details in the prism, seeing letter B on the top means that D will be on the bottom.

the side we face will be C while the bac will be A

on the other side, the left end not showing is E and this make up all the part of the prism

Learn more about rectangular prism at:

https://brainly.com/question/26265930

#SPJ1

Can a one-to-one function and its inverse be equal? What must be true about the graph of f for this to happen? Give some examples to support your conclusion.

Answers

Yes, it is possible that one-to-one function and its inverse are true. If f(f(x)) = x then function and its inverse coincide.

What are one-to-one function and inverse of function ?

If each x-value corresponds to exactly one y-value, the function is said to be one-to-one.  Inverse function graphs are reflections of the y = x line. This indicates that there can be only one y-value for each x-value. One-to-one functions are those that fit this description.

Inverse of function is represented by [tex]f^{-1} (x)[/tex].

Test to check inverse function: If and only if no horizontal line intersects the graph of f at more than one location, then the function f is one-to-one and possesses an inverse function.

Example: f(x) = 5-x

f(f(x))= 5- (5-x) = x

So above function is one to one and inverse of itself.

Learn more about one-one to function here:

https://brainly.com/question/13146967

#SPJ4

Transformations please hep will give brainliest

Answers

Answer:

c

Step-by-step explanation:

need help asap Pre calc.
Center, verticies, co-verticies, foci, and eccentricity of the ellipse, and sketch it's graph​

Answers

In the ellipse, the center is (-3/2,5/2) semi-major axis is 2√3 and the semi-minor axis is 2.

What is ellipse?

In addition to being drawn outside the ellipse, the directrix of the ellipse is parallel to its latus rectum. There are two directions on the ellipse that are parallel to its principal axis. The ratio of distances between any point on an ellipse and its foci, as well as the directrix of the ellipse, is used to define an ellipse's eccentricity, and it is less than 1.

6x^(2)+2y^(2)+18x-10y+2=0

[tex]\frac{\left(x-\left(-\frac{3}{2}\right)\right)^2}{2^2}+\frac{\left(y-\frac{5}{2}\right)^2}{\left(2\sqrt{3}\right)^2}=1[/tex]

[tex]\left(h,\:k\right)=\left(-\frac{3}{2},\:\frac{5}{2}\right),\:a=2,\:b=2\sqrt{3}[/tex]

[tex]\mathrm{Ellipse\:with\:center}\:\left(h,\:k\right)=\left(-\frac{3}{2},\:\frac{5}{2}\right),\:\:b=2\sqrt{3},\:\:a=2[/tex]

Hence, In the ellipse, the center is (-3/2,5/2) semi-major axis is 2√3 and the semi-minor axis is 2.

Learn more about ellipse, by the following link.

brainly.com/question/4429071

#SPJ1

Khloe went shopping for a new video game because of a sale. The store was offering a 10% discount. If the price on the tag was $42, what would be the price after the discount but before tax, to the nearest dollar and cent?

Answers

Answer: $37.80

Step-by-step explanation: To calculate the percentage of the discount, we should recall the formula:

Percent = whole number * part percent / 10

So, now we should plug in the numbers

42 * 10 / 100

so 42 * 10 = 420

So, 420 / 100 = 4.2

Now, we subtract 4.20 from 42 and get $37.80. We don't need to worry about tax, because It isn't listed and it said "the price BEFORE tax." I hope this helped.

If a decision maker wishes to reduce the margin of error associated with a confidence interval estimate for a population mean, she can:
decrease the sample size.
increase the confidence level.
increase the sample size.
increase the sample size.

Answers

If a decision maker wishes to reduce the margin of error associated with a confidence interval estimate for a population mean, she can decrease the sample size. So the option a is correct.

If a decision maker wishes to reduce the margin of error associated with a confidence interval estimate for a population mean, then we have to explain what she can:

decrease the sample size.

increase the confidence level.

increase the sample size.

increase the sample size.

As we know that;

The formula of Margin of Error is;

ME = Z(α)× √σ^2/n

where; ME = margin of error

α = confidence level

z(α) = quantile

σ = standard deviation

n = sample size

So as we can see that Margin of Error is inversely proportion to sample size.

So, if a decision maker wishes to reduce the margin of error associated with a confidence interval estimate for a population mean, she can decrease the sample size. So the option a is correct.

To learn more about Margin of Error link is here

brainly.com/question/10501147

#SPJ4

The graph of F(x), shown below, resembles the graph of G(x) = ×2, but it has
been changed somewhat. Which of the following could be the equation of
Ex)?

Answers

The equation of the transformed function is f(x) = -3(x + 4) + 4

How to describe the transformation from the parent function?

From the question, we have the following function that can be used in our computation:

g(x) = x² -- parent function

The parent function is represented by the blue line

From the graph, we can see that:

g(x) is reflected across the x-axis The function is stretched by a factor of 3Then shifted up by 4 unitsThen shifted left by 4 units

Mathematically, this can be represented as

f(x) = -3g(x + 4) + 4

Substitute the known values in the above equation, so, we have the following representation

g'(x) = -3(x + 4) + 4

So, we have

f(x) = -(x + 4) + 4

Hence, the transformed function is f(x) = -(x + 4) + 4

Read more about transformation at

brainly.com/question/27224272

#SPJ1

I need help plssssssss

Answers

Answer:

  x = √41

Step-by-step explanation:

Given a right trapezoid with bases 10 and 14, and height 5, you want the length of the angled side, x.

Pythagorean theorem

The length x is the hypotenuse of a right triangle with one leg 5 units and the other leg (14 -10) = 4 units. It can be found using the Pythagorean relation:

  c² = a² +b²

  x² = 5² +4² = 25 +16 = 41

  x = √41 . . . . . take the square root

What is the distance from home plate to second base in softball?

Answers

Answer: 84 feet and 10 ¼ inches

Step-by-step explanation:

Deb is searching online for airline tickets. Two weeks​ ago, the cost to fly from Boston to Hartford was ​$300. Now the cost is ​$375. What is the percent​ increase? What would be the percent increase if the airline charges an additional​ $50 baggage fee with the new ticket​ price?

Answers

The percent increase in the cost to Deb, to fly from Boston to Hartford is  25%

If the airline charges an additional $50 baggage fee then the percent increase would be 41.67%

How to find the percent increase?

The percent increase to Deb to fly from Boston to Hartford can be found by the formula:

= ( Cost to fly now - Cost to fly two weeks ago ) / Cost to fly two weeks ago

= ( 375 - 300 ) / 300

= 0. 25

= 25%

If an  additional​ $50 baggage fee is added to the new price, the percent increase is:

= ( (375 + 50 ) - 300 ) / 300

= 41.67%

Find out more on percent increase at https://brainly.com/question/28398580

#SPJ1

Other Questions
Which of the following is a tax imposed by the government on imported goods to protect local industries, support the country's balance of payments, or raise revenue?a. Feeb. Import dutyc. Tariffd. Federal tax Can someone check if I did this one right? Im not sure if I graphed it right or not. dunlop suggested that in an industrial relations system, conflict between blank is unavoidable. which tyope of tax analytics provides insight by creating a trend analysis for sales and use tax paid a company acquires equipment by signing a note payable. if the note does not bear interest, the company should record the equipment a the system of government where powers are shared between the national and state government with different powers and functions exercised by both. In measuring the specific heat of a metal, Josh used the highest measured temperature for calculating the metal's specific heat rather than the extrapolated temperature. Will the specific heat of the metal be calculated too high, too low, or unaffected? Explain. Question 11 What determines the code, or information, of a DNA molecule? a. the shape (structure) of the nitrogen bases b. the order (sequence) of the nitrogen bases c. the color of the nitrogen bases d. the frequency (number) of nitrogen bases e. All of these Which of the following comparisons best isolates the impact that changes in operating efficiency have onperformance A . flexible budget and actual results B . static planning budget and flexible budgeC . static planning budget and actual results D. master budget and static planning budge Narcisco Publications established the following standard price and costs for a hardcover picture book that the company produces. Standard price and variable costs Sales price Materials cost Labor cost Overhead cost Selling, general, and administrative costs $90.00 18.00 9.00 12.60 14.40 Planned fixed costs Manufacturing overhead Selling, general, and administrative $270,000 108,000 Narcisco planned to make and sell 30,000 copies of the book. Required a. d. Prepare the pro forma income statement that would appear in the master budget and also flexible budget income statements, assuming production volumes of 29,000 and 31,000 units. Determine the sales and variable cost volume variances, assuming volume is actually 31,000 units. Indicate whether the variances are favorable (F) or unfavorable (U). (Select "None" if there is no effect (i.e., zero variance).) Master BudgetFlexible Budgets Volume Variances Number of units 30,000 29,000 31,000 ales revenue Variable manufacturing costs Materials Labor Manufacturing Overhead Variable selling general, and administrative costs Contribution margin Fixed costs None Manufacturing Overhead Fixed selling, general, and administrative costs Net income gfcis operate by comparing the amount of current flowing in the ___ circuit conductors of a 240-volt circuit. when these are not the same, the gfci device trips. refer to scenario 13-3. an economist would calculate ziva's total cost for the day of farming to equal a. $380. b. $130. c. $300. d. $250. Part A what is the equation that can be used to solve for xPart b what is the value of x Which of the following would not be reported on the balance sheet as a cash equivalent?a. A money market fund.b. Six-month Treasury bill.c. 60-day certificate of deposit.d. Money market-saving certificate. puritan laws and character commonlit part A: which of the following statements best summarizes the relationship between religion and law in puritan new England explain how an increase in the price level affects the real value of money. mobile devices can connect to the internet and other devices using a variety of connection types. drag each connection type on the left to the appropriate description on the right. drag drop used to obtain wireless internet access using a wlan. used to emulate cryptographic smart card functionalities. provides mobile devices with access to network resources and software applications on a home network. allows you to share a phone's internet connection with a laptop. a wireless technology standard for exchanging data over short distances. abdul is interested in studying what makes humans, human. specifically, abdul is interested in personality and how this helps us understand human nature. which of these personality perspectives is the least likely to address abdul's research question on the essence of human nature? f someone believes that women are too emotional to be leaders and based on that decides not to vote for a woman to be president or be hired as a CEO of a company, the voting or hiring behavior is known as a in social psychology O stereotype O form of discrimination form of in-group/out-group bias O form of prejudice Differentiate between a pseudocoelom and a coelom based on the arrangement of germ layers. Why has the term pseudo (false) been used to describe that particular body plan?