The graphs of f(x) = −10x − 1 and g(x) =2^x
are shown. Create a new function h(x) by reflecting f(x) over the x-axis. How many times do the graphs of h(x) and g(x) intersect?

The Graphs Of F(x) = 10x 1 And G(x) =2^x Are Shown. Create A New Function H(x) By Reflecting F(x) Over

Answers

Answer 1

Answer:

2

Step-by-step explanation:

i just took the test and that was the correct answer


Related Questions

y = 2x – 8 and (4, -2)

Answers

Step-by-step explanation:

what is this supposed to mean, I'm not sure so I just plugged it in.

y= 2x - 8 plug in x and y whish is -2= 2(4) - 8

do 2(4) -8

equals 0

so the point (4, -2) does not belong to the equation y = 2x - 8

Answer:

Step-by-step explanation:

if you plug in the numbers in symbolab you get -2=0 and the sides are not equal. Just plug in for Y -2 and for X 4

What is the equation for this graph? (ANSWER QUICK)

What is the equation for this graph? (ANSWER QUICK)

Answers

Answer:

y = 1/3 x+5

Step-by-step explanation:

Answer:

y=1/3x+5

Step-by-step explanation:

1/3 tells us the slope of the line. it tells us how many units up (in this case 1) and how many across (here it was 3). so the rise/run was 1/3. As for the 5, this tells us where the line crosses the y-axis. You can see that at the point (0,5) the line crosses, so 5 would be the y-intercept.

I hope this helps :)

please help me with some of these

find the value of each trigonometric ratio. Express in fractions in lowest terms​

please help me with some of thesefind the value of each trigonometric ratio. Express in fractions in

Answers

Answer:

Step-by-step explanation:

\(1) Sin \ C = \dfrac{opposite side of C}{Hypotenuse}=\dfrac{21}{29}\\\\2)Sin \ C = \dfrac{30}{50}=\dfrac{3}{5}\\\\3) Cos \ C = \dfrac{adjacent \ side \ of \ C}{hypotenuse}=\dfrac{36}{39}=\dfrac{12}{13}\\\\4) Cos \ C =\dfrac{8}{17}\)

Please help, thanks! Ok so, you pick a card at random, put it back, and then pick another card at random. There are FIVE cards and they are numbered like this: 1, 2, 3, 4, 5. What is the probability of picking a number greater than 1 and then picking a number less than 2? Write the answer as a fraction or whole number. Thank you!

Answers

Answer:

\(P(x > 1\ and\ x < 2) = \frac{4}{25}\)

Step-by-step explanation:

Given

\(S = \{1,2,3,4,5\}\)

\(n(S) = 5\)

Required

\(P(x > 1\ and\ x < 2)\)

\(P(x > 1\ and\ x < 2)\) is calculated as:

\(P(x > 1\ and\ x < 2) = P(x > 1) * P(x < 2)\)

Since it is a probability with replacement, we have:

\(P(x > 1\ and\ x < 2) = \frac{n(x > 1)}{n(S)} * \frac{n(x < 2)}{n(S)}\)

For x > 1, we have:

\(x > 1 = \{2,3,4,5\}\\\)

\(n(x > 1) = 4\)

For x < 2, we have:

\(x < 2 = \{1\}\)

\(n(x < 2) = 1\)

\(P(x > 1\ and\ x < 2) = \frac{n(x > 1)}{n(S)} * \frac{n(x < 2)}{n(S)}\)

becomes

\(P(x > 1\ and\ x < 2) = \frac{4}{5} * \frac{1}{5}\)

\(P(x > 1\ and\ x < 2) = \frac{4}{25}\)

Which of the following pairs of triangles can be proven congruent through SSS?

Which of the following pairs of triangles can be proven congruent through SSS?

Answers

Answer:

A B and c........... can be proven through sss

The sides of a triangle are 5, 12, and n. Write an inequality that expresses the interval of values that n may have. A. 5 < n < 12 B. 5 < n < 17 C. 7 < n < 17 D. 7 < n < 12

Answers

An inequality that expresses the interval of values that n may have is (B) \((5 < n < 17)\)

The sides of a triangle are 5, 12, and n.

