What are the steps for using a compass and straightedge to construct a square? Drag and drop the steps in order from start to finish.

1.Construct a line perpendicular to line m through point F. Label a point on this line as point G.
2.Use a straightedge to draw line m and label a point on the line as point F.
3.Without changing the compass width, place the compass point on point H and draw an arc in the interior of ∠HFK .
4.Use the straightedge to draw JH¯¯¯¯¯ and JK¯¯¯¯¯.
5.With the compass open to the desired side length of the square, place the compass point on point F and draw an arc on line m and an arc on FG←→ . Label the points of intersection as points H and K.
6.Keeping the same compass width, place the compass on point K and draw an arc in the interior of ∠HFK to intersect the previously drawn arc. Label the point of intersection as point J.

Answers

Answer 1
The steps for using a compass and straightedge to construct a square are given as follows:

1. Use a straightedge to draw line m and label a point on the line as point F

2. Construct a line perpendicular to line m through point F. Label a point on this line as point G.

3. With the compass open to the desired side length of the square, place the compass point on point F and draw an arc on line m and an arc on FG←→ . Label the points of intersection as points H and K.

4. Without changing the compass width, place the compass point on point H and draw an arc in the interior of ∠HFK.

5. Keeping the same compass width, place the compass on point K and draw an arc in the interior of ∠HFK to intersect the previously drawn arc. Label the point of intersection as point J.

6. Use the straightedge to draw JH¯¯¯¯¯ and JK¯¯¯¯¯.
Answer 2

These are the right answers

What Are The Steps For Using A Compass And Straightedge To Construct A Square? Drag And Drop The Steps

Related Questions

What is the degree of the polynomial
Xy^2 + 3x^2 - 7 + x

A) 2
B) 3
C) 1
D) 4

Answers

to check the degree of the polynomial, check the degree of each of its terms, and the highest one, is the degree of the polynomial, let's do so,

[tex]\bf xy^2+3x^2-7 \begin{cases} x^1y^2\impliedby &1+2\\ &\textit{degree of 3}\\ 3x^2\impliedby &2\\ &\textit{degree of 2}\\ 7\\ 7x^0y^0\impliedby &0+0\\ &\textit{degree of 0} \end{cases}[/tex]

so, notice the highest degree for the terms.

A diver is descending to reach the bottom of a lake. After 15 seconds, she is 90 feet below the surface of the water. If positive integers represent a distance above the surface of the lake, which integer best represents the diver’s change in position in feet per second?

Answers

dive distance traveled by time

 90 feet / 15 seconds = 6

 since the diver is below the surface they are changing position at -6 feet per second

mark has 160 yards of fencing to enclose a rectangular garden whose length is to be four times its width what will be the dimensions of the garden

Answers

perimeter = 2W+2L

Length = 4W

160 = 2W +2(4W)

160 = 10W

w = 160/10 = 16 yards

length = 16*4 = 64 yards


Check:

64*2 = 128, 16*2 = 32

128+32 = 160

Length = 64 yards, Width = 16 yards

The height of a grain of a cylindrical silo is is increasing at a constant rate of 4 feet per minute At what rate is the volume of grain in the cylinder if the radius of the silo is 10 feet?

Answers

Volume of cylinder
[tex]V = \pi h r^2 [/tex]

radius is given as 10
[tex]V = \pi h (10)^2 = 100\pi h[/tex]

Differentiate with respect to 't'
[tex]\frac{dV}{dt} = 100 \pi \frac{dh}{dt} [/tex]

dh/dt = 4

[tex]\frac{dV}{dt} = 100 \pi (4) = 400 \pi[/tex]

Answer:

The rate of change of the volume of the cylinder when the radius is 10 ft is

[tex]\frac{dV}{dt}=400\pi \:{\frac{ft^3}{min} }[/tex]

Step-by-step explanation:

This is a related rates problem. A related rates problem is a problem in which we know the rate of change of one of the quantities (the height of a grain) and want to find the rate of change of the other quantity (the volume of grain in the cylinder).

The volume of a cylinder is given by

[tex]V=\pi r^2 h[/tex]

V and h both vary with time so you can differentiate both sides with respect to time, t, to get

