Every square is ____ a rectangle.
A. always
B. sometimes
C. never

Answers

Answer 1
A square is a special kind of rectangle (4 sides) so therefore it is always a rectangle.
Answer 2
Your answer is A always because a square has 4 sides or points which makes it a quadrilateral and a rectangle has four sides and points which also makes it a quadrilateral and a square is a rectangle because their the same thing but a rectangle is bigger its not B, and C because of these reasons above and because a square has 4 sides.

Your answer is A.


Related Questions

Solve the inequality for x

20x > 8(4x - 5) - 20

Answers

Hi there! I can help you with this! First, let's combine like terms and do everything for the right side of the problem. When you do the distributive property, you get 32x - 40. Combine like terms and you'll get 32x - 60. Now, the inequality is 20x = 32x - 60. First, let's subtract 32x from both sides to get the integer by itself. When you do that, you get -12x = -60. Now, divide each side by -12 to isolate the "x". -60/-12 is 5. Let's plug it in. 20 * 5 is 100. 32 * 5 is 160. 160 - 60 is 100. 100 = 100. There. x = 5.

Answer:

its -5 not five

Step-by-step explanation:

Find two positive numbers such that the sum of one and the square of the other is 200 and whose product is a maximum.

Answers

the maximum of f(y) must be occur at the middle point of two y-intercepts y = 0, and y =100 . So, (0+100)/2 = 50.

he formula for a trapezoid relates the area A, the two bases, a and b, and the height, h.

A=1/2 h(a+b)

Solve for h.

Answers

If you want to isolate h, move all terms to the other side, leaving h behind. 

A=1/2h(a+b) 
2A=1h(a+b) 
2A/a+b=h 

Hope I helped :)

1. The equation of a circle is x ^2 + y ^2 – 4 x + 2 y = 11 .
What are the coordinates of the center of the circle?
Question 1 options
(2, –1)
(4, –2)
(–4, 2)
(–2, 1)

2. What is the equation of the circle with center (4, -3) and radius 2?
Question 2 options:
(x + 4)^2 + (y – 3)^2 = 4
(x + 4)^2 – (y – 3)^4 = 4
(x – 4)^2 + (y + 3)^2 = 2
(x – 4)^2 + (y + 3)^2 = 4

3. What is the equation of this circle? (has picture)
(x – 2)^2 + (y – 7)^2 = ½
(x + 2)^2 + (y + 7)^2 = ¼
(x + 7)^2 + (y + 2)^2 = ¼
(x + 2)^2 + (y + 7)^2 = ½

4. What are the center and radius of the circle described by the equation x2 + y2 – 18x + 12y + 68 = 0?
Question 4 options:
Center (-9, 6); radius 7
Center (9, -6); radius 7
Center (-6, 9); radius 7
Center (6, -9); radius 7

5. Select the equation of a circle with center (-3, 7) and radius 5.
Question 5 options:
(x - 3)^2 + (y + 7)^2 = 25
(x + 3)^2 + (y - 7)^2 = 25
(x + 3) + (y - 7) = 25
(x - 3) + (y + 7) = 25

Answers

Problem 1

x^2 + y^2 - 4x + 2y = 11
x^2 - 4x + y^2 + 2y = 11
(x^2 - 4x) + (y^2 + 2y) = 11
(x^2 - 4x + 4) + (y^2 + 2y) = 11 + 4
(x - 2)^2 + (y^2 + 2y) = 15
(x - 2)^2 + (y^2 + 2y + 1) = 15+1
(x - 2)^2 + (y + 1)^2 = 16

The equation
(x - 2)^2 + (y + 1)^2 = 16
can be written as
(x - 2)^2 + (y - (-1))^2 = 4^2
which is in the form
(x-h)^2 + (y-k)^2 = r^2
where,
center = (h,k) = (2,-1)
radius = r = 4

Answer: Choice A) (2,-1)

====================================================
Problem 2

Given Center = (h,k) = (4,-3)
h = 4, k = -3
Given Radius = r = 2

(x-h)^2 + (y-k)^2 = r^2
(x-4)^2 + (y-(-3))^2 = 2^2
(x-4)^2 + (y+3)^2 = 4

Answer is choice D

====================================================
Problem 3

Based on the picture, the center is (-2,-7)
(h,k) = (-2,-7)
h = -2
k = -7

