a lawn sprinkler located at the corner of a yard rotates through 80 degrees and sprays water of 20 ft. what is the length of the arc of the sector watered?

Answers

Answer 1

The length of the arc of the sector watered is 0.89π.

In the given question, a lawn sprinkler located at the corner of a yard rotates through 80 degrees and sprays water of 20 ft.

We have to find the length of the arc of the sector watered.

From the given question,

r = 20 ft, θ = 80 degree

A sector is referred to as a component of a circle made up of the circle's arc and its two radii. It is a section of the circle made up of the arc's circumference and the radii of the circle at its ends.

The formula for the length of the arc of the sector watered is

L = [tex]\frac{\theta}{360^{o}}\times 2\pi r[/tex]

Now putting the value

L = [tex]\frac{80^{o}}{360^{o}}\times 2\times\pi \times20[/tex]

Now simplifying the length

L = [tex]\frac{320^{o}}{360^{o}}\pi[/tex]

L = 0.89π

Hence, the length of the arc of the sector watered is 0.89π.

To learn more about length of the sector link is here

brainly.com/question/29141691

#SPJ4


Related Questions

M and N are midpoints of opposites of square ABCD.
A point is selected at random in the square. Find the probability that it lies in:
a)∆ADM
b)∆ADM but not in ∆ADN.
c) neither in ∆ADM nor in ∆ADN

Answers

Answer:

Step-by-step explanation:

a) The probability that the point selected at random lies in ∆ADM is 1/4. This is because ∆ADM is one of the four equal parts of the square ABCD.

b) The probability that the point selected at random lies in ∆ADM but not in ∆ADN is 1/8. This is because ∆ADM and ∆ADN are two of the four equal parts of the square ABCD, and the union of these two parts forms one quarter of the square. Hence, the probability of the point lying in one of these parts but not in the other is 1/8.

c) The probability that the point selected at random lies neither in ∆ADM nor in ∆ADN is 3/4. This is because the union of ∆ADM and ∆ADN forms one quarter of the square ABCD, while the remaining three quarters of the square lie outside of both ∆ADM and ∆ADN. Hence, the probability that the point lies outside of both these parts is 3/4.

Implement an efficient string matching algorithm.
That is, given a string of length N and a pattern of length k, write a program that searches for the pattern in the string with less than O(N * k) worst-case time complexity.

Answers

To implement string matching algorithm, we can use naive algorithm and write the program in C.

To conduct the string matching we can use naive algorithm. Among the pattern finding algorithms, naive pattern searching is the most basic. It looks for all characters in the main string that match the pattern.

The program in C:

---------------------------------------

#include <stdio.h>

#include <string.h>

int match(char [ ], char [ ]);

int main() {

 char x[200], y[200];

 int po;

 printf("Write your text\n");

 gets(x);

 printf("Write thepattern you want to find\n");

 gets(y);

 pos = match(x, y);

 if (pos != -1) {

   printf("Found at location: %d\n", pos + 1);

 }

 else {

   printf("No match.\n");

 }

 return 0;

}

int match(char text[], char pattern[]) {

 int p, q, r, text_long, pattern_long, pos = -1;

 text_long    = strlen(text);

 pattern_long = strlen(pattern);

 if (pattern_long > text_long) {

   return -1;

 }

 for (p = 0; p <= text_long - pattern_long; p++) {

   pos = r = p;

   for (q = 0; q < pattern_long; q++) {

     if (pattern[q] == text[r]) {

       r++;

     }

     else {

       break;

     }

   }

   if (q == pattern_long) {

     return pos;

   }

 }

 return -1;

}

Learn more about string matching here:

https://brainly.com/question/28587985

#SPJ4

a network consists of the following list. times are given in weeks. activity preceding optimistic (a) probable (m) pessimistic (b) a 7 9 10 b a 2 2 8 c a 8 12 16 d a 3 7 10 e b 4 6 8 f b 6 8 10 g c, f 2 3 4 h d 2 2 8 i h 6 8 16 j g, i 4 6 14 k e, i 2 2 5 what is the standard deviation for activity e?

Answers

the standard deviation for activity e is 6.8

What is the probability of finishing the project by the 24th day or less?

Recall that:

z = (Specified Time - Path's mean)/Path's Standard Deviation.

Hence for z₂₁

(21 − 20.5)/1.118   = 0.447 ≈ 0.45.

Hence the probability is:   P(Z<0.45) =0.6736

(21 − 21.5)/1.344 = −0.3721 ≈ −0.37

Hence the probability is:  P(Z<-.37) = 0.3557

(21 − 19.5)/.726 = 2.066 ≈ 2.07

Hence the probability is: P(Z<2.07) = 0.9808

Following through on the above, the project will be finished in less than 21 days is given as:

P = 0.23499920921

P ≈ 0.2350

the standard deviation for activity e is 6.8

Learn more about deviation at:

brainly.com/question/24756209

#SPJ4

a digital download, x, costs $3 and a digital rental, y, costs $2 for a song. a person has $48 maximum to spend in a month. if (x,y) represent how many downloads and rentals this person purchases, which options are within this persons budget?

Answers

The correct option to represents downloads and rentals this person purchases is, (6, 14) and (8, 12).

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

We have to given that;

A digital download, x, costs $3 and a digital rental, y, costs $2 for a song. a person has $48 maximum to spend in a month.

Now, Let (x, y) represent number of downloads and rentals this person purchases.

Hence, We can formulate;

⇒ 3x + 2y ≤ $48

So, We can check all the options which satisfy the above equation.

By option C; (x, y) = (6, 14)

⇒ 3x + 2y ≤ $48

⇒ 3×6+ 2×14 ≤ $48

⇒ 18 + 28 ≤ 48

⇒ 46 ≤ 48

Hence, This option satisfy the equation.

By option D; (x, y) = (8, 12)

⇒ $3x + $2y ≤ $48

⇒ 3×8 + 2×12 ≤ 48

⇒ 24 + 24 ≤ 48

⇒ 48 = 48

Thus, It satisfy the equation.

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ1

-2xy=-7
ANSWER FOR BRAINLIEST

Answers

x = 7/2y
y = nothing

Select all the correct answers. what is 221,000,000,000,000,000,000 expressed in scientific notation? 2.21 × 1021 2.21e20 2.21e21 2.21e-20 2.21 × 10-21 2.21 × 10-20 2.21 × 1020 2.21e-21

Answers

2.21 × 10^20 is expressed in scientific notation.

What does scientific notation consist of?

Writing extremely large or extremely small numbers is done using scientific notation. When a number in the range of 1 to 10 is multiplied by a power of 10, the result is represented in scientific notation.

                         For instance, 650,000,000 can be expressed using scientific notation as 6.5 108. In scientific notation, a number is expressed in the form n10ab, where an is an integer such that 1|a|10 and b is also an integer.

The decimal point has to go 20 places to the left to give the number 2.21; that means the exponent on the 10 is 20.

= 2.21E20

= 2.21 × 10^20

Learn more about Scientific notation

brainly.com/question/18073768

#SPJ4

5500 trees were planted on 1st october 2018 only 5060 trees were alive on 1st october 2019 it is assumed that the number of trees alive is given by N = ar where N is the number of trees still alive t years after October 1 2018 What is the value of a

Answers

Considering the information about trees, The value of a is 5500

The value of r is calculated to be 0.92

In 1 October 2030 the number is 2022

How to find the value of a

A mathematical function called an exponential function is employed frequently in everyday life. It is mostly used to compute investments, model populations, determine exponential decay or exponential growth, and so on.

Exponential function is a type of function of the form: f(x) = a(b)^x. It is made up of  3 main parts

a = the starting or initial value

b = the base function

x = the exponents

Considering the given problem,  N = ar^t

the starting, a = 5500

the base, r =

the exponents = t

Solving for the base

N = ar^t

5500 = ar^t in 2018 t = 0

a = 5500

in 2019, t = 1

N = ar^t

5060 = 5500 * r

r = 5060/5500

r = 0.92

From 2018 to 2030 = 12 years, hence t = 12

N = 5500 * 0.92^12

N = 2,022.165132

N = 2022

Learn more about exponential function here:

https://brainly.com/question/29716012

#SPJ1

assuming that any arrangement of letters forms a 'word', how many 'words' of any length can be formed from the letters of the word second?

Answers

1956 'words' of any length can be formed from the letters of the word SECOND.

Number of letters =6

Number of single letter word =⁶P₁

Two lettered word =  ⁶P₂

​Three lettered word =  ⁶P₃

Four lettered word =  ⁶P₄

​Five lettered word=  ⁶P₅

​Six lettered word=  ⁶P₆

Total possible words

=6+30+120+360+720+720

=1956.

A permutation of a set in mathematics is, broadly speaking, the rearrangement of its elements if the set already has an ordered structure into a sequence or linear order. The act or procedure of altering the linear order of an ordered set is referred to as a "permutation."

A permutation is a function that rearranges a set; it is not an arrangement in and of itself. It is a bijection from a set to itself. Permutations are the arrangements themselves, according to an older and more fundamental perspective. The terms active and passive are occasionally attached to the term permutation to distinguish between these two, but older terminology uses the terms replacements and permutations.

To learn about Permutation :

https://brainly.com/question/12468032

#SPJ4

How to write 670 92 in words with thousands separate words ​

Answers

Answer:

sixty-seven thousand ninety-two

Given the following, where D is the incenter of ABC, DF=6, and DB=10, find EB.

Answers

if D is the incenter of ABC, DF=6, and DB=10 then EB is 8.

What is Triangle?

A triangle is a three-sided polygon that consists of three edges and three vertices.

Given that D is the incenter of ABC, DF=6, and DB=10

We need to find EB

As D is the incenter then DF=DG=DE

so DE is 6

We know DB and DE

DBE is a right triangle and we can find EB by pythagoras theorem

EB²+DE²=DB²

EB²+36=100

EB²=100-36

EB²=64

Take square root on both sides

EB=8

Hence, if D is the incenter of ABC, DF=6, and DB=10 then EB is 8.

To learn more on Triangles click:

https://brainly.com/question/2773823

#SPJ1

assuming iq scores are normally distributed, with a mean of 100 and a standard deviation of 15. what percentage of test takers could you expect to score 115 or higher?

Answers

Answer:

16%

Step-by-step explanation:

1) Mean, u = 100 

standard deviation, o = 15

Score specified = x = 115

so, z-score = (x - u)/o

                   = (115 - 100)/15 = 1

From the probability standard normal distribution curve, 84.13% of the test scores falls within 1 SD (z score = 1), so, the percentage of test scores below 115 is 84.13%, so, for the percentage of test scores of 115 or higher = 100% - 84.13% = 16%.

Therefore, the correct answer is 16%.

the mass of a grain of salt is around 0.06 mg. how many grains of salt would be in 100 grams of sand?

Answers

By solving a simple linear equation, we will see that there are 1666667 grains of salt on 100 grams

How many grains of salt would be in 100 grams?

We want to see how many grains of salt would be in 100 grams, only by knowing that the mass of a salt grain is 0.06 mg

Where:

1mg = 0.001g

Then the mass of x grains of salt, is given by the function below:

m(x) = x*0.06 mg

m(x) = x*0.00006 g

Now we want to find the value of x such that the mass is 100 grams, then we can write the equation:

x*0.00006 g = 100g

Solving that equation for x, we will get:

x = 100g/0.00006 g

x = 1666667

So there are about 1666667 grains of salt on 100 grams of salt.

Learn more about mass by reading:

https://brainly.com/question/26150306

#SPJ1

The library has 27 chairs and 5 tables. If the same number of chairs is placed at each table, how many chairs can be placed at each table? Will there be any extra chairs? If so, how many?answer choices5 chairs4 chairs and 4 extra5 chairs with 2 extra

Answers

Answer: 5 chairs and 2 extra chairs

Step-by-step explanation:

Note that [tex]\frac{27}{5}=5.4[/tex]. This means we can place up to 5 chairs at each table.

However, this means that there will be [tex]27-5(5)=2[/tex] chairs left over.

PLSSSS HELP WILL GIVE BRAINLIEST!!!

Answers

Answer:

x = 8

BR = 28

Step-by-step explanation:

BF bisects WR, therefore WB = BR  

WR/2 = BW = BR

WR = 7x

BW = 5x - 12

7x/2 = 5x - 12

7x = 2(5x - 12) = 10x - 24

-3x = -24

x = -24/-3 = 8

BR = 5(8) - 12 = 28

Find the length of ghe unknown side round your answer to the nearest whole number
a. 7 inches
b. 10 inches
c. 25 inches
d. 50 inches

Answers

The length of the unknown aside from the triangle is (A) 7 inches.

What is the length?

Distance is measured in length.

The length has the dimension of distance in the International System of Quantities.

The majority of measurement systems choose a base unit for length from which all other units are derived.

The meter serves as the foundational unit of length in the International System of Units.

The distance separating an object's ends is its length.

The longest dimension is this one.

The width of an object is the separation between its two sides.

The shortest dimension is this one.

So, given that it is a right triangle and that two of its sides are congruent, the triangle is isosceles.

The sides of an isosceles triangle have the pattern (1, 1, 2).

Declaring that each of the legs (the 1) is five:

5 x √2 = 5√2

5√2, or 7.07

Rounding off: 7 inches

Therefore, the length of the unknown aside from the triangle is (A) 7 inches.

Know more about length here:

https://brainly.com/question/2217700

#SPJ4

Correct question:

Find the length of the unknown side. Round your answer to the nearest whole number.

Image of a right triangle with legs labeled 5 inches each and hypotenuse unknown.

a. 7 inches

b. 10 inches

c. 25 inches

d. 50 inches

Bori run 7 mile in 50 minute. At the ame rate, how many mile would he run in 75 minute

Answers

Bori will run 10.5 miles in 75 minutes, using the concepts of unitary method.

A single unit's value can be determined from the values of multiple units, and multiple units' values can be determined from the values of single units using the unitary method. We typically utilise this technique for math calculations. This approach will be helpful to you while tackling problems involving ratio and proportion, algebra, geometry, etc.

Let us use the unitary method to solve this sum as well.

Bori can run 7 miles in 50 minutes.

This implies that, in 50 mins, Bori will run 7 miles.

Therefore, in 1 minute, Bori will run [tex]\frac{7}{50}[/tex] miles.

We have to find the number of miles Bori will run in 75 minutes.

Thus, in 75 mins, Bori will run [tex]\frac{7}{50} * 75[/tex] miles.

= 10.5 miles

Therefore, Bori will run 10.5 miles in 75 minutes.

To learn more about unitary method, visit the link:

brainly.com/question/28276953

#SPJ4

X, y and z are three numbers. x is 10 more than y and y is 8 more than z. The sum of the three numbers is 47. What are the values of x, y, and z?

Answers

The values of x, y, and z are 25,15 and, 7 respectively.

An equation is said to be linear if the maximum power of the variable is consistently 1. Another name for it is a one-degree equation. A linear equation with one variable has the conventional form Ax + B = 0. In this case, the variables x and A are variables, whereas B is a constant. 

Given that,

x=y+10................(i)

y=z+8..................(ii)

x+y+z=47............(iii)

Solving these equations to find the values of x,y, and z.

Putting The value of x from the first equation in the third equation:

we get,

y+10+y+z=47

Solving this equation further, we get,

=>2y+z=47 -10=37

=>2(z+8)+z=37

=>2z+16+z=37

=>3z=37-16=21

=>z=21/3=7

=>y=z+8=7+8=15

=>x=y+10=15+10=25

Thus, The values of x, y, and z are 25,15 and, 7 respectively.

To know more about linear equations visit: brainly.com/question/29739212

#SPJ4

the sum of three numbers $x$ ,$y$, $z$ is $165$. when the smallest number $x$ is multiplied by $7$, the result is $n$. the value $n$ is obtained by subtracting $9$ from the largest number $y$. this number $n$ also results by adding $9$ to the third number $z$. what is the product of the three numbers?

Answers

The product of three numbers is 12,295.

We are given that the sum of three numbers x, y, and z is 165, so we can write:

x + y + z = 165

We are also told that when the smallest number x is multiplied by 7, the result is n. So we can write:

x * 7 = n

It is also given that the value n is obtained by subtracting 9 from the largest number y, so we can write:

y - 9 = n

And that this number n also results by adding 9 to the third number z, so we can write:

z + 9 = n

We have 3 equations with 3 unknowns, we can use these equations to solve the problem.

From the equation x * 7 = n, we can substitute n = y-9, and we get:

x * 7 = y - 9

From the equation z + 9 = n, we can substitute n = y-9, and we get:

z + 9 = y - 9

Now we have 2 equations with 3 unknowns x,y,z.

To solve for the third unknown, we can use the equation x + y + z = 165 and substitute the values that we know from the previous equations:

x + (y - 9) + (z + 9) = 165

Solving for x we get:

x = (165 - (y-9) - (z+9)) = (165 - y + 9 - z - 9) = (165 - y - z + 18) = (183 - (y+z))

Now we can substitute this value into one of the previous equations:

(183 - (y+z)) * 7 = y - 9

Solving for y and z we get:

y = 95 and z = 71

And the product of the three numbers is:

x * y * z = (183 - (y+z)) * y * z = (183 - (95 +71)) * 95 * 71 = (183 - 166) * 95 * 71 = 17 * 95 * 71 = 12,295

So the product of three numbers is 12,295.

To learn more about the product, visit:

brainly.com/question/3211849

#SPJ4

as part of a landscaping project, you put in a flower-bed measuring 20 feet by 30 feet. to finish off the project, you are putting in a uniform border of pine bark around the outside of the rectangular feet. how wide should the border be?

Answers

The formula for the border's total area is [tex]4x^2+100x.[/tex]

What other form, except a square, is a rectangle?

A rhombus is indeed a four-sided form with equal-length sides (marked "s"). In addition, opposing sides and angles are parallel and equal. The diagonals' (dashed lines') right angle intersection in the centre is another intriguing feature.

A rectangular box is what?

An item with a cuboid form is a box. The angles on its six flat sides are all right angles. And rectangles make up each of its faces. Because it possesses the same bridge over a length, it is also a prism.

The garden's overall size, including the pine bark border, is provided by:

[tex]A=(30+2x)\ast(20+2x)=600+60x+40x+4x^2[/tex]

Without the boundary, the garden's total area is:

[tex]A_G=30\ast20=600[/tex]

The border's area may be calculated by deducting the entire area from the garden's area:

[tex]\begin{matrix}&A_B=A-A_G\\&A_B=600+100x+4x^2-600\\&A_B=4x^2+100x\\\end{matrix}[/tex]

To know more about rectangle visit:

https://brainly.com/question/14350577

#SPJ4

help me please !!! me no understand

Answers

Using the formula of length of an arc, the radius of the circle is 3 units

What is Length of an Arc

The length of an arc is a measure of the distance along the curved path of the arc. It is a portion of the circumference of the circle of which the arc is a part.

It can be calculated using the following formula:

Length of arc = (Arc angle / 360) * Circumference of the circle

Where:

Arc angle is the measure of the angle formed by two radii at the center of the circle. It is measured in degrees.

Circumference of the circle is the distance around the circle. It is calculated using the formula C = 2πr, where r is the radius of the circle and π is a mathematical constant approximately equal to 3.14.

Alternatively, the length of an arc can also be calculated using the formula :

Length of arc = (Arc angle/360) * 2πr

Also, the formula of length of an arc is given as

s = rθ

s = length of arc

r = radius of arc

θ = angle in radians

In the question given, we can substitute the values and solve for the radius.

s = rθ

3π / 2 = r * π/2

r = (3π / 2) / (π / 2)

r = 3

The radius of circle is 3 units

Learn more on length of an arc here;

https://brainly.com/question/12823137

#SPJ1

Given that QM = 15 units, SM = 10 units, and RM = 18 units, what is the length of segment PM?

R

18

M

10

15

Q

OA 13 units

OB.

7 units

Ос.

8 units

OD

12 units

Answers

The length of segment PM would be 12 units

I won't proceed based on your circle's association with any specific segments; instead, I'll use the illustration below.

We can determine QM = 15, SM = 10, and RM = 18 from the image. We apply the formula for determining segment lengths when there are two chords in a circle to determine the length of segment PM.

Our equation QM = (SM)(RM) (PM)

We now enter the information and resolve: (10)(18) = (15)(x) (x)

(10)(18) = 180

(15)(x) = 15x

180 = 15x → 180 ÷ 15 = 12 & 15x ÷ 15 = x

x = 12

Know more about Segment at:

https://brainly.com/question/22599425

#SPJ4

The data represent the murder rate per individuals in a sample of selected cities in the United States. Find the variance and standard deviation. Round your answers to at least one decimal place.

Answers

The variance of the murder rate data is approximately 4.83, and the standard deviation is approximately 2.20.

To find the variance and standard deviation of the murder rate data, we first need to find the mean (average) of the data.

Mean or average is the sum of all the data values divided by the number of data values. That is

[tex]Mean =\frac{( sum\ of\ all\ the\ data\ values)}{(number\ of\ data\ values)}[/tex]

To find the sum of all the data values we will use the midpoint of the class intervals and multiply it by the corresponding frequencies.

Midpoint of Class Interval = (Lower Class Limit + Upper Class Limit) / 2

For example, the midpoint of the first class interval, 5 - 11, is (5+11) / 2 = 8

The midpoint of the second class interval, 12 - 18, is (12+18) / 2 = 15

and so on.

So, the sum of all the data values is

(8 x 8) + (15 x 5) + (22 x 7) + (29 x 1) + (36 x 1) + (43 x 3) = 487

The number of data values is the sum of all the frequencies:

8 + 5 + 7 + 1 + 1 + 3 = 25

So, the mean is

487 / 25 = 19.48

Now we can use the mean to find the variance and standard deviation using the following formulas:

Variance = Σ(x - μ)^2 / n

Standard Deviation = √Variance

Where x is the midpoint of the class interval, μ is the mean, and n is the number of data values.

After calculation, the variance of the murder rate data is found to be approximately 4.83, and the standard deviation to be approximately 2.20.

--The question is incomplete, the complete question is as follows--

"The data represent the murder rate per 100,000 individuals in a sample of selected cities in the United States:

Class Interval 5 - 11 : Frequency 8

Class Interval 12 - 18 : Frequency 5

Class Interval 19 - 25 : Frequency 7

Class Interval 26 - 32 : Frequency 1

Class Interval 33 - 39 : Frequency 1

Class Interval 40 - 46 : Frequency 3

Find the variance and standard deviation. Round your answers to at least one decimal place."

To know more on variance

https://brainly.com/question/29166326

#SPJ4

In the following example tell whether they answer is the solution to the equation if the answer is no identified the solution for the equation 52 + G = 45 + 11 G = 3


in the following example tell whether the answer is the solution to the equation if the answer is no identify the solution for the equation 13 + 14 = 3 * f f = 9

Answers

The responses for the solution to the equations are evaluated as follows;

First equation; The response is not the solution to the equation;

The solution to the equation is G = 4

Second equation; The response, f = 9 is the solution to the equation

What is an equation?

An equation is the representation of a mathematical statement indicating the equality of two expressions.

The equations are;

First equation; 52 + G = 45 + 11

The response to the first equation is; G = 3

The solution for the first equation is found as follows;

52 + G = 45 + 11

G = 45 + 11 - 52 = 4

The solution to the equation 52 + G = 45 + 11 is; G = 4

Therefore, the response in not the solution to the equation, the solution to the equation is; G = 4

The second equation is; 13 + 14 = 3·f

The response for the above equation in the question is; f = 9

Plugging in f = 9 into the second equation, we get;

13 + 14 = 3 × f = 3 × 9 = 27, which is correct

The solution to the second equation can also be found by solving the equation as follows;

13 + 14 = 3·f

27 = 3·f

f = 27/3 = 9

f = 9

Therefore the response in the question for the second equation is the correct solution to the equation, 13 + 14 = 3·f, where, f = 9

Learn more on finding the solutions to equations here: https://brainly.com/question/27090717

#SPJ1

Solve the system using the substitution method.
10x - 16y = 17
3x + 3y = 9

Answers

Answer:

x = 2.5, y = 0.5

Step-by-step explanation:

[tex]10x - 16y = 17\\3x + 3y = 9[/tex]

Isolate for x or y on the equation of choice (Just choose a random one)

[tex]3y = 9 - 3x\\y = 3 - x[/tex]

Sub new equation into the other equation

[tex]10x - 16(3-x) = 17\\10x -48 + 16x = 17\\26x = 65\\x = 2.5[/tex]

Sub x into new equation

[tex]y = 3 - x\\y = 0.5[/tex]

What is the correct algebraic expression for the phrase
15 miles less than Devra biked

Answers

Answer: Devra biked - 15 miles

or

Devra biked - 15

You may also decide to replce Devra biked with y,x,or d for example x - 15

This expression shows that the number of miles Devra biked is 15 miles less than the actual distance.

Step-by-step explanation:

Draw the line of reflection that reflects quadrilateral ABC D onto quadrilateral A' B'C'D'.

Answers

Check the picture below.


 f (x)=3x−5
g(x)=1/x + x+4/6x

Answers

Answer:

8x

Step-by-step explanation:

Please help find the variable in both triangles.

Answers

Step-by-step explanation:

these are projections from V and W to the same projection "screen" (SU and YX).

since the angles are equal, the ratio between projection beam length and screen length must be the same.

so,

6.

24/14 = 48/x

48/28 = 48/x

x = 28

7.

besides the projection principle, we have a basic triangle situation :

the bisector of the angle W is also bisecting the opposing side YX. that means that this is an isoceles triangle (both legs are equally long).

therefore,

y = 4×sqrt(2)

Answer:

[tex]\textsf{6.} \quad x = 28[/tex]

[tex]\textsf{7.} \quad y = 4\sqrt{2}[/tex]

Step-by-step explanation:

What is an angle bisector?

An angle bisector is a line that divides an angle into two equal parts.

Angle Bisector Theorem

An angle bisector in a triangle divides the opposite side into two segments which are in the same proportion as the other two sides of the triangle.

Question 6

Applying the Angle Bisector Theorem:

[tex]\implies \dfrac{UT}{TS}=\dfrac{VU}{VS}[/tex]

[tex]\implies \dfrac{x}{14}=\dfrac{48}{24}[/tex]

Cross multiply:

[tex]\implies 24 \cdot x=48 \cdot 14[/tex]

[tex]\implies 24x=672[/tex]

Divide both sides by 24:

[tex]\implies \dfrac{24x}{24}=\dfrac{672}{24}[/tex]

[tex]\implies x=28[/tex]

Question 7

Applying the Angle Bisector Theorem:

[tex]\implies \dfrac{XZ}{ZY}=\dfrac{WX}{WY}[/tex]

[tex]\implies \dfrac{4}{4}=\dfrac{y}{4\sqrt{2}}[/tex]

Carry out the division on the left side:

[tex]\implies 1=\dfrac{y}{4\sqrt{2}}[/tex]

Multiply both sides by 4√2:

[tex]\implies 1\cdot 4\sqrt{2}=\dfrac{y}{4\sqrt{2}}\cdot 4\sqrt{2}[/tex]

[tex]\implies 4\sqrt{2}=y[/tex]

[tex]\implies y=4\sqrt{2}[/tex]

Leo says that the product of n x 4/5 is greater than 4/5 because multiplication always increases a number. Which of the following values could be used for "n" that would prove that Leo is incorrect? Choose all the correct answers.a) 2b) 5/8c) 6/6d) 7/6e) 5/4

Answers

The correct answer is 5/8. Option b)

In math, to multiply means to add equal groups. When we multiply, the number of things in the group increases.

from given statements that, the product of n x 4/5 is greater than 4/5 because multiplication always increases a number.

n × 4/5 > 4/5  ⇒?

so, what are the "n" values will prove that above statement is incorrect.

so, if we put the all given options values of "n" in n × 4/5, then

⇒ n=2

8/5 > 4/5

⇒ n=5/8

20/40 < 4/5

⇒ n=6/6

1 > 4/5

⇒ n=7/6

28/30 > 4/5

⇒ n=5/4

20/4 > 4/5

Therefore, The correct answer is 5/8. Option b)

To learn more about multiplication visit : brainly.com/question/5992872

#SPJ4

olphin is performing in a show at an oceanic park and makes a leap out of the water: the dolphin leaves the water traveling at speed of 32 feet per second and at an angle of 480 with the surface of the water: 36. write set of parametric equations for the dolphin'$ motion 37. for how many seconds is the dolphin in the air? 38. how far across the waler does the dolphin travel in the air?

Answers

Therefore , the solution of the given problem of equation comes out to be  y = 23.78t - 5t²

What is equation?

An equation is a mathematical formula that connects two assertions using the equal sign (=) to denote equivalence. In algebra, an equation is a mathematical statement that establishes the equivalence of two mathematical expressions. For instance, an equal sign separates the components 3x + 5 and 14 in the equation 3x + 5 = 14. A mathematical formula is used to explain the connection between two sentences on either side of a letter. Frequently, there is just one variable, which is also the symbol. for example, 2x - 4 = 2.

Here,
Given :parametric equation

x be the speed of water

t be the time

v be the speed of dolphin

=> x = (vcosx)t +x₀

=> v = 32

=> x = 48

=> x = (32 X cos 48)t + 0

=> x = 21.41t

thus,

=>  y = (vsintx)t - 1/2gt² + y₀

=>   y₀ = 0

=>  v = 32

=> x = 48

=> g = 10

=> y = (32sin48)t -1/2 *10*t² +0

=>  y = 23.78t - 5t²

To know more about equation visit:

brainly.com/question/649785

#SPJ4

Other Questions
NO LINKS!!Part 2: Graph the polygon with the given vertices and its image after the transformation. Label all vertices in both the preimage and image using the correct notation. 4. A(2, 1), B(3, -1), C(4, 2), D(3, 3) Reflection : in the line x = -15. A(2, 3), B(1, 4), C(3, 4) Rotation: 180 about the origin6. A(5, -2), B(5, 2), C(3, 1), D(2, -1) Rotation: 270 about the origin Why do you think Martin Luther King Jr gave his famous I Have a Dream speech near the Lincoln Memorial? According to experts studying college trends, gaming is increasing in popularity as a major. Which word functions as the subject of the sentence? define each of the following terms: a) optimal distribution policy b) dividend irrelevance theory; bird-in-the-hand theory; tax effect theory c) signaling hypothesis; clientele effect e) ex-dividend date g) stock split; stock dividend; stock repurchase. what is the resistance of a 1500 w (120 v ) hair dryer? Do you feel as if you have gotten enough information from Paris's article to make your own judgment about the two speeches? What additional analysis would you like to see? what effect might the government have on oligopolies? in oligopolies, the government mightA. impose barriers to entry with a copyright, which allows only the government to supply a good or service.B. promote competition by allowing large firms to lobby state legislators and members of Congress for favorable laws.C. impose barriers to entry with occupational licensing, where a license is required to provide a good or service.D. promote competition with a patent, which grants exclusive rights to produce a good.E. impose barriers to entry with a free-trade agreement with another country to promote competition. 3. A mature blue whale may have a length of 28.0 m. How far from a con-cave mirror with a focal length of 30.0 m must a 7.00-m-long baby bluewhale be placed to get a real image the size of a mature blue whale? a firm sells a 20-year bond for a premium of $25,000 over its $250,000 face value. if the bond's coupon rate is 7%, and they use straight-line amortization methods for all intangibles, what is their interest expense on the bond each year? How many edges does this polyhedron have? Michael is going to buy a car,The car costs 2400,He pays a deposit of 20%,He pays the rest of the money over 20 monthly payments, Work out the cost of each monthly payment. Justify that electrochemical methods depends upon electrochemical cells? which type of blood vessel carries blood toward the heart? stage, the level of effort increases, and plans are developed to determine what the project will entail, when it will be scheduled, whom it will benefit, what quality level should be maintained, and what the budget will be. question 1 describe each phase of the target attack and how it was carried out. was target well protected prior to the attack? what were their major vulnerabilities? how much did this attack cost target in monetary losses? how could target have prevented or better responded to this attack? how did target discover the attack? si A/4 = B/9 y A + B = 169; halle el valor de "A" why does the graph begin at x=1 A system of linear equations with more equations than unknowns is sometimes called an overdetermined system. Can such a system be consistent? Illustrate your answer with a specific system of three equations in two unknowns. chosse from the below option.a)Yes, overdetermined systems can be consistent. For example, the system of equations below is consistent because it has the solutionAnswer: (Type an ordered pair here _____)x1=2, x2=4, x1+x2=6b) Yes, overdetermined systems can be consistent. For example, the system of equations below is consistent because it has the solutionAnswer: (Type an ordered pair here _____)x1=2, x2=4, x1+x2=8c)No, overdetermined systems cannot be consistent because there are fewer free variables than equations. For example, the system of equations below has no solution.x1=2, x2=4, x1+x2=12d)No, overdetermined systems cannot be consistent because there are no free variables. For example, the system of equations below has no solution.x1=2, x2=4, x1+x2=24 How many states had to vote yes in order to change the Articles of Confederation Why was this a problem at the convention? How did Enlightenment thinkers like Thomas Jefferson and Simon Bolivar impact the Atlantic Revolutions?