The function f(x) = 5x + 35 represents the distance in miles a drone flew.

The function g(x) = x + 7 represents the time the drone flew in hours.

Part A: Find f(3) and g(3). Show your work. (2 points)

Part B: Find (f/g) divided by g of 3. Show your work. (2 points)

Part C: What is the domain of f divided by g of (f/g) x? (2 points)

Answers

Answer 1

a) The numeric values of each function at x = 3 are given as follows:

f(3) = 50.g(3) = 10.

b) The division is given as follows: f(3)/g(3) = 5.

c) The domain of f(x)/g(x) is given as all real values except x = -7, as the function g(x), which is the denominator of the division, assumes a value of 0 at x = -7.

How to find the numeric value of a function or of an expression?

To find the numeric value of a function or of an expression, we replace each instance of the variable in the function or in the expression by the value at which we want to find the numeric value.

Hence the numeric values are found replacing the lone instance of x by 3 in each function, as follows:

f(3) = 5(3) + 35 = 15 + 35 = 50.g(3) = 3 + 7 = 10.

Hence the division is given as follows:

(f/g)(3) = f(3)/g(3) = 50/10 = 5.

Learn more about the numeric values of a function at brainly.com/question/28367050

#SPJ1


Related Questions

An airline ticket costs $260 without the tax if the tax raise 8% what's the total bill for the ticket

Answers

The total bill will be $280.8 (I think)
$280.8 im pretty sure.