Each tick mark is 1/2 a unit. The distance from the red center to the outer edge of the circle is 1 tick or 1/2 a unit. The radius is 1/2 a unit. So r = 1/2 and r^2 = (1/2)^2 = 1/4

(x-h)^2 + (y-k)^2 = r^2
(x-(-2))^2 + (y-(-7))^2 = (1/2)^2
(x+2)^2 + (y+7)^2 = 1/4

Answer is choice B

====================================================
Problem 4

x^2 + y^2 - 18x + 12y + 68 = 0
(x^2 - 18x) + (y^2 + 12y) + 68 = 0
(x^2 - 18x + 0) + (y^2 + 12y + 0) + 68 = 0
(x^2 - 18x + 81 - 81) + (y^2 + 12y + 36 - 36) + 68 = 0
(x^2 - 18x + 81) - 81 + (y^2 + 12y + 36) - 36 + 68 = 0
(x - 9)^2 + (y + 6)^2 - 81 - 36 + 68 = 0
(x - 9)^2 + (y + 6)^2 - 49  = 0
(x - 9)^2 + (y + 6)^2 = 49
(x - 9)^2 + (y - (-6))^2 = 7^2

The center is (9,-6) and the radius is 7

====================================================
Problem 5

Center = (h,k) = (-3,7)
Radius = r = 5

(x-h)^2 + (y-k)^2 = r^2
(x-(-3))^2 + (y-7)^2 = 5^2
(x+3)^2 + (y-7)^2 = 25

Answer is choice B

sweet t has 2 orange picks for every 5 green. I f there are 21 picks in all, how many picks are orange?

Answers

if there are 21 picks, 6 are orange
I think the answer would be 6 orange.

What is the class rank if someone has the 40th best GPA in his class of 600?

Answers

The rank would be 40 out of 600, or 40th
The rank would be 40 out of 600, or 40thhope this helps:D

A general contractor is constructing a building that requires a concrete foundation that is to be 20 feet by 12 feet and 4 inches thick. if the local home supply store sells concrete for $125 per cubic yard, what will be the cost of the concrete for the foundation?

Answers

First we calculate the volume of the foundation:

Volume (V) = 20 ft * 12 ft * 4 in (1 ft / 12 in)

V = 80 ft^3

 

Since the cost is in cubic yard (yard^3) so convert:

V = 80 ft^3 * (1 yard^3 / 27 ft^3) = 2.963 yard^3

 

So the total cost is:

cost = ($125 / yard^3) * 2.963 yard^3

cost = $370.37

Answer:

$370.37.

Step-by-step explanation:

We have been given that a general contractor is constructing a building that requires a concrete foundation that is to be 20 feet by 12 feet and 4 inches thick.

First of all, we will convert the given dimensions of foundation in yards.

[tex]\text{3 feet}=\text{1 yard}[/tex]

[tex]20\text{ feet}=\frac{20}{3}\text{ yards}[/tex]

[tex]12\text{ feet}=\frac{12}{3}\text{ yards}[/tex]

[tex]\text{36 inches}=\text{1 yard}[/tex]

[tex]\text{4 inches}=\frac{4}{36}\text{ yards}=\frac{1}{9}\text{ yards}[/tex]

Since the foundation of building is in form of cuboid, so volume of foundation will be the product of 3 sides.

[tex]\text{Volume of foundation}=\frac{20}{3}\text{ yards}\times \frac{12}{3}\text{ yards}\times \frac{1}{9}\text{ yards}[/tex]

[tex]\text{Volume of foundation}=\frac{20\times 12\times 1}{3\times 3 \times 9}\text{ yards}^3[/tex]

[tex]\text{Volume of foundation}=\frac{240}{81}\text{ yards}^3[/tex]

[tex]\text{Volume of foundation}=2.962962962962963\text{ yards}^3[/tex]

Since the local home supply store sells concrete for $125 per cubic yard, so the cost of the concrete for the foundation will be the volume of foundation times $125.

[tex]\text{The cost of the concrete for the foundation}=2.962962962962963\text{ yards}^3\times \frac{\$125}{\text{ yards}^3}[/tex]

[tex]\text{The cost of the concrete for the foundation}=\$370.37037\approx \$370.37[/tex]

Therefore, the cost of the concrete for the foundation is $370.37.

Which of the following equations will yield the surface area of a triangular prism?
A. SA = 2lw + 2lh + 2wh
B. SA = lwh
C. SA = 2B + Ph
D. SA = Bh

Answers

i believe the answer is c

Final answer:

The correct formula for the surface area of a triangular prism is SA = 2B + Ph, where B is the area of one triangular base, P is the perimeter of this base, and h is the height of the prism.

Explanation:

To find the surface area of a triangular prism, we don't use any of the formulas mentioned for the area of a triangle or volume. The correct formula is one that combines the area of the base triangles and the rectangles formed by the sides of the prism. In this case, the correct formula is SA = 2B + Ph, where B represents the area of one of the triangular bases, P is the perimeter of the triangular base, and h is the height of the prism that is perpendicular to the bases.

Let's clarify the correct formula with an example: Imagine a triangular prism with a triangular base having sides of lengths 3m, 4m, and 5m, and a height of 6m. To find the base area B, you'd use the formula for the area of a triangle, which is B = bh/2, where b is the base and h is the height of the triangle. The perimeter P would simply be the sum of the sides of the triangular base. The surface area would then be calculated by plugging these values into the SA = 2B + Ph formula.

It takes 33 pounds of seeds to completly plant a 6 acre field. how many acres can be planted per pound of seed

Answers

If it takes 33 pounds of seeds to plant a 6 acre field; 

6/33=2/11 or 0.1818 

One pound of seeds would be able to plant 2/11 of an acre. 

Hope I helped :) 


What is the area of a rectangle with vertices at (−3, −1) , (1, 3) , (3, 1) , and (−1, −3) ?

Enter your answer in the box. Do not round any side lengths.


___units²

Answers

Hiya,

So I did this quiz just now and I have the answers. c:


1.) What is the area of a rectangle with vertices at 

(−3, −1)(−3, −1) , (1, 3)(1, 3) , (3, 1)(3, 1) , and (−1, −3)(−1, −3) ?

Enter your answer in the box. Do not round any side lengths.

Answer: 16 Units


2.) What is the perimeter of the rectangle shown on the coordinate plane, to the nearest tenth of a unit?

Answer: 26.8 Units


3.) What is the area of a triangle with vertices at 

(0, −2) ,  ​ (8, −2) ​ , and ​ (9, 1) ​ ?

Enter your answer in the box.

Answer: 12 Units

4.) What is the perimeter of the triangle shown on the coordinate plane, to the nearest tenth of a unit?
Answer: 21.6 Units

5.) 
What is the perimeter of a polygon with vertices at 

(−2, 1) , ​ (−2, 4) ​,  (2, 7) , ​ (6, 4) ​, and (6, 1) ​?

Enter your answer in the box. Do not round any side lengths.​

Answer: 24 Units


I really hope this helps! Let me know if it did... or anyone else that used this info!

The length of the side joining points (-3, -1) and (1, 3) is given by

[tex]l= \sqrt{(1+3)^2+(3+1)^2} \\ \\ = \sqrt{4^2+4^2} = \sqrt{16+16} \\ \\ = \sqrt{32} [/tex]

The length of the side joining points (1, 3) and (3, 1) is given by

[tex]w= \sqrt{(3-1)^2+(1-3)^2} \\ \\ = \sqrt{2^2+(-2)^2} = \sqrt{4+4} \\ \\ = \sqrt{8}[/tex]

The area of a rectangle is given by length times width.

Thus, the area of the given rectangle is given by

[tex]Area=l\times w \\ \\ = \sqrt{32} \times \sqrt{8} \\ \\ = \sqrt{32\times8} = \sqrt{256} \\ \\ =\bold{16} \ units^2[/tex]

Jeniffer has $16 in her piggy Bank . She has 4 times more than her sister Christy . How mucho money dos Christy have in her piggy Bank ?

Answers

Christy has 4 dollars because 4 times 4 equals 16



Hope this helps!

Plz give me Brainliest answer

Which of the following is the linear parent function

Answers

The linear parent function is f(x) = x or y = x. We can scale it to get y = mx and then shift it around to get y = x+b. Combine the scaling and shifts and we have y = mx+b as the slope intercept form template.

Answer: Choice C) f(x) = x
Answer:

Option: C is the correct answer.

              C.)  F(x)= x

Step-by-step explanation:

We know that a linear parent function is a function whose graph is a straight line passing through the origin and the equation of such a function is given by:

                                y=F(x)=x

Since, it is the simplest form of the equation of all the linear functions that are known to us and hence known as the parent linear function.

Samatha has 80$ dollars in savings. She spends 1/4 of her money. How much money does she still have saved ?

Answers

80 * 1/4 = 80 /4 = 20