[tex]\frac{dV}{dt}=\pi r^2 \frac{dh}{dt}[/tex]

Now use the fact that [tex]\frac{dh}{dt} = 4 \:{\frac{ft}{min} }[/tex] and [tex]r = 10 \:ft[/tex]

[tex]\frac{dV}{dt}=\pi (10)^2 \cdot 4\\\\\frac{dV}{dt}=100\cdot \:4\pi \\\\\frac{dV}{dt}=400\pi[/tex]

To fit in an existing frame, the length, x, of a piece of glass must be longer than 12 cm but not longer than 12.2 cm. Which inequality can be used to represent the lengths of the glass that will fit in the frame?

Answers

[tex]\bf 12\stackrel{less~than}{\ \textless \ }x\stackrel{less~than}{\ \textless \ }12.2[/tex]

is a=5x+5 is it proportional

Answers

Answer: No

Step-by-step explanation: It does not go through the origin (0,0) in a straight line. Also, it has a y-intercept, meaning it doesn't go through the origin (0,0) and goes through the line that is up and down; vertically.

Find the slope of the line whose equation is 4y - 3x + 6 = 0.

Answers

4y-3x+6=0, isolate y
4y=3x-6
y=3/4x-3/2

slope= 3/4 :)

Answer:

slope of the line will be [tex]\frac{3}{4}[/tex]

Step-by-step explanation:

We have to find the slope of a given line whose equation is 4y - 3x + 6 = 0

If a line is in the form of y = mx + c

Then m represents slope of the line

4y - 3x + 6 = 0     [ Given equation ]

4y = 3x - 6

y = [tex]\frac{1}{4}[/tex] ( 3x-6 )

y = [tex]\frac{3}{4}x[/tex] - [tex]\frac{3}{2}[/tex]

Therefore, slope of the line will be [tex]\frac{3}{4}[/tex]

How many comparisons are needed for a binary search in a set of 64 elements?

Answers

Final answer:

A binary search in a set of 64 sorted items will, in the worst-case scenario, require 6 comparisons. This is calculated as log2(64) = 6. The binary search method works by repeatedly halving the search interval until it finds the desired item.

Explanation:

In order to find out how many comparisons are needed for a binary search in a set of 64 elements, we need to understand how a binary search works. It's an efficient algorithm that finds an item from a sorted list by repeatedly dividing the search interval in half. Every time it analyzes the middle element, it either discards the half that it is sure does not contain the desired item, or determines that the middle element is the desired item.

With a set of 64 elements, a binary search would perform log2(64) or 6 comparisons, as the base-2 logarithm of 64 is 6. Therefore, the maximum number of comparisons necessary using a binary search to locate a particular item in a set of 64 elements is 6 comparisons.

Learn more about Binary Search here:

https://brainly.com/question/33909407

#SPJ12

Final answer:

In a binary search of a 64 element set, the worst-case scenario requires 6 comparisons. This is determined by the base 2 logarithm of the number of elements.

Explanation:

The number of comparisons in a binary search is governed by the logarithm base 2 of the number of elements in the set. With a set of 64 elements, the worst case scenario for the number of comparisons needed would be log2(64) which equals 6. This is because a binary search works by repeatedly dividing the searchable set in two until it finds the desired element, making it a very efficient search algorithm.

Learn more about Binary Search here:

https://brainly.com/question/33626421

#SPJ11

Rachel uses 15 colored beads for a bracelet and 85 colored beads for a necklace one out of every three beads in the bracelet was blue 1/5 of the beads and the necklace was also bloom what percent of the total number of beads in the bracelet and necklace were blue

Answers

Answer: 22%

Explanation:

1) Bracelet

Total number of beads: 15

Blue beads: 15/3 = 5

2) Necklace

Total number of beads: 85

Blue beads: 85/5 = 17

3) Total number of blue beads = 5 + 17 = 22

Total number of beads = 15 + 85 = 100

4) Percent = (number of blue beads / total number of beads) * 100 = (22/100)*100 = 22

Mr. Green's sunflower grew 29 centimeters in one week. The next week it grew 5 centimeters more than the previous week. What is the total number of centimeters the sunflower grew in 2 weeks?