Question2_=) 6th grade math please help (only answer if you know the answer don't guess PELASEE) Marking brainlist!! QUESTION WORTH 60 POINT!!

Which of the following is the distance between the two points shown?

A graph with the x-axis starting at negative 4, with tick marks every one-half unit up to 4. The y-axis starts at negative 4, with tick marks every one-half unit up to 4. A point is plotted at negative 3, 0 and at 0.5, 0.

2.5 units
3.5 units
−3.5 units
−2.5 units

Answers

Answer:

see below

Step-by-step explanation:

the direct distance between the 2 points should be √9.25 = 3.04, but there's no such answer, so I guess they are making you count the units. By definition the distance cannot be negative.  so it should be 3.5.

However, if this 6th grade math question is testing you on your understanding of the direction of x axis then because a point is plotted at -3 on the axis (cause it's Y value =0), then its distance to (0,0) is -3, and then you go up 0.5 to the next point.  With that said, whether you should add the -3+0.5 = -2.5  that'll depend on the teacher or the textbook - not exactly sure what they are trying to test you on.  it's a very vague question.

8 piglets are evenly sharing 5 liters of milk.
How much milk should each piglet get?

Answers

Each piglet will receive 0.625 L of milk.

General Formulas and Concepts:

Pre-Algebra

Order of Operations: BPEMDAS

Brackets

Parenthesis

Exponents

Multiplication

Division

Addition

Subtraction

Left to Right

We have 8 piglets that only have 5 liters of milk to share in between them. We need to split the milk between the 8 piglets.

We can divide the amount of milk we have already by the amount of piglets total:

5 liters of milk ÷ 8 piglets

Evaluating this, we should get 0.625 L of milk per piglet, assuming we don't lose a single drop while splitting the milk.

Learn more about BODMAS rule at:

https://brainly.com/question/29626868

#SPJ1

c=1/30x^2-2x+1530 what is the minimum cost

Answers

The minimum cost is $1500.

What is Vertex form?

The vertex form of a quadratic function is f(x) = a(x – h)² + k, where a, h, and k are constants of the parabola is at (h, k).

Given:

y =1/30 x²-2x+1530

y= 1/30 x² - 2x + 1530

comparing the above equation with y ax²+ bx +c we get

a = 1/30

b = -2

c = 1530

Now, the the x coordinate of the vertex

h = -b/(2a)

h = -(-2)/(2x(1/30))

h = 2/(2/30)

h = (2/1) x (30/2)

h = (2 x 30)/(1 x 2)

h = 60/2

h = 30

So, The x coordinate of the vertex is 30.

Now, we plug in x = 30 to find the y coordinate of the vertex.

y =1/30 x²-2x+1530

y =1/30 (30)²-2(30)+1530

y =1/30 (900)-60+1530

y= 1500

Thus, the minimum cost is $1500

Learn more about vertex form here:

https://brainly.com/question/13921516

#SPJ1

1. which of the following initializes an 8 x 10 matrix with integer values that are perfect squares? (0 is a perfect square.) int[][] mat

Answers

B. II only. This initializes an 8 X 10 matrix with integer values that are perfect squares by looping through the rows and columns of the matrix and setting each element equal to the row number multiplied by itself.

II initializes an 8 X 10 matrix with integer values that are perfect squares. The initialization starts by declaring the matrix with the line int [][] mat = new int [8][10]; which creates the 8 X 10 matrix. The next step is to use a nested for loop to loop through the rows and columns of the matrix. The first loop, for(int r=0; r<mat.length; r++), begins by setting an integer variable r to 0 and looping through all of the rows in the matrix. The second loop, for(int c=0; c<mat[r].length; c++), begins by setting an integer variable c to 0 and looping through all of the columns in the matrix. Finally, the last line, mat[r][c] = r*r;, sets each element of the matrix equal to the row number multiplied by itself. This ensures that the values in the matrix are all perfect squares.

The complete question : Which of the following initializes an 8 X 10 matrix with integer values that are perfect squares? (0 is a perfect square.)

I. int [][] mat = new int [8][10];

II. int [][] mat = new int [8][10];

for (int r=0; r<mat.length; r++){

for(int c=0; c<mat[r].length; c++){

mat[r][c] = r*r; }}

III. int [][] mat = new int [8][10];

for (int c=0; c<mat[r].length; c++){

for(int r=0; r<mat.length; r++){

mat[r][c] = c*c; }}

A. I only

B. II only

C. III only

D. I and II

E. I, II, and III

Learn more about matrix here

https://brainly.com/question/29132693

#SPJ4

s) a real number is repeatedly selected uniformly over the interval [0, 1] until the sum of all numbers chosen exceeds 1. what is the expected value of the count of numbers that are select

Answers

Since the sum of the numbers selected must exceed 1, we know that n must be at least 1. Therefore, the expected value of X is finite and is equal to 2.

The expected value of the count of numbers that are selected can be found using the geometric distribution, since it models the number of trials until a success occurs.

Let X be the number of numbers that are selected until the sum of all numbers exceeds 1. Then X has a geometric distribution with parameter p, where p is the probability of success on each trial, i.e. the probability that the sum of all numbers selected does not exceed 1.

Since the numbers are selected uniformly over [0, 1], the probability of success on each trial is given by the area under the curve between 0 and 1 after the first number is selected.

On the first trial, the probability of success is 1. On the second trial, the probability of success is the area under the curve between 0 and (1 - the first number selected).

On the third trial, the probability of success is the area under the curve between 0 and (1 - the sum of the first two numbers selected), and so on.

The expected value of X can be found using the formula for the expected value of a geometric distribution:

E(X) = 1/p

Since the expected value of the sum of n independent and identically distributed uniform [0, 1] random variables is n/2, we can use this to find p:

E(X_1 + X_2 + ... + X_n) = n/2

where X_1, X_2, ..., X_n are the n numbers selected.

So, p = 1 / (1 + n/2).

Finally, we can substitute this into the formula for E(X) to find the expected value of X:

E(X) = 1 / (1 - n/2) = 2 / (2 - n)

For more questions on geometric distribution

https://brainly.com/question/30478452

#SPJ4

A 15-meter by 23-meter garden is divided into two sections. Two sidewalks run along the diagonal of the square section and along the diagonal of the smaller rectangular section.

A rectangle is shown. The length of the top and bottom sides is 23 meters. The length of the left and right sides is 15 meters. A vertical line is drawn from the top to bottom side to split the shape into a square and a rectangle. Lines are drawn from the bottom left point to the top of the vertical line and from the bottom right point to the top of the vertical line.

What is the approximate sum of the lengths of the two sidewalks, shown as dotted lines?

21.2 m
27.5 m
32.5 m
38.2 m

Answers

Answer:

Option D) 38.2

Solution

1) The square section

The side length of the square is 15m.

You can use Pythagoras's theorem to find the length of the diagonal:

Diagonal ^2 = (15m)^2 + (15m^2) = 450 m^2

=> Diagonal = √(450m^2) = 21.21m

2)  The small rectangle section

The sides of this rectangle are 23 - 15 = 8 m and 15 m

Now use the Pythagoras's theorem:

diagonal^2 = (8m)^2 + (15m)^2 = 289 m^2 =>

diagonal = √(289m^2) = 17 m