To write an inequality that expresses the interval of values that n may have, we use the Triangle Inequality Theorem.

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.

So for this question, the inequality that expresses the interval of values that n may have is given as:\(5 + 12 > n12 + n > 5n + 5 > 12\)

Simplifying the above inequality: \(n > -7n > 7\)

The interval for n will be \([7,∞)\), where n has to be greater than 7.

Option D \((7 < n < 12\)) is not the correct answer.

Hence, the correct answer is option B\((5 < n < 17).\)

Know more about inequality  here:

https://brainly.com/question/24372553

#SPJ11

The most important component of a physical structure is a solid foundation on which the rest of the structure sits. a strong foundation allows buildings to last longer and withstand many outside forces. just like the foundation of a building, a strong foundation for algebra is critical for success and allows you to extend your understanding to more complex mathematical and real-world situations. what are some of the foundational, or key, concepts of algebra that you have learned so far?

Answers

Some of the fundamental ideas that algebra has taught me so far include: using graphs, solving inequalities on the number line, learning how to work with variables and constants, solving linear equations, and solving quadratic equations.

What is algebra?

Algebra is a branch of mathematics that focuses on mathematical operators or arithmetic operators and how they are used in their variant ways or combined to solve problems.

It should be noted algebra can also be used to illustrate real life problems.

Learn more about algebra on:

https://brainly.com/question/22399890

#SPJ1

When the increment operator precedes its operand, as num, the expression is in ________ mode.

Answers

When the increment operator precedes its operand, as

++num, the expression is in prefix mode.