80-20= 60

 she has 60 dollars saved still

write the polynomial in standard form. Then name the polynomial based on its degree and the number of terms. 6-2x^3-3x+6x^3

Answers

The polynomial in standard form would be 4x^3 - 3x + 6.

The degree of the polynomial is 3, which makes it a cubic trinomial.

Edit: made a small error.

Two straight lengths of wire are placed on the ground, forming vertical angles. If the measure of one of these angles is 72 degrees, what are the measures of the other three angles. Explain your answer

Answers

they need to equal 180 degrees

180-72 = 108 degrees


Answer: 108, 108, and 72 degrees

Step-by-step explanation:

Angle A = 72

Angle B = Angle D

Angle C = 72 (Since it is congruent to Angle A)

Angle D = Angle B

Since Angle A and C are congruent, so are angles B and D. Now you would have to subtract 72 from 180.

180 - 72 = 108

Angle A = 72

Angle B = 108

Angle C = 72

Angle D = 108

By the end of the school year, Terry had passed 80% of his science tests. If Terry failed 4 science tests, how many science tests did Terry pass?

Answers

We can say that 4 tests failed was 20%, and x tests passed was 80%: 4/20 = x/80
In this case, x = 16 tests passed.

Answer:  Terry passed 16 science tests.

Step-by-step explanation:  Given that by the end of the school year, Terry had passed 80% of his science tests and Terry failed 4 science tests.

We are to find the number of science tests that Terry passed.

Let x represents the total number of science tests that Terry appeared in.

Since he failed 4 science tests, so the number of science tests that Terry passes is given by

[tex](x-4).[/tex]

Since he passed 80% of his tests, so we get

[tex]80\%\times x=x-4\\\\\\\Rightarrow \dfrac{80}{100}\times x=x-4\\\\\\\Rightarrow \dfrac{4}{5}\times x=x-4\\\\\Rightarrow 4x=5x-20\\\\\Rightarrow 5x-4x=20\\\\\Rightarrow x=20.[/tex]

So, total number of science tests = 20.

Therefore, the number of science tests that Terry passed is given by

[tex]n=20-4=16.[/tex]

Thus, Terry passed 16 science tests.

Classify the function as linear or quadratic and identify the quadratic, linear, and constant terms. f(x) = (3x + 2)(−6x − 3)

A) quadratic function; quadratic term: 6x^2; linear term: 24x; constant term: −6

B) linear function; linear term: −21x; constant term: −6

C) quadratic function; quadratic term: −18x^2; linear term: −21x; constant term: −6

D) linear function; linear term: −18x^2; constant term: −6

Answers

believe the answer is d, though I’m not completely sure. hope this helps

Answer:

The correct Option is C).  quadratic function; quadratic term: −18x²; linear term: −21x ; constant term: −6

Step-by-step explanation:

Given : f(x) = (3x + 2)(-6x - 3)

Now, f(x) = -18x² -9x -12x - 6

⇒ f(x) = -18x² - 21x - 6

Now, since the highest degree of the given function f(x) is 2 so the function f(x) is quadratic.

Now, quadratic term is one which has highest power x = 2 So, quadratic term = -18x²

Linear term is one which has  power x = 1 So, linear term = -21x

Constant term is one which has power of x = 0. So, constant term = -6

Hence, The correct Option is C).  quadratic function; quadratic term: −18x²; linear term: −21x ; constant term: −6

multiply (X-Ai)(X+Ai)

Answers

your answer should be -

-a2i2+x2

i hope that's right!

2.
Solve: 2(x + 1) = 2x + 2 (4 points)

a) All Real Numbers

b) No Solution

c) 0

d) 1

Answers

A. All real numbers bc 2x +2 is equal to 2x +2, so u could plug any number in for x and it will still be equal

Answer: A) all real numbers

Step-by-step explanation: I got it right on my quiz I’m also FLVS.

what is the slope of a line that is perpendicular to a line whose equation is
-2y = 3x + 7?

Answers

-2y=3x+7
-y=1.5x+3.5
-y=-2/3x+3.5
2/3 is the slope the reciprocal of -3/2 is 2/3 when you solve y=my+b

The median of the values of the data set is h. If 625 were subtracted from each of the values in the data set what would be the median of the resulting data ?

A. H - 625
B.625 - h
C.h + 625
D.625 • h

Answers

b
it always turns to a negative

The correct answer is A. H - 625.

Sure, let's go step by step to find the correct answer.

Given:

- Median of the original data set = h

- Subtracted 625 from each value in the data set

Let's represent the original data set as {x1, x2, x3, ..., xn} where n is the number of values in the data set.

1. Median of the original data set:

The median of a data set is the middle value when the values are arranged in ascending or descending order. Since the data set has been modified by subtracting 625 from each value, the new data set would be {x1 - 625, x2 - 625, ..., xn - 625}.

2. Median of the modified data set:

If we subtract 625 from each value, it doesn't affect the relative order of the values. Therefore, the median of the modified data set would also be h.

So, the correct answer is A. H - 625.

The median represents the middle value in a sorted data set. When we subtract a constant (625 in this case) from each value in the data set, it shifts the entire set downwards without changing the order of values relative to each other. Therefore, the position of the middle value, which determines the median, remains the same. This means the median of the modified data set will still be h.

complete question

The median of the values of the data set is h. If 625 were subtracted from each of the values in the data set what would be the median of the resulting data ?

A. H - 625

B.625 - h

C.h + 625

D.625 • h

For a store contest, four out of every 65 people who visit the store will receive a free DVD. If 455 people visit the store, how many DVDs were given away

Answers

maybe try 455 / 65??

what is the mass of an object that has a force of 100 Newtons and acceleration of 25 m/s2

Answers

F=ma
m=F/a
m=100/25=4 kg
Mass of an object is 4 kg

Please answer VVVV
Convert 1.580 hectoliters to deciliters.

Answers

1.580 converted to deciliters is 1,580






Hope this helps:) Have a Good Evening:), ~Nana~!

The value of 1.580 hectoliters in decilitres will be 1580.

What is unit conversion?

Unit conversion is the process of changing a quantity's measurement between different units, usually using multiplicative conversion factors.

The same attribute is expressed using a unit conversion but in a different unit of measurement. For instance, time can be expressed in minutes rather than hours, and distance can be expressed in kilometres, feet, or any other measurement unit instead of miles.

Given that the fluids have a value of 1.580 hectoliters.

The value of hectoliters in deciliters will be converted as below,

1 hectoliters = 1000 deciliters

1.580 hectoliters = 1.580 x 1000 deciliters

1.580 hectoliters = 1580 deciliters

Therefore, the value of 1.580 hectoliters in decilitres will be 1580.

To know more about unit conversion follow

brainly.com/question/97386

#SPJ2

HELP MATH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answers

it can be the line of best fit because it shows a negative linear association .

line B

A negative nonlinear association

last pg d













What is the point slope form of a line with slope 4/5 that contains the points -2,1

Answers

y - y1 = m(x - x1)
slope(m) = 4/5
(-2,1)....x1 = -2 and y1 = 1
now we sub
y - 1 = 4/5(x - (-2) =
y - 1 = 4/5(x + 2) <===

Answer:

[tex]y-1= \frac{4}{5} (x+2)[/tex]  

Step-by-step explanation:

Using point-slope intercept form:

The equation of line is given by:

[tex]y-y_1 = m(x-x_1)[/tex]              .....[1]

where,

m is the slope of the line and [tex](x_1, y_1)[/tex] is the point on the line.

As per the statement:

A line with slope 4/5 that contains the points (-2,1)

⇒m = [tex]\frac{4}{5}[/tex] and [tex](x_1, y_1)=(-2, 1)[/tex]

Substitute these values in [1] we have;

[tex]y-1= \frac{4}{5} (x+2)[/tex]  

Therefore, [tex]y-1= \frac{4}{5} (x+2)[/tex]  is the point slope form of a line with slope 4/5 that contains the points (-2,1).

If EG=40 and point F is 2/5 of the way between E and G, find the value FG.
The drawing is not to scale.

a. 32
b. 20
c. 16
d. 24

Answers

EG = 40
Point F (EF) = 2/5

EF = 2/5 × 40
EF = 16

EF + FG = EG
16 + FG = 40
FG = 24

d. 24

Is 50 degrees celsius hotter than 50 degrees fahrenheit?

Answers

50 degrees Celsius is half way between freezing and boiling so 50 degrees celsius is hotter then 50 degrees fahrenheit 
Final answer:

50 degrees Celsius is hotter than 50 degrees Fahrenheit because the Celsius scale rises at a faster rate of 1.8 times the Fahrenheit scale per degree, which measurably shows the greater warmth of 50°C compared to 50

Explanation:

Yes, 50 degrees Celsius is hotter than 50 degrees Fahrenheit. To understand why, let's look at how temperature is measured on both scales. On the Celsius scale, the freezing point of water is 0°C and the boiling point is 100°C, whereas on the Fahrenheit scale, the freezing point is 32°F and the boiling point is 212°F. This means that 100 Celsius degrees cover the same range as 180 Fahrenheit degrees.

The rate at which temperature increases per degree is faster on the Celsius scale compared to the Fahrenheit scale. Specifically, each degree on the Celsius scale corresponds to a 1.8 times larger temperature change than one degree on the Fahrenheit scale. Therefore, a temperature of 50°C is significantly warmer than 50°F. so, 50°C is equivalent to 122°F, a fact made evident by the conversion formula: °F = (°C × 9/5) + 32.

True or false? If four points are collinear, they are also coplanar

Answers

If we are given four points, it can be the case that the points are found in the same line or called collinear lying on the same axis. However,  it is not  a guarantee that those points are also coplanar. Yes, four points can create a plane but not at all time they are also collinear.

We have that the statement  If four points are collinear, they are also coplanar is

True

From the Question we are told that

four points are collinear

Collinear

This occurs when three or more lines lines on the same plane or line

While

Coplanar is when simply means on the same plane

Therefore

If four points are collinear, they are also coplanar

For more information on this visit

https://brainly.com/question/20746649?referrer=searchResults

What’s the answer ????

Answers

the answer is b. it is simply the only reasonable answer 
Other Questions
What will the radicle become as the seed develops into an adult plant?a. the rootb.the flowerc.the stem d.the leaf? You are the agricultural science consultant to a large corporate farm that grows 7,000 acres of wheat on land adjoining the mediterranean sea. just before the wheat matures, all the wells used for irrigation water run dry. the farm manager wants to irrigate the fields with water drawn from the mediterranean sea. from previous tests, you know that the solute potential of root tissues taken from wheat is -11.13 bars. you test the seawater and determine its solute potential to be -24.26 bars. what will you advise the farm manager and why One and two thirds times a right angle When describing his ideas on language acquisition, harlan says, "i believe that humans have a natural biological predisposition toward language and that the environment that the child is raised in also impacts the development of language skills." given this description, harlan appears to hold a(n) _____ perspective concerning the acquisition of language? Which statement BEST describes the city of Savannah during the American Revolution?A)It was held by the British for much of the war.B)It became abandoned after the British captured Charleston.C)It was a haven for Patriots fleeing British influence further inland.D)It served as the capital of the Continental Army in the southern states. Amanda walks at an average speed of 3.5 miles per hour. The function d(x) gives the distance Amanda walks in x hours Soft drinks are sold in 2-liter bottles or 354-milliliter containers. How many liters are in 354 milliliters? please explain well Twelve o'clock. Along the reaches of the street Held in a lunar synthesis, Whispering lunar incantations Dissolve the floors of memory And all its clear relations, Its divisions and precisions, Every street-lamp that I pass Beats like a fatalistic drum, And through the spaces of the dark Midnight shakes the memory As a madman shakes a dead geranium. What does this excerpt from the poem describe? If t varies directly as s and inversely as v^2 and is t =0.1 when s =72 and v=6, find s when t=5 and v=0.2 What did the magician do when he lost his temper? Suppose the number $1155$ is written as the product of three positive integers. What is the smallest possible value of the sum of those three integers? The nursing instructor is teaching a group of students about preconception counseling and care. the student nurse asks the nurse about interventions that can decrease the incidence of spina bifida in the fetus. which answer does the nurse give to the student? the patient: how to break up with someone without hurting their feelings? Art made with a combination of different materials, such as a photomontage, is referred to as How much pizza will each person get if 4 people share 3/4 of a pizza equally? How is the graph of y=9(3)^x+6 translated from the graph of y=9(3)^x? According to karl marx, the modern era is shaped primarily by: Read this claim: There should be no minimum voting age. Which statement about the claim is true? A. It is arguable but not defensible. B. It is defensible but not arguable. C. It is neither arguable nor defensible. D. It is both arguable and defensible. How can music be an object of memory? what are some of the processes that musicologists and performers use to reconstruct "broken" musical traditions? A wheel which is initially at rest starts to turn with a constant angular acceleration. after 4 seconds it has made 4 complete revolutions. 1) how many revolutions has it made after 8 seconds? Steam Workshop Downloader