3) Then the sum of the lengths of the diagonals of the two sections  is 17m + 21.21 m = 38.21

Answer: 38.21 m

find the volume of the solid formed by rotating the function about the x-axis. round to four decimal places.

Answers

The volume of the solid formed by rotating the function f(x)=x about the x-axis from x=0 to x=1 is equal to the integral of the area of the cross-section of the solid from x=0 to x=1. The area of the cross-section is equal to the area of a circle with radius x, which is equal to πx. Thus, the volume of the solid is equal to the integral of πx from x=0 to x=1.

This integral can be solved using the formula for the area of a circle, which is equal to πr. Thus, the volume of the solid is equal to π∫x dx from x=0 to x=1. After solving the integral, the volume of the solid is equal to π/3. Thus, the volume of the solid formed by rotating the function f(x)=x about the x-axis from x=0 to x=1 is equal to 0.3333.

To learn more about volume of solid:

https://brainly.com/question/27176049

#SPJ4

using a scale of 1 inch = 2 feet and wing of airplane is 24 feet how long is the wing

Answers

The length of the wing is, 12 inches.

What is Division method?

Division method is used to distributing a group of things into equal parts. Division is just opposite of multiplications. For example, dividing 20 by 2 means splitting 20 into 2 equal groups of 10.

We have to given that;

The scale is,

⇒ 1 inch = 2 feet

And, Wing of airplane is 24 feet.

Now, We have;

The scale is,

⇒ 1 inch = 2 feet

Hence, The length of wing is,

⇒ 24 / 2 inches

⇒ 12 inches

Thus, The length of the wing is, 12 inches.

Learn more about the divide visit:

https://brainly.com/question/28119824

#SPJ1

(Systems of Linear Equations MC)

A customer at a shipping store is planning to send a package and is considering two options. The customer can send a package for $4, plus an additional $2 per pound. The cost, y, can be represented by the equation y = 4 + 2x, where x represents the amount of pounds of the package. Another option is that the customer can pay a one-time fee of $12 to send the box, represented by the equation y = 12.

Based on the graph of the system of equations, when will the cost of the two shipping options be the same?

A package that weighs 4 pounds will cost $12 for both options.
A package that weighs 8 pounds will cost $12 for both options.
A package that weighs 12 pounds will cost $20 for both options.
A package that weighs 12 pounds will cost $28 for both options.

Answers

Based on the graph of the system of equations, the cost of the two shipping options would be the same when: A. A package that weighs 4 pounds will cost $12 for both options.

How to determine when the cost of the two shipping options would be the same?

Based on the information provided above, the customer sent a package for $4 with an additional $2 per pound. The total cost, y, can be represented by this equation:

y = 4 + 2x    ....equation 1.

where:

x represents the amount of pounds of the package.

For the second option, the total cost can be represented by this equation:

y = 12    ....equation 1.

By equating equation 1 and equation 2, we have the following:

12 = 4 + 2x

2x = 12 - 4

2x = 8

x = 4.

Read more on equation here: brainly.com/question/18912929

#SPJ1

Answer:

A. A package that weighs 4 pounds will cost $12 for both options.

Step-by-step explanation:

(50 POINTS AND BRAINLYEST GURANTEE)

Find the area of the following shape. Make sure to indicate what shapes were used, by sketching on the image, listing
formulas, and show work listed for each shape. (5 total points – 2 for accurate shapes, 2 for accurate work, 1 for total
area answer)

Answers

Answer:

53.137 (sq.units).

Step-by-step explanation:

1. to draw red line in order to divide the given shape by two figures;

2. the required area consists of two: green - area of semicircle with radius r= 3 and blue  - area of trapezoid with bases 8 and 5 and height 6. Then

3. the required area is

A=A(semicircle)+A(trapezoid);

A≈0.5*3.1415*3²+0.5*(8+5)*6=0.5*(28,274+78)=53.137

Answer:

53.137 sq.units also its a explanation for this answer

Step-by-step explanation:

the sq.untits would be a 53.137 hope this helps!

Giving a test to a group of students, the grades and gender are summarized below

A B C Total
Male 12 10 17 39
Female 2 19 3 24
Total 14 29 20 63


If one student was chosen at random,

find the probability that the student got a B.

Answers

Find the probability that the student got a B is a student is chosen at random. Doesn’t matter the gender. Alright.
So we can simply take the total number of students that got B and the total number of students overall. That will be 29/63.
29 divided by 63 is 0.46. Multiply that by 100 and you’ll convert that to a percentage, which is 46%.
If one student was chosen at random, the probability that the student got a B is 46%.
Hope this helped!

the grpah displays the distance Wes;ey was from home s he rain in preparation for his cross - country meet. Describe the change in distance over time

Answers

The description of the  change in distance over time is;

He ran further away from home, then sped up and went further. He then

slowed down, still going further from home. He then turned

around and headed home.

How to Interpret a Distance Time Graph?

A distance-time graph is defined as a graph that shows how far an object has travelled in a given time. It is a simple line graph that denotes distance versus time findings on the graph. Distance is plotted on the y-axis. Time is plotted on the x-axis.

From the attached graph, we see that Wesley ran further away from home, and then he sped up and went further in the journey. He then

slowed down, and still going further from home. Finally, he turned

around and headed home.

Read more about Distance-Time Graph at; https://brainly.com/question/13877898

#SPJ1

a box of candy hearts contains 52 hearts, of which 19 are white, 10 are tan, 7 are pink, 3 are purple, 5 are yellow, 2 are orange, and 6 are green. if you select nine pieces20 chapter 1 probability of candy randomly from the box, without replacement, give the probability that (a) three of the hearts are white. (b) three are white, two are tan, one is pink, one is yellow, and two are green.

Answers

(a) Probability(3 white) = (19/52) * (18/51) * (17/50) = 0.027

(b) P(3 white, 2 tan, 1 pink, 1 yellow, 2 green) = (19/52) * (18/51) * (17/50) * (10/49) * (9/48) * (7/47) * (5/46) * (6/45) * (6/44) = 0.00004

(a) The probability of selecting three white hearts is calculated by multiplying the probability of selecting each heart. The probability of selecting one white heart is 19/52. The probability of selecting two white hearts is 18/51, and the probability of selecting three white hearts is 17/50. When multiplied together, the overall probability is 0.027.

(b) The probability of selecting three white hearts, two tan hearts, one pink heart, one yellow heart, and two green hearts is calculated by multiplying the individual probabilities for each heart. The probability of selecting one white heart is 19/52, the probability of selecting two tan hearts is 10/49, the probability of selecting one pink heart is 7/47, the probability of selecting one yellow heart is 5/46, and the probability of selecting two green hearts is 6/45. When multiplied together, the overall probability is 0.00004.

Learn more about probability here

https://brainly.com/question/30034780

#SPJ4

Game Over Electronics has made $18,500 in profit so far this year. The company expects the
profit during the rest of the year to be 19% of its revenue. You can use a function to estimate
the total profit this year if the revenue from now through the end of the year is x dollars.
Write an equation for the function. If it is linear, write it in the form h(x) = mx + b. If it is
exponential, write it in the form h(x) = a(b)*.

Answers

An equation for the profit function is expressed as; h(x) = 0.19x + b

How to solve Function Word Problems?

The parameters in the given problem are;

Amount of profit made so far this year = $18500

The revenue from now through the end of the year = $x

Percentage profit for the rest of the year = 19%

Since profit made so far is $18500, then that will be regarded as the y-intercept from the linear equation form;

y = mx + b

Now, 19% profit will be regarded as the slope. Thus, the equation for the function is;

h(x) = 0.19x + b

Read more about Function Word Problems at; https://brainly.com/question/21405634

#SPJ1

to make sure you understand the derivation based on the five assumptions (a-e), select the correct order in which the assumptions were used in the derivation above.

Answers

The correct order of the assumptions used in the derivation is: A, B, C, D, E. A states that the population is large, B: random, C: representative, D: large, and E states that the sampling is done without replacement.

The derivation of the Central Limit Theorem was based on five assumptions: (a) The population is large, (b) The sample is random, (c) The sample is representative, (d) The sample size is large, and (e) The sampling is done without replacement. The first assumption used in the derivation is that the population is large, which means that the number of individuals in the population is much greater than the sample size. This is important because the Central Limit Theorem states that the mean of the sample will approach the population mean as the sample size increases. The second assumption used is that the sample is random, which means that each individual in the population has an equal chance of being selected for the sample. This helps to ensure that the sample is representative of the population as a whole. The third assumption is that the sample is representative, which means that the characteristics of the sample are similar to those of the population. This is important because it allows us to make generalizations about the population based on the sample. The fourth assumption is that the sample size is large. This is important because the Central Limit Theorem states that the mean of the sample will approach the population mean as the sample size increases.

Learn more about derivation here

https://brainly.com/question/8791755

#SPJ4

You can use the equation A =(HW/3600)^1/2
to approximate a person's body surface area A (in square meters), where H
is height (in centimeters) and W is weight (in kilograms). Approximate the body surface area of a person with a height
of 160 centimeters and a weight of 64 kilograms.
Body surface area:______

Answers

The body surface area is given by the equation A = 1.6865 m²

What is an Equation?

Equations are mathematical statements with two algebraic expressions flanking the equals (=) sign on either side.

It demonstrates the equality of the relationship between the expressions printed on the left and right sides.

Coefficients, variables, operators, constants, terms, expressions, and the equal to sign are some of the components of an equation. The "=" sign and terms on both sides must always be present when writing an equation.

Given data ,

Let the body surface area be represented as A

Now , the equation will be

A = ( HW / 3600 )^1/2

A = √( HW / 3600 )   be equation (1)

where H is the height in centimeters and W is the weight in kilograms

Now , the value of H = 160 cm

The value of W = 64 kg

Substituting the values in the equation , we get

A = √ [ ( 160 x 64 ) / 3600 ]

On simplifying the equation , we get

A = √ ( 10240/3600 )

A = √ ( 2.8444 )

A = 1.6865 m²

Therefore , the body surface area is 1.6865 m²

Hence , the equation is A = 1.6865 m²

To learn more about equations click :

https://brainly.com/question/19297665

#SPJ1

Indefinite integral of cos(x) sin(x) dx

Answers

The solution of the indefinite integral ∫ sin x cos x dx is (1 / 2) · sin² x + C.

How to determine the indefinite integral by algebraic substitution

There are integrals that can be solved by means of algebraic substitutions, which simplifies the expression and allow a quicker solution. Now we proceed to find the solution. First, define algebraic subtitution:

u = sin x

du = cos x dx

Second, simplify the integral by formulae defined in the previous step:

∫ sin x cos x dx

∫ u du

Third, integrate the resulting expression:

(1 / 2) · u² + C, where C is the integration constant.

Fourth, reverse the algebraic substitution:

(1 / 2) · sin² x + C

To learn more on indefinite integral: https://brainly.com/question/28036871

#SPJ1

run the strongly connected components algorithm on the following directed graphs g. when doing dfs on gr: whenever there is a choice of vertices to explore, always pick the one that is alphabetically first.

Answers

The strongly connected components of graph g are then determined to be the set of vertices {A, B, C, D, E}. This is because each vertex is reachable from every other vertex in the graph.

Graph g:

A→B

B→C

C→D

D→E

E→A

The strongly connected components algorithm is used to determine the strongly connected components of a directed graph. A strongly connected component is a subgraph of a directed graph in which every vertex is reachable from every other vertex.

The algorithm begins by running a depth-first search (DFS) on the graph. When running DFS on graph g, we start at vertex A and explore all its adjacent vertices before moving to the next vertex. In this case, we explore vertex B first. We then explore vertex C, followed by D and E. Finally, we explore vertex A again before finishing the DFS.

Once the DFS is complete, the algorithm then computes the transpose of the graph. The transpose of a graph is the graph with all the edges reversed. For graph g, this would be A←B, B←C, C←D, D←E, and E←A.

Finally, the algorithm runs a second DFS on the transpose of the graph. Since the edges are reversed, we start at vertex A and explore its adjacent vertices in reverse order. In this case, we explore vertex E first, followed by D, C, B, and finally A.

The strongly connected components of graph g are then determined to be the set of vertices {A, B, C, D, E}. This is because each vertex is reachable from every other vertex in the graph.

Learn more about vertex here:

https://brainly.com/question/29030495

#SPJ4

Evaluate
a*b= a+b -2ab
(2*3)*5

Answers

The solution to the algebraic expression (2*3)*5 using a*b= a+b -2ab is; 68

How to solve Algebraic Expressions?

Algebraic expressions are defined as the idea of expressing numbers using letters or alphabets without truly specifying their actual values. The basics of algebra taught us how to express an unknown value using letters such as a, b, c etc. These letters are usually referred to as variables.

We are given the format for the algebraic expression as;

a*b = a + b - 2ab

Thus, we can solve the expression (2*3)*5 as;

(2*3) = 2 + 3 - 2(2*3)

= -7

(-7 * 5) = -7 + 5 - 2(-7 * 5)

= -2 + 70

= 68

Read more about Algebraic Expressions at; https://brainly.com/question/4344214

#SPJ1

Suppose the probability that an individual has blue eyes is 0.41. Four people are randomly selected Find the probability P that exactly tYpo have blue eyes Round your answer to four decimal places.

Answers

The probability P that exactly has blue eyes is P = 0.1887

The probability of exactly t people having blue eyes can be calculated using the binomial distribution formula. The binomial distribution models the number of successes in a fixed number of independent trials, where each trial has the same probability of success.

In this case, the number of trials is 4, the probability of success is 0.41 (the probability of an individual having blue eyes), and the number of successes is the number of people with blue eyes. Plugging in these values into the binomial distribution formula gives us the probability of exactly t people having blue eyes.

Learn more about Probability:

https://brainly.com/question/24756209

#SPJ4

$g$ is the centroid of equilateral $\triangle abc.$ $d$, $e$, and $f$ are midpoints of the sides as shown. $p$, $q$, and $r$ are the midpoints of $\overline {ag}$, $\overline {bg}$, and $\overline {cg}$, respectively. if $ab

Answers

The coordinates of the centroid of the given triangle can be found by using the midpoint formula to calculate the coordinates of points P, Q, and R, and then taking the average of the x-coordinates and y-coordinates of these points.

The centroid of a equilateral triangle can be found by drawing the medians of the triangle. The median of a triangle is a line segment connecting a vertex of the triangle to the midpoint of the opposite side. The three medians of an equilateral triangle intersect at the centroid. In this scenario, the centroid of the given triangle is point G.

The midpoints of the sides of the triangle are points D, E, and F. The midpoints of the medians of the triangle are points P, Q, and R. The coordinates of the points can be found using the midpoint formula. The midpoint formula states that the coordinates of the midpoint of a line segment is the average of the x-coordinates and the average of the y-coordinates of the endpoints of the line segment.

The coordinates of the centroid, G, can be found by taking the average of the x-coordinates and y-coordinates of the midpoints of the medians. The x-coordinate of G is the average of the x-coordinates of P,Q, and R, and the y-coordinate of G is the average of the y-coordinates of P,Q, and R.

Finally, the coordinates of the centroid of the given triangle can be found by using the midpoint formula to calculate the coordinates of points P, Q, and R, and then taking the average of the x-coordinates and y-coordinates of these points.

Learn more about  centroid of a equilateral triangle here:

https://brainly.com/question/8678141

#SPJ4

Complete question:

What is the area of the square with vertices [tex]$d$, $p$, $q$[/tex] ?

Nate's weekly pay, in dollars, when he works x hours is represented by this expression.
16. 50 x
24.75 (a
How much is Nate paid for each hour he works over 40?
0≤x≤ 40
40) + 660 x > 40

Answers

Nate is paid 16.50 dollars for each hour he works over 40.

How to calculate?

We have that Nate's weekly pay is represented by the expression 16.50x + 24.75(a),

where x is the number of hours worked and a is a value such that 0 <= x <= 40.

We know that a mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context.

If  x > 40, the pay for each additional hour worked is given by the rate of change of the expression, which has it at 16.50 dollars per hour.

We therefor ca conclude that Nate is paid 16.50 dollars for each hour he works over 40.

Learn more about mathematical expression at: https://brainly.com/question/1859113

#SPJ1

math. please. help. me. quickly.

Answers

Answer:

no clue

Step-by-step explanation i cant help you with this and i just tying to get points

Answer the questions

Answers

The triangles ∆ABC and ∆BMK are similar triangles, and ∆ABC ≅ ∆BMK. The perimeter of the quadrilateral ACKB is equal to 74 feet.

What are similar triangles

Similar triangles are two triangles that have the same shape, but not necessarily the same size. This means that corresponding angles of the two triangles are equal, and corresponding sides are in proportion.

We have that line AC of the triangle ∆ABC is parallel to line BK of the triangle ∆BMK and also line CB of the triangle ∆ABC is parallel to line KM of the triangle ∆BMK which implies that lines AB and BM are of equal distance. Given that B is the midpoint of AM. We can conclude that triangles ∆ABC and ∆BMK are similar triangles.

Since ∆ABC is an equilateral triangle, then all the sides of the quadrilateral ACKB are equal and its perimeter is calculated as:

18.5 feet × 4 sides of the quadrilateral = 74 feet.

In conclusion, the triangles ∆ABC and ∆BMK are similar triangles, and ∆ABC ≅ ∆BMK. The perimeter of the quadrilateral ACKB is equal to 74 feet.

Know more about similar triangles here:https://brainly.com/question/14285697

#SPJ1

Find the length of the three missing sides in the rhombus below.
x=

y=

z=

Answers

The length of the three missing sides in the rhombus are x=75,y=75,z=75

What is rhombus and some of its properties?

Rhombus is a parallelogram whose all sides are of equal lengths.

Its diagonals are perpendicular to each other and they cut each other in half( thus, they're perpendicular bisector of each other).

Its vertex angles are bisected by its diagonals.

The triangles on either side of the diagonals are isosceles and congruent.

Given;

One side of rhombus= 75

Now, as we know that all sides of rhombus are equal

x=y=z=75

Therefore, the sides of rhombus will be x=75,y=75,z=75.

Learn more about Rhombus here:

brainly.com/question/27870968

#SPJ1

80 figs are kept in a container. Each fig weighs 0.02 kg. What is the
total weight of the figs?

Answers

the Total weight of the container that kept figs is 1.6 kg.

What are mathematical operations?

The term "operation" in mathematics refers to the process of computing a value utilizing operands and a math operator. For the specified operands or integers, the math operator's symbol has predetermined rules that must be followed. In mathematics, there are five basic operations: addition, subtraction, multiplication, division, and modular forms.

Given, 80 figs are kept in a container. Each fig weighs 0.02 kg.

Since,

One fig is weighing  = 0.02 kg

So,

80 figs will weigh = 0.02 * 80

80 figs will weigh =  1.6 kg

Therefore, the Total weight of the container that kept figs is 1.6 kg.

Learn more about Mathematical operations here:

https://brainly.com/question/20628271

#SPJ1

2. a) b) 5 3 c) d) a What is 258 plus 329? What is 258 plus-319? What is 1 023 minus 648? What is 648 minus 1 023? 3​

Answers

Answer:

A=587

B=-61

C=375

D=-375

Step-by-step explanation:

Determine the matrix equation for:
x1 + 2x₂ = 11
3x1 + 4x2 = 25


A. [ 1 2 3 4 ] = [11 25] [x1 x2]
B. [ 1 2 3 4 ] [x1 x2] = [11 25]

Answers

The matrix equation for the given is [tex]\left[\begin{array}{cc}1&2\\3&4\end{array}\right] \left[\begin{array}{c}x1&x2\end{array}\right] = \left[\begin{array}{c}11&25\end{array}\right][/tex] and option B is the correct answer.

What is matrix?

A matrix, sometimes known as matrices, is a rectangular array or table of letters, numbers, or other symbols organized in rows and columns that is used to represent a mathematical object or a characteristic of one.

Matrix representations of linear mappings without additional details enable explicit computations in linear algebra. As a result, a significant portion of linear algebra involves the study of matrices, and the majority of the characteristics and operations of abstract linear algebra may be described in terms of matrices.

The given equation is:

x1 + 2x₂ = 11

3x1 + 4x2 = 25

The equation is represented in matrix form as follows:

[tex]\left[\begin{array}{cc}1&2\\3&4\end{array}\right] \left[\begin{array}{c}x1&x2\end{array}\right] = \left[\begin{array}{c}11&25\end{array}\right][/tex]

Hence, the matrix equation for the given is [tex]\left[\begin{array}{cc}1&2\\3&4\end{array}\right] \left[\begin{array}{c}x1&x2\end{array}\right] = \left[\begin{array}{c}11&25\end{array}\right][/tex] and option B is the correct answer.

Learn more about matrix here:

https://brainly.com/question/28180105

#SPJ1

(4) In 2018, Apple had the largest profit of any company in the United States. They made
$48,351,000,000. One of the largest losses of any company during one year was AOL Time Warner in
2002, which lost $123,160,000,000. Write and evaluate a subtraction expression to find the difference
between Apple's 2019 profits and AOL Time Warner's 2002 losses.
I
I
I
I
1

Answers

The value of the equation is A = - $ 74,80,90,00,000

What is an Equation?

Equations are mathematical statements with two algebraic expressions flanking the equals (=) sign on either side.

It demonstrates the equality of the relationship between the expressions printed on the left and right sides.

Coefficients, variables, operators, constants, terms, expressions, and the equal to sign are some of the components of an equation. The "=" sign and terms on both sides must always be present when writing an equation.

Given data ,

Let the equation be represented as A

Now , the value of A is

The profit of Apple in 2018 P = $ 48,351,000,000

The loss of AOL Time Warner in 2002 L = $ 123,160,000,000

So , the difference between between Apple's 2019 profits and AOL Time Warner's 2002 losses is A

A = P - L

Substituting the values in the equation , we get

A = $ 48,351,000,000 - $ 123,160,000,000

On simplifying the equation , we get

A = - $ 74,80,90,00,000

Hence , the equation is A = - $ 74,80,90,00,000

To learn more about equations click :

https://brainly.com/question/19297665

#SPJ1

Other Questions
Genetic Variation refers to the degree with which members of a population have zero combinations of alleles. True or FalseAlso, when you answer, please be quick it's due right now. which of the following work together to complete the scanning and vulnerability assessment phase of the ethical hacking process? an engineering firm is evaluating a sophisticated $80,000 laser system to measure the difference in water level between two large tanks. it is important that small differences be measured accurately. you suggest that the job can be done with a $200 manometer arrangement. an oil that is less dense than water can be used to give a 10:1 amplification of meniscus movement: a small difference in level between the tanks will cause 10 times as much deflection in the oil levels in the manometer. determine the specific gravity of the oil required for 10:1 amplification. a car and a truck start from rest at the same instant, with the car initially at some distance behind the truck. the truck has a constant acceleration of 2.10 m/s2 and the car an acceleration of 3.40 m/s2. the automobile overtakes the truck after the truck has moved 60.0 m. a) t=7.56s b) how far was the car behind the truck initially? c) what is the speed of the truck when they are abreast? d) what is the speed of the car when they are abreast? Select the correct answer from each drop-down menu.What is the Nuremberg Code?The 'Nuremberg Code requires all _______to get informed consent from any person who takes part in ________.First box Lawyers Judges Doctors Second box A jury A medical experiment A criminal trail Core beliefs of hinduism and how did it influence Indias economy jackson motors, an automobile manufacturing company, was founded in 1914. the company primarily focused on creating greater efficiencies by refining its processes and creating specialized jobs. this allowed the company to increase its output and lower the prices of its products. as a result, automobiles became an affordable commodity. in the context of the history of american business, jackson motors was most likely founded during the . An amount owed to a supplier for prior purchases on account is an Account ___ which is a(n) ___ account what functional groups participate in the formation of a phosphodiester bond? A rectangle has vertices at these coordinates.(6, 3), (6, 5), (2, 3)What are the coordinates of the fourth vertex of the rectangle?Enter the coordinates by filling in the boxes. which of these statements describes a disadvantage of a traditional economy? What is not a career cluster Internet sites such as eBay make it easier for sellers and buyers to find one another and, by doing so:a. reduce transaction costs.b. reduce the number of exchanges that occur.c. lower the value created by the goods and services available.d. increase transaction costs. in getting ready to slam-dunk the ball, a basketball player starts from rest and sprints to a speed of 6.26 m/s in 2.20 s. assuming that the player accelerates uniformly, determine the distance he runs. narratives that humans tell about our origins, gods, spirits, heroic figures, and ancestors, that convey moral lessons are called: your parents save and invest $3,600 per year at a fixed rate of 10% for retirement. how much money will they have saved after 35 years? which statement correctly identifies how a lipid-soluble hormone that diffuses from the blood and through the interstitial fluid identifies which cells in the tissue to act upon which of the following statements are consistent with the basic premises of erikson's psychosocial theory? multiple select question. developmental stages must be passed through without overgratification in order to avoid fixations. developmental stages are characterized by developmental tasks that must be resolved. developmental stages are turning points marked by increased vulnerability and enhanced potential. developmental stages need to generate severe disequilibrium in order to move to the next stage. the nurse is searching for information about the nursing care of a client receiving an experimental drug for the treatment of obesity. which database is most likely to address this issue? true/false. if someone violates the anti-discrimination provisions under nrs 645, as mentioned in the previous question, based on any of the qualities set forth in that law, that person must pay a fine of how much for his first violation