When the increment or decrement operator is placed before the operand ( to the operand's left), the operator is being used in prefix mode.

A prefix is defined by specifying its name with the name= keyword, its optional short name with the sname= keyword, optional input names with iname=, and the keyword prefix.

During an assignment of one variable to other the prefix mode of increment and decrement first increments or decrements the variable's value then updated value of the variable is used in assignment.

Postfix mode on the other hand is when the increment or decrement operator is placed after the operand (or to the oper and's right) .

Pre-increment, (for example, ++n) increments the value first, and then performs the specified operation.

Therefore, When the increment operator precedes its operand, as ++num, the expression is in prefix mode.

Learn more about prefix mode here:

https://brainly.com/question/14294555

#SPJ4


Can someone pleaseeee help and if you’re correct i’ll give brainliest

 Can someone pleaseeee help and if youre correct ill give brainliest

Answers

Answer:

The total cost would be $208

Step-by-step explanation:

First, we have to find the area of the square office which would be 4yards times 4yards which equals 16yd^2

Next, we'll multiply the area of the square office by $13 (since each square yard of new carpet costs that much).

So 16yd^2 times $13= $208

Hope I helped :)


(6x-4) + (3x+4) = 180

Answers

Answer: 20

Step-by-step explanation:

9x = 180

x = 20

Answer: x=20

Step-by-step explanation:

9x-0=180

9x=180

180/9=20

I need help plz plz :(

I need help plz plz :(

Answers

Answer:

y = 1/2x + 1

Step-by-step explanation:

Answer:

y=1/2x+1

Step-by-step explanation:

y=1/2x+b

2=(1/2)(2)+b

2=1+b

1=b

y=1/2x+1

Find the area of the composite figure:

Please hurry!!

Find the area of the composite figure: Please hurry!!
Find the area of the composite figure: Please hurry!!

Answers

A. 69 cm^2

You can divide up the shape into two different shapes and solve them separately.

In a circle, an angle measuring 2.4 radians intercepts an arc of length 24.4. Find the radius of the circle to the nearest

Answers

The radius of the circle is approximately 10.17 units (rounded to two decimal places).

To find the radius of the circle, we need to use the formula that relates the central angle to the length of the arc and the radius of the circle. The formula is given as:

arc length = radius x central angle

In this case, the arc length is given as 24.4 and the central angle is given as 2.4 radians. Substituting these values in the formula, we get:

24.4 = r x 2.4

Solving for r, we get:

r = 24.4 / 2.4

r ≈ 10.17

To learn more about : radius

https://brainly.com/question/24375372

#SPJ11

Which of the following could be an example of a function with a domain
(-∞0,00) and a range (-∞,4)? Check all that apply.
A. V = -(0.25)* - 4
-
□ B. V = − (0.25)*+4
c. V = (3)* +4
□ D. V = − (3)* — 4
-

Which of the following could be an example of a function with a domain(-0,00) and a range (-,4)? Check

Answers

The correct options that could be an example of a function with a domain (-∞0,00) and a range (-∞,4) are given below.Option A. V = -(0.25)x - 4 Option B. V = − (0.25)x+4

A function can be defined as a special relation where each input has exactly one output. The set of values that a function takes as input is known as the domain of the function. The set of all output values that are obtained by evaluating a function is known as the range of the function.

From the given options, only option A and option B are the functions that satisfy the condition.Both of the options are linear equations and graph of linear equation is always a straight line. By solving both of the given options, we will get the range as (-∞, 4) and domain as (-∞, 0).Hence, the correct options that could be an example of a function with a domain (-∞0,00) and a range (-∞,4) are option A and option B.

Know more about   function  here:

https://brainly.com/question/11624077

#SPJ8

What is the solution for the equation?

a + StartFraction 8 over 3 EndFraction = two-thirds

Answers

The solution to the algebraic equation (a + 8/3) = 2/3 is given by a = -2

How to solve fractional equation?

(a + 8/3) = 2/3

open parenthesis

a + 8/3 = 2/3

collect like terms

a = 2/3 - 8/3

a = (2-8) / 3

a = -6/3

a = - 2

Check:

(a + 8/3) = 2/3

-2 + 8/3 = 2/3

(-6+8) / 3 = 2/3

2/3 = 2/3

In conclusion, -2 is the solution to the unknown in the equation (a + 8/3) = 2/3

Read more on fraction:

https://brainly.com/question/11562149

#SPJ1

(Answer for 30 points) Penelope is collecting coins to raise money for a charity so far she collected

• twice as many dimes as quarters

• 4 times nickels than dimes, and

• three times as many pennies as quarters

If Penelope has collected 780 coins, how many of each type of coin she collected.

Answers

Penelope has, 52quarters, 104 dimes, 416 nickels, and 162 pennies.

What is a numerical expression?

A numerical expression is a mathematical statement written in the form of numbers and unknown variables. We can form numerical expressions from statements.

From the given information let, 'x' be the number of quarters,

Therefore, Dimes is 2x, Nickels is 8x and Pennies is 3x.

So, x + 2x + 8x + 4x = 780.

15x = 780.

x = 52, The number of quarters.

2×52 = 104, The number of Dimes.

8×52 = 416 Nickels.

3×52 = 162 Pennies.

learn more about numerical expressions here :

https://brainly.com/question/29199574

#SPJ1

Two players are playing chess and usually player a wins 65 percent of games. they will play 3 games and the winner is:_________

Answers

In each game, the probability that player A wins the game is 13/20 and player B wins the game is 7/20.

What is probability?Probability is a branch of mathematics with numerical characterizations of how likely an event is really to occur or how probable a proposition is to be true. The probability of an event is a number between 0 and 1, with 0 indicating impossibility and 1 indicating certainty.

To find the probability:

To find the probability that player a wins the game and by what probability player b wins the game.So, 65/100 = 13/20.So, the probability of player b will be 7/20.

Therefore, in each game, the probability that player A wins the game is 13/20 and player B wins the game is 7/20.

Know more about probability here:

https://brainly.com/question/24756209

#SPJ4

he line y =-x passes through the origin in the xy-plane, what is the measure of the angle that the line makes with the positive x-axis?

Answers

The line y = -x, passing through the origin in the xy-plane, forms a 45-degree angle with the positive x-axis.

The slope-intercept form of a linear equation is y = mx + b, where m represents the slope of the line. In this case, the equation y = -x has a slope of -1. The slope indicates the ratio of the vertical change (rise) to the horizontal change (run) between two points on the line.

To determine the angle between the line and the positive x-axis, we need to find the angle that the line's slope makes with the x-axis. Since the slope is -1, the line rises 1 unit for every 1 unit it runs. This means the line forms a 45-degree angle with the x-axis.

The angle can also be determined using trigonometry. The slope of the line (-1) is equal to the tangent of the angle formed with the x-axis. Therefore, we can take the inverse tangent (arctan) of -1 to find the angle. The arctan(-1) is -45 degrees or -π/4 radians. However, since the line is in the positive x-axis direction, the angle is conventionally expressed as 45 degrees or π/4 radians.

Learn more about angle here:

https://brainly.com/question/31818999

#SPJ11

Which statement about the ordered pairs (2, −9) and (3, −6) is true for the equation 5x−y3=13?


Neither ordered pair is a solution.

(3, −6) is a solution to the equation.

Both ordered pairs are solutions.

(2, −9) is a solution to the equation.



ABEGGG HELP ME OO , WITH THIS QUESTION , A.S.A.P!!!

Answers

(2, −9) is a solution to the equation.

i took the quiz lol

Use the figure for #10-13. m/ABD = 127⁰
10. Find m/ABC =
A
II. Find m ZACB =
12. Find m/ ACD =
13. Find m/ CAB
B
D

Use the figure for #10-13. m/ABD = 12710. Find m/ABC =AII. Find m ZACB =12. Find m/ ACD =13. Find m/

Answers

Answer:

ABC =146.5

ACB=67

ACD=127

CAB=146.5

Step-by-step explanation:

ABD=127

ACD=127

BCD=60 ( Being equilateral triangle)

60+x=127

x=67

ACB=67

CAB=CBA=y (let)

y+y+ACB = 360 ( Sum of int angles of triangle)

2y+67=360

2y=293

y=146.5

CAB=146.5

ABC=146.5

38 + 7x = 8(x +4) solve for x

Answers

Answer:

x=6

Step-by-step explanation:

(7x+38)-8 ×8*(x+4)

6-x=0

-x+6=0

-x=-6

x=6

Translate this sentence into an equation.
99 is the product of Vidya's height and 9.
Use the variable v to represent Vidya's height.

Answers

The answer is v * 9 = 99

Answer:

v×9=99

Step-by-step explanation:

HOPE THAT THIS IS HELPFUL

HAVE A GREAT DAY

Solve for x
6.5-0.9n=-4.12

Answers

Answer:x=11.8

Step-by-step explanation:

the smith family consists of a mother, father, and some children. the average age of the family is 20 yrs. old. the father is 48 yrs. old, and the average age of the mother and children is 16. how many children are in the smith family?

Answers

This is a contradiction, which means that our initial assumption that there are n children is incorrect. Therefore, there is no solution to this problem that satisfies the given conditions.

Let's assume that there are n children in the Smith family.

We know that the father is 48 years old, so the sum of the ages of the mother and children is:

Total age = (n + 1) * 20 (as there are n children and 1 father)

And we also know that the average age of the mother and children is 16, so we can write:

Total age / (n + 1) = 16

Combining these two equations, we get:

(n + 1) * 20 / (n + 1) = 16

Simplifying, we get:

20 = 16

To know more about solution,

https://brainly.com/question/28108296

#SPJ11

Solve for x
X=
Please explain how you got the answer.

Solve for xX=Please explain how you got the answer.

Answers

Answer:

x = 8

Step-by-step explanation:

(please verify) if line segment LM is congruent to line segment PN; then

9x - 25 = 5x + 7; subtract 5x from both sides

4x - 25 = 7; add 25 to both sides

4x = 32; divide by 4

x = 8

Answer:

x=8

Step-by-step explanation:

look at the picture for the work.

Solve for xX=Please explain how you got the answer.

3 Serafina is solving a number puzzle that involves three integers, e, f, and g,
where e is negative. The product of e and fis – 15. The product of e and g
is 6. The product of fand g is – 10. What are the values of e, f, and g?
Show your work.

Answers

Answer:

19 maybe?

Step-by-step explanation:

Find the 4th roots of 4 + 4i. Show the roots obtained in (b)(i) on on an Argand Diagram.

Answers

The 4th roots of 4 + 4i are \(2^{9/8\) * (cos(π/16) + isin(π/16)), \(2^{9/8\) * (cos(9π/16) + isin(9π/16)), \(2^{9/8\) * (cos(17π/16) + isin(17π/16)) and \(2^{9/8\) * (cos(25π/16) + isin(25π/16)).

To find the 4th roots of the complex number 4 + 4i, we can use the polar form of complex numbers. First, we represent 4 + 4i in polar form.

Let z = 4 + 4i.

The magnitude (r) of z can be calculated as:

r = |z| = √(\(4^2\) + \(4^2\)) = √32 = 4√2.

The argument (θ) of z can be calculated as:

θ = arctan(4/4) = arctan(1) = π/4.

Now, we can express z in polar form:

z = 4√2 * (cos(π/4) + i*sin(π/4)).

To find the 4th roots of z, we take the 4th root of its magnitude and divide the argument by 4:

Fourth root of r = √(4√2) = 2√(√2) = 2√(\(2^{1/4\)) = 2 * \((2^{1/4)^{1/2\) = 2 * \(2^{1/8\) = \(2^{9/8\) .

Dividing the argument by 4, we get:

θ/4 = (π/4) / 4 = π/16.

Therefore, the 4th roots of 4 + 4i are:

\(z_1\) = \(2^{9/8\) * (cos(π/16) + isin(π/16)),

\(z_2\) = \(2^{9/8\) * (cos(9π/16) + isin(9π/16)),

\(z_3\) = \(2^{9/8\) * (cos(17π/16) + isin(17π/16)),

\(z_4\) = \(2^{9/8\) * (cos(25π/16) + isin(25π/16)).

Now, let's plot these roots on an Argand diagram.

In the diagram, \(z_1\) represents the 1st root, \(z_2\) represents the 2nd root, \(z_3\) represents the 3rd root, and \(z_4\) represents the 4th root.

To learn more about roots here:

https://brainly.com/question/29079070

#SPJ4

Find the 4th roots of 4 + 4i. Show the roots obtained in (b)(i) on on an Argand Diagram.

A circle has a diameter of 3 meters. Which statement about the circumference and area is true?
A comparison of the area and circumference is not possible since the area cannot be determined.
The numerical value of the circumference and area are equal.
The numerical value of the circumference is greater than the numerical value of the area.
The numerical value of the circumference is less than the numerical value of the area.

Answers

Answer:

Step-by-step explanation:

A circle has a diameter of 3 meters. Which statement about the circumference and area is true?

A comparison of the area and circumference is not possible since the area cannot be determined.

The numerical value of the circumference and area are equal.

The numerical value of the circumference is greater than the numerical value of the area.

The numerical value of the circumference is less than the numerical value of the area.

Using the area and the circumference of the circle, it is found that the correct statement is given by:

The numerical value of the circumference is greater than the numerical value of the area.

What is the area of a circle?

The area of a circle of diameter d is given by:

\(A = \frac{\pi}{4}d^2\)

What is the circumference of a circle?

The circumference of a circle of diameter d is given by:

\(C = \pi d\)

In this problem, we have that d = 3, hence:

\(A = \frac{\pi}{4} \times 3^2 = \frac{9\pi}{4} = 2.25\pi\)

\(C = \pi \times 3 = 3\pi\)

Hence the correct option is given by:

The numerical value of the circumference is greater than the numerical value of the area.

More can be learned about the area and the circumference of a circle at https://brainly.com/question/15673093

#SPJ2

a car rental company offers two plans for renting a car. plan a: 30 dollars per day and 10 cents per mile plan b: 55 dollars per day with free unlimited mileage how many miles would you need to drive in one day for plan b to save you money? enter the exact answer as an inequality using the variable m to represent the number of miles.

Answers

The required inequality to represents the cost of plan B save the money compare to plan A is given by m > 250.

Let us start by setting up an equation to represent the cost of each plan.

For Plan A, the cost (C) can be represented as,

C = 30 + 0.10m

where m is the number of miles driven.

For Plan B, the cost is a flat rate of $55 per day, regardless of the number of miles driven.

Now, for how many miles need to drive in one day for Plan B to save us money compared to Plan A.

⇒ Cost of Plan A is equal to the cost of Plan B.

⇒ 30 + 0.10m = 55

Subtracting 30 from both sides, we get,

⇒0.10m = 25

Dividing both sides by 0.10, we get

⇒m = 250

The required inequality is

m > 250.

So, drive more than 250 miles in one day, Plan B would save you money compared to Plan A.

However, if you drive exactly 250 miles, the cost for both plans would be the same.

Therefore, the exact answer as an inequality using the variable m to represent plan B save money compare to plan A is equal to m > 250.

Learn more about inequality here

brainly.com/question/15173359

#SPJ4

the difference of three times a number, and five

Answers

Answer:

\(un \: known \: = x \\ three \: times \: a \: number = 3x \\ so \: we \: can \: written \: as = 3 x - 5\)

Other Questions
A roll of ribbons is inches long. There are 6 colors of ribbons. If Amelia used 2 inches from each roll, write the expression for the total length of ribbons left.answer choices6(2)6(g2) 62g62g 6\left(2g\right)6(2g) 6-2-g62g write 4 sentences about informative reasonings for sexism What will most likely happen when a component is removed from a reaction system at equilibrium?A. The system will be unaffected by stress.B. The addition of a catalyst will change the equilibrium.C. The equilibrium system will shift to remove more of what was removed.D. The equilibrium system will shift to replace some of what was removed. A locksmith is called out to adjust the settings on the lock of a bank vault. For the vault to open, the tumbler must rotate 6/5 radians. The tools the locksmith has available to her are measured in degrees. State the corresponding degree measure Which of the following is NOT a type of evidence indicating that a chemical change has occurred? *- fizzing/bubbling- heat is released- solubility- sound is given off A nation that imposes a lot of tariffs isattempting to do which of the following?A. Increase the nation's global trade.B. Increase the number of foreign goods in their own nation.C. Increase the amount of other nations wanting to trade with them.D. Increase the overall sales of their own nation's businesses. At the sixth-grade school dance, there are 132 boys, 89 girls, and 14 adults.A. Write the ratio of the number of boys to the number of girls.B. Write the same ratio using another form (A: B vs. A to B).C. Write the ratio of the number of boys to the number of adults.D. Write the same ratio doing another form. Which of the code segments will always correctly assign the maximum element of the array to the variable max ? Select one: a. I only b. II only c. III only the constitution says laws passed by Congress are_______to state laws Need help with this toooo There is a pair of parallel sides in the following shape.684What is the area of the shape? The inhibited mucus production leads to digestive difficulties. To aid with this, Apollo is prescribed a smooth muscle stimulant to help food move forward by peristalsis. Of course, this has effects in other areas. All of the following regions are affected by the stimulant, leading to increased urination, except:a. ductus deferens.b. epididymis.c. urinary bladder.d. urethra. 1Why was there a "secrecy" rule? Social media fundamentally changes the balance of power among users, communities and organizations essentially because of its dynamic nature.A. TrueB. False 56 yo F presents with shortness of breath and productive cough that lasts for at least 3 months each year in the past 2 year. She is heavy smoker What is the most likely diagnosis? some food substances inhibit iron absorption. all the following are such inhibitors except: a. calcium and phosphorus in milk. b. phytates in whole grain cereals. c. vitamin c in citrus fruits. d. tannins in tea and coffee. A square pyramid is shown. What is the surface area of the pyramid? You are considering developing 2 buildings (32 units each) on a 4-Acre lot (2-Acre waterfront, 2-Acre rare land). These are the item costs: Item Unit Cost Units Waterfront land $400 K/ acre 2 Acre Rare land $200 K / acre 2 Acre Legal cost $80 K/development 1 Legal Site clearing / preparation $3 K/ acre 4 Acre Roadways (25% lot) $40 K / acre 0.25 4 1 Acre M Construction $3,000 K / building 2 Buildings What is the total cost related to land purchase (waterfront and rare)? What is the total cost related to Roadways? What is the total cost related to Construction? What is the total initial cost of the project? Back home, my tos and tas, and primas, Mami and Papi, and mis hermanas had a party for me with sancocho and a store-bought pudn, inscribed with Happy Graduation, Julie.Names/Nombres,Julia AlvarezWhich inference would this passage best support?The people at the store do not share Julias heritage.Julia is very upset about her party.Julias family does not speak Spanish.Pudn is not a Dominican dessert. state whether string is primitive datatype or class in java ? state the package.[tex] \: \: \: [/tex]Thank uh