Answers

1 week=29
2 week=5
29+5=34
It grew 29 centimeters the first week and then 34 in the following week (29+5), and then when you add the two together, you get an answer of 63 centimeters.

6.41* 10^3 in standard form

Answers

6410 is the answer because you move the decimal place 3 times

Find the first and second derivatives of the function y = sin(x^2)

Answers

y = sin(x^2)

Use the chain rule.

We want dy/dx.

dy/dx = cos(x^2)*2x

dy/dx = 2xcos(x^2)

Did you follow?

Write the point-slope form of the given line that passes through the points (0, -3) and (4, 1). Identify (x1, y1) as (0, -3). Include your work in your final answer. Type your answer in the box provided or use the upload option to submit your solution.

Answers

The point slope form of the line has the following form:

y – y1 = m (x – x1)

 

The slope m can be calculated using the formula:

m = (y2 – y1) / (x2 – x1)

m = (1 - -3) / (4 – 0) = 1

 

So the whole equation is:

y – -3 = 1 (x – 0)

y + 3 = x

Find the absolute minimum and absolute maximum values of f on the given interval. f(x) = x − ln 8x, [1/2, 2]

Answers

The given function is 
f(x) =  x - ln(8x), on the interval [1/2, 2].

The derivative of f is
f'(x) = 1 - 1/x
The second derivative is 
f''(x) = 1/x²

A local maximum or minimum occurs when f'(x) = 0.
That is,
1 - 1/x = 0  => 1/x = 1  => x =1.
When x = 1, f'' = 1 (positive).
Therefore f(x) is minimum when x=1.
The minimum value is
f(1) = 1 - ln(8) = -1.079

The maximum value of f occurs either at x = 1/2 or at x = 2.
f(1/2) = 1/2 - ln(4) = -0.886
f(2)  = 2 - ln(16) = -0.773
The maximum value of f is
f(2) = 2 - ln(16) = -0.773
A graph of f(x) confirms the results.

Answer: 
Minimum value  = 1 - ln(8)
Maximum value = 2 - ln(16)


Final answer:

To find the absolute minimum and absolute maximum values of the function f(x) = x - ln 8x on the interval [1/2, 2], we find the critical points and evaluate the function at the endpoints and critical points. The absolute minimum value is f(1/2) = 1/2 - ln 4 and the absolute maximum value is f(2) = 2 - ln 16.

Explanation:

To find the absolute minimum and absolute maximum values of the function f(x) = x - ln 8x on the given interval [1/2, 2], we need to find the critical points and the endpoints of the interval. First, we find the derivative of the function: f'(x) = 1 - 1/x. Then, we solve the equation f'(x) = 1 - 1/x = 0 to find the critical points. The critical point is x = 1. Next, we evaluate the function at the critical point and the endpoints of the interval to determine the absolute minimum and absolute maximum values.

1. Evaluating the function at the critical point: f(1) = 1 - ln 8
2. Evaluating the function at the endpoint x = 1/2: f(1/2) = 1/2 - ln 4
3. Evaluating the function at the endpoint x = 2: f(2) = 2 - ln 16

The absolute minimum and absolute maximum values of the function on the given interval are:

Absolute minimum value: f(1/2) = 1/2 - ln 4Absolute maximum value: f(2) = 2 - ln 16

Learn more about Finding absolute minimum and maximum values here:

https://brainly.com/question/34340601

#SPJ11

Belmond, a brick-cutter in a kiln, cuts 84 bricks in 3 hours. Find the unit rate.

Please Help!!

Answers

We cuts 28 bricks every hour
84/3 = 28

The unit rate at which Belmond cuts bricks is 28 bricks per hour, which is calculated by dividing the total number of bricks (84) by the total hours worked (3).

To find the unit rate of bricks cut per hour by Belmond, we simply divide the total number of bricks by the total time in hours. Belmond cuts 84 bricks in 3 hours, so the unit rate is:

Unit rate = Total bricks \/ Total time in hours
Unit rate = 84 bricks \/ 3 hours = 28 bricks per hour

This means that Belmond cuts 28 bricks every hour. When you need to find a unit rate, it is a matter of dividing the total quantity by the time it takes to accomplish that quantity, thus yielding the rate per single time unit (in this case, per hour).

0.5,3/16,0.755/49 least to greatest

Answers

0.5 is least greatest
5/49, 3/16, 0.5, 0.75
least to greatest 

in a certain town, 10% of people commute to work by bicycle. if a person is selected randomly from the town, what are the odds against selecting someone who commutes by bicycle?

Answers

Final answer:

The odds against selecting a person who commutes by bicycle from a town where 10% of people commute that way would be 9 to 1. This is based on the percentage of people who do not commute by bicycle versus those who do.

Explanation:

In statistical terms, the question is asking us to calculate the odds against selecting someone who commutes by bicycle. With 10% of people in this town commuting by bicycle, it means that 90% of them do not. Therefore, the odds against selecting someone who commutes by bicycle are 90 to 10 or 9 to 1.

This is calculated by dividing the number of unsuccessful outcomes (people not commuting by bicycle - 90%) by the number of successful outcomes (people commuting by bicycle - 10%). This gives us the odds against selecting someone who commutes by bicycle.

Learn more about Odds calculation here:

https://brainly.com/question/32545024

#SPJ2

You drive 4 miles from your house to your friend's house. Your house is at an elevation of 622 feet. Your friend's house is at an elevation of 486 feet. What is the mean change in elevation per mile?

Answers

Just subtract 622 feet from 486 feet to get the change in elevation.  The result will be negative because your friend's house is at a lower elevation than yours.

Now find the mean change in elevation per mile by dividing (486 ft - 622 ft) by 4 miles:
                      -136 ft
                    -----------  = -34 ft/mile
                       4 mi

Calculate all four second-order partial derivatives of f(x,y)=sin(2xy)

Answers

z = sin(2xy)   Ill use D for the partial differential sign

Dz/Dx =  2ycos(2xy)
Dz/Dy =  2xcos(2xy)

D^2z/Dx^2 = 2y.-2ysin(2xy)  = - 4y^2sin(2xy)
D^2z/Dy^2 =  -4x^2sin(2xy)

D^2z/Dy.Dx =  D/Dy( Dz/Dx) =  2y. -2xsin(2xy) + 2.cos(2xy) 

 =  -4xysin(2xy)  + 2 cos(2xy)

D^2z(Dx.Dy)  is the same as the latter.

a moving company charges $250 to rent a truck and $0.40 for each mile driven. Mr. Lee paid a total of $314. Which equation can be used to find m, the number of miles he drove the moving truck?

Answers

subtract $250 for $314 to get $64. divide $64 by $0.40 to get m 160  
 

find the perimeter of the semi-circular region at leat one please

Answers

6.) 15.7 because you would multiple 3.14 by the diameter of 5. Then divide by .5.
[tex]\bf \textit{area of a circle}\\\\ A=\pi r^2\qquad r=radius\\\\ -------------------------------\\\\ 3)\\\\ \textit{since the diameter is 20, then the radius is half that}\\\\ A=\pi 10^2\implies A=100\pi \\\\\\ 4)\\\\ r=14\qquad \qquad A=14^2\pi \implies A=196\pi \\\\\\ 5)\\\\ \textit{since the diameter is 8, then the radius is half that}\\\\ A=\pi 4^2\implies A=16\pi \\\\ -------------------------------\\\\ \textit{circumference of a circle}\\\\ C=2\pi r\\\\[/tex]

[tex]\bf -------------------------------\\\\ \textit{diameter is 5, so radius is 2.5 then}\\\\ \stackrel{\textit{circumference of the circle}}{2\pi 2.5}\implies 5\pi \qquad \qquad \stackrel{\textit{circumference of the semi-circle}}{\cfrac{5\pi }{2}} \\\\\\ 6)\\\\ \textit{diameter is 21, so radius is 10.5 then}\\\\ \stackrel{\textit{circumference of the circle}}{2\pi 10.5}\implies 21\pi \qquad \qquad \stackrel{\textit{circumference of the semi-circle}}{\cfrac{21\pi }{2}}[/tex]

I scream for ice cream sells specialty ice cream in three​ flavors: rocky​ road, peanut​ butter, and fruity tooty. it sold 19 comma 00019,000 gallons last year. for every five gallons of ice cream​ sold, one gallon is fruity tooty and the remainder is split evenly between peanut butter and rocky road. fixed costs for i scream for ice cream are $ 27 comma 500$27,500 and additional information​ follows: rocky road peanut butter fruity tooty sales price per gallon $ 5.25$5.25 $ 5.75$5.75 $ 8.25$8.25 variable cost per gallon $ 3.5$3.5 $ 5$5 $ 2.25$2.25 the breakeven sales volume in gallons for i scream for ice cream is

Answers

The break-even sales volume in gallons for I scream ice-cream is calculated as follows:

[tex]\begin{tabular} {|p{2cm}|c|c|c|} & Rocky Road & Peanut Butter & Fruity Tooty\\[2ex] Sales price per gallon&\$5.25&\$5.75&\$8.25\\ Variable cost per gallon&\$3.50&\$5.00&\$2.25\\ Contribution margin/unit&\$1.75&\$0.75&\$6.00\\ Sales mix&2&2&1\\ Contribution margin&3.50&1.50&6.00 \end{tabular}[/tex]

The total sales mix is 5 and the total contribution margin is 11. This gives the weighted average contribution margin is given by 11 / 5 = 2.2

The break-even sales volume is given by (fixed cost + operating income) divided by the weighted average contribution margin.

This is given by ($27,500 + 0) / 2.2 = $12,500

In triangle ABC, a = 9, c = 5, and B = 120°. Find b2.

61
83.5
128.5
151

Answers

Answer:

The correct answer is 151.

Step-by-step explanation:

Given,

In triangle ABC,

BC = a = 9 unit,

AB = c = 5 unit,

m∠B = 120°,

We have to find : or AC²,

By the cosine law,

[tex]b^2=a^2+c^2-2ac cosB[/tex]

[tex]=9^2+5^2-2\times 9\times 5\times cos 120^{\circ}[/tex]

[tex]=81+25-90\times -0.5[/tex]

[tex]=81+25+45[/tex]

[tex]=151[/tex]

Hence, the value of [tex]b^2[/tex] is 151.

Answer:

Option D) [tex]b^2 = 151[/tex]  

Step-by-step explanation:

We are given the following information in the question:

[tex]\triangle ABC\\\text{Side } a = 9\text{ units}\\\text{Side } c = 5\text{ units}\\\angle ABC = 120^{\circ}[/tex]

We have to find [tex]b^2[/tex]

The law of cosines state that if a, b and c are the sides of triangle and b is the side opposite to angle B, then,

[tex]b^2 = a^2 + c^2 - 2ac~\cos(B)[/tex]

Putting the values, we have,

[tex]b^2 = (9)^2 + (5)^2 - 2(9)(5)~\cos(120)\\\\b^2 = 81 + 25 - 90(-0.5)\\\\b^2 = 151[/tex]

Option D) [tex]b^2 = 151[/tex]

A is an unknown number. When you round A to the nearest thousand you get 21000. When you round A to the nearest hundred you get 20,500
What is A

Answers

20,490 is the answer i think. Hope it is right

Final answer:

The unknown number A, when rounded to the nearest thousand and hundred, is determined to be within the range from 20500 to 20549. A can be any number within this range.

Explanation:

In mathematics, when you're given that a number A, when rounded to the nearest thousand, ends up being 21000 or that when rounded to the nearest hundred, it ends up being 20500, you can infer that the unknown number A lies somewhere between two specific values. Since A rounds to 21000 when we round to the nearest thousand, this implies that A is between 20500 and 21499.

However, we also know that, when rounded to the nearest hundred, A is 20500. This implies that A is between 20450 and 20549. Comparing these two ranges, the unknown number A must lie within the common range, which is from 20500 to 20549. Therefore, the number A can be any number within this range.

Learn more about Rounding Numbers here:

https://brainly.com/question/19166897

#SPJ2

A softball player hits the ball. The height of the ball h (in feet) at any time t seconds after the hit will be represented by the quadratic function h(t)=42t‒6t2. Use what you have learned about the zeros of a quadratic function to determine which of the following statements is true.
A. The ball will reach the ground in 3.5 seconds.
B. The ball will get to its highest point in 7 seconds.
C. The ball will stay in the air for a total of 7 seconds.
D. The highest the ball will go is about 7 feet.

Answers

I think the answer is D. Not sure
h(t)=42t‒6t^2

When the height is 0, h(t) = 0.

42t - 6t^2 = 0

Now we solve for t.

6t^2 - 42t = 0

6t(t - 7) = 0

t = 0 or t - 7 = 0

t = 0 or t = 7

The height is zero at time zero and and time 7 seconds.

Answer is C.

WILL GIVE BRAINEST
use the elimination method to solve the system of equations.

2x+4y=10
3x-4y=5

a.(1,3)
b.(3,4)
c.(5,0)
d.(3,1)

Answers

Answer is D. Add the equations in order to solve for the first variable. Plug this value into the other equations in order to solve for th remaining varables
2x + 4y = 10
3x - 4y = 5

5x = 15    add the 2 rows together

x = 3

substitute x = 3 into any of the two equations

2x + 4y = 10

2(3) + 4y = 10

6 + 4y = 10

4y = 4

y = 1

d. (3, 1) 

hope this helped, God bless!

Use the given line below to answer parts 1 and 2. Include your work in your final answer. Type your answer in the box provided or use the upload option to submit your solution.

Part 1: Use the graph to count the slope of the line that passes through the points (2, 1) and (2, 0).

Part 2: In two or more complete sentences, explain why it is not possible to write the equation of the given line in the traditional version of the point-slope form of a line.

Answers

Since the line is vertical, its slope is "undefined."  This slope has no numerical value.

The point-slope form is y = mx + b.  In this particular problem, the slope, m, is undefined, and there is no y-intercept (the line never crosses the y-axis).
The slope of the line that passes through the points (2, 1) and (2, 0) is [tex]\infty[/tex]The slope of a vertical line does not exist, hence the equation of the line cannot be written in point-slope form

The formula for finding the slope of a line is expressed as:

[tex]m = \frac{y_2-y_1}{x_2-x_1}[/tex]

Given the coordinate points (2, 1) and (2, 0). Get the slope of the line passing through the coordinate points

[tex]m=\frac{0-1}{2-2}\\m=\frac{-1}{0}\\m=\infty[/tex]

The equation of the line in point-slope form is [tex]y-y_0=m(x-x_0)[/tex]

Since the slope of a vertical line does not exist, hence the equation of the line cannot be written in point-slope form

Learn more here: https://brainly.com/question/17003809

X+y-2z=5
-x+2y+z=2
2x+3y-z=9

Answers

The solution to the system of equations is x = 1, y = 2, and z = -1.

The given system of equations is:

1. x + y - 2z = 5

2. -x + 2y + z = 2

3. 2x + 3y - z = 9

We can solve this system using various methods such as substitution, elimination, or matrices. Let's use the elimination method to solve this system:

1. Add equations (1) and (2):

(x + y - 2z) + (-x + 2y + z) = 5 + 2

x - x + y + 2y - 2z + z = 7

3y - z = 7   (Equation 4)

2. Multiply equation (2) by 2 and add it to equation (3):

2(-x + 2y + z) + (2x + 3y - z) = 2 × 2 + 9

-2x + 4y + 2z + 2x + 3y - z = 4 + 9

7y + z = 13  (Equation 5)

Now we have equations (4) and (5):

4. 3y - z = 7

5. 7y + z = 13

Let's solve this system by adding equations (4) and (5):

(3y - z) + (7y + z) = 7 + 13

3y + 7y = 20

10y = 20

y = 2

Now that we have found y = 2, we can substitute this value into either equation (4) or equation (5) to solve for z.

Let's use equation (4):

3(2) - z = 7

6 - z = 7

-z = 7 - 6

-z = 1

z = -1

Now that we have found y = 2 and z = -1, we can substitute these values into any of the original equations to solve for x.

Let's use equation (1):

x + 2 - 2(-1) = 5

x + 2 + 2 = 5

x + 4 = 5

x = 5 - 4

x = 1

Complete Question may be:

Solve the system of equations:

x + y - 2z = 5

-x + 2y + z = 2

2x + 3y - z = 9

kamiko and her 4 sisters each have 18 grandchildren. calculate the total number of grandchildren of kamiko and her 4 sisters

Answers

First of all that is a lot of grandchildren, and if they EACH have 18 grandchildren, all you have to do is multiply that times 5 since she has 4 sisters and then of course you count Kamiko. So once you multiply 18 times 5, that's your answer ;))
Final answer:

The total number of grandchildren of Kamiko and her 4 sisters is 72.

Explanation:

Kamiko and her 4 sisters each have 18 grandchildren. To calculate the total number of grandchildren, we will multiply the number of grandchildren per person by the total number of sisters.

Number of grandchildren per person: 18

Total number of sisters: 4

Therefore, the total number of grandchildren of Kamiko and her 4 sisters is 72.

Learn more about Total number of grandchildren here:

https://brainly.com/question/28024892

#SPJ2

graph the equation 5x-4y=-18

Answers

Here you go, see attachment.
Other Questions
Which organelle generates energy to power cellular activities? Is coffee a pure substance or a mixture? If the spheres are 19.6 meters above the ground, the time required for the aluminum sphere to reach the ground is (1) 1s (2) 2s (3) 8s (4) 4s How to find the valence electrons on a periodic table + energy levels? 1.if Emir says he wants an office with Windows and a nice view what needs is he expressing a.his job outlookb.his job environmentc.his lifestyle d.his values2.if Lei bikes to and from work every day in order to train for the Olympics what is important to Leia.her job outlookb.her job environment c.her lifestyle d.her values Who was the father of journalism? Why has he/she been given this title? Can someone help me with these 3 questions please How did Jackie Robinson impact the Civil Rights movement? Please put in your own words! How do single-celled decomposers get energy? A.They make their own food.B.They use a process called budding,C.They feed on living organisms.D.They break down dead organisms. Lidia graduated from college 10 years ago and is considering a career change. she is eager to find a position that challenges her and allows her to grow as a person. with her family's full support, she signs up for classes at the local community college to learn about potential career paths. lidia's psychological needs are best explained by True or False: To convert 50 hectares to acres, divide 50 by 4.05 10-1 Which sentence is punctuated correctlyIn first-period biology class we learned that, the ecosytem, is a fragile and sensitive thing.The freshman, were excited to hear about exta-credit opportunities in their algebra classGetting her licence proved to be more difficult and tricky, than she thought it would be.In order to serve students best, school districts need to ask for additional funding. A disaccharide is formed when two monosaccharides are joined together by Suppose a relative has promised to give you $1,000 as a wedding gift the day you get engaged. assuming a constant interest rate of 7%, consider the present and future values of this gift, depending on when you become engaged. Which statement BEST describes why it is important for all health-care workers to be CPR/first aid certified?Any health-care worker might be required to perform CPR or first aid if they are out of work and there is nobody else there who is trained.Heath-care workers are held to a higher standard than the rest of the population, so they need to be prepared to handle an emergency.At any time in the health-care setting, any health-care worker could be the first responder and need to initiate CPR or administer first aid.If you know CPR and first aid, you are more likely to get a job in the emergency room. What imagery does Wheatley use in the first stanza of To the Right Honourable, Earl of Dartmouth(lines 1-14) ? How does this imagery express her hopes about the Earl? can I get help with these questions Which of the following best describes the square root property of equality What does Lady Capulet think Juliet means when she says the following? I will not marry yet; and, when I do, I swear, It shall be Romeo, whom you know I hate, Rather than Paris (III. v. 129-131). She thinks that Juliet is love with Romeo. She thinks that Juliet is using Romeo to stand for the person she would be least likely to marry. She thinks that Juliet will marry Paris, but doesn't want to for awhile. She thinks that Juliet would rather marry someone she hates than someone she loves. Which of the following questions should you ask yourself when analyzing structure? What kind of text is ita list, a paragraph, a report, a memo? What is the theme or main idea of the piece of writing? What details and data appear in the text? Are the words loaded with meaning to show the authors viewpoint? Steam Workshop Downloader