USING YOUR MAT
5. The local weather forecaster on the radios stated that the low for tonight will be 12 degrees
below zero. What could she have stated the low would be in terms of a negative temperature

Answers

Answer 1

Answer:

--12°

Step-by-step explanation:

12 below can be written as the negative number -12


Related Questions

answer the quesion (i will mark the brainliest if answered correctly)

Answers

Answer:

but where is the questions?

Carson buys 8 pounds of apples for $12.00. He wants to know and use the unit rate of the cost per pound. True or False: Using the unit rate of the cost per pound, do 5 pounds of apples cost $7.50? (Hint: Take the unit rate from Question 2 and multiply that by 5. Do you get $7.50?) 1Points A True B False

Answers

Answer:

$1.50 per apple

Step-by-step explanation:

cross multiply, 5*12/8

60/8 = 7.50

5 pounds of apples = 7.50

true

Mr. Singh had three sheets of stickers. He gave 20 stickers from
each sheet to his students and has 12 total stickers left.
Write and solve an equation to find how many stickers
were originally on each sheet. ​

Answers

x = sticker sheets.

3x = 60 + 12

x = 24


Biologists are studying a new bacterium. They create a culture with 100 of the bacteria and anticipate that the number of bacteria will double every 30 hours. Write
an equation for the number of bacteria, B, in terms of the number of hours, t, since the experiment began.

Answers

An equation for the number of bacteria, B, in terms of the number of hours, t, since the experiment began is [tex]B = 100e^{{(t/15)}}[/tex].

What is the formula for exponential growth and exponential decaying function?

The formula for exponential growth is y = y₀.e^(kt).

The formula for exponential decay is y = y₀.e^(-kt).

Given, Biologists are studying a new bacterium and the number of bacteria doubles every 30 hours.

This can be modeled by the formula y = y₀.e^(kt) where y₀ is the initial number of bacteria and y is the final number of bacteria and k = 2 and t represents time in hours.

Therefore, A formula that expresses the number of bacteria, B, in terms of the experiment's duration, t, in hours.

[tex]B = B_0e^{kt}[/tex].

[tex]B = 100e^{2\times{(t/30)}}[/tex].

[tex]B = 100e^{{(t/15)}}[/tex].

learn more about exponential growth here :

https://brainly.com/question/12490064

#SPJ1

Paula is working as a sales executive in a store. Her total earnings per month are modeled by the expression 5 x + 350 , where x represents the number of items she sells within that month. If she wants to earn at least $950 this month, which inequality represents the number of items she must sell?

Answers

Representation of the number of items she must sell by inequality is,

⇒ 5x + 350 ≤ $950

Where, x represents the number of items she sells within that month.

What is Inequality?

A relation by which we can compare two or more mathematical expression is called an inequality.

We have to given that;

Paula total earnings per month are modeled by the expression,

⇒ 5 x + 350

Where, x represents the number of items she sells within that month.

Here, She wants to earn at least $950 this month.

Hence, We can write this situation in inequality as,

⇒ 5x + 350 ≤ $950

Where, x represents the number of items she sells within that month.

Learn more about the inequality visit:

brainly.com/question/25944814

#SPJ1

Evaluate -2+12-2^(3)-:2^(0)*3

Answers

I’m not sure if the simple between (3) and 2 is a division simple. If it is the answer I got is…

-14

Answer:

[tex] \frac{2}{3} [/tex]

Approx : 0.66

Step-by-step explanation:

[tex]( - 2 + 12 - {2}^{3}) \div {2}^{0} \times 3 \\ (- 2 + 12 - 8) \div 1 \times 3 ( expla \\ ation \: {2}^{3} = 8 \: and \: {2}^{0} = 1 ) \\ = (10 - 8) \div 3 \\ = 2 \div 3 \\ = 0.66[/tex]

What is isosceles base angle?

Answers

Answer:

The angle included by the legs is called the vertex angle and the angles that have the base as one of their sides are called the base angles.

Step-by-step explanation:

Base angles: The 'base angles' are the angles that involve the base of an isosceles triangle. ∠ABC and ∠ACB are the two base angles of the isosceles triangle.

I’m confused with this I don’t understand anything

Answers

Answer:

Step-by-step explanation:

You need to do math to solve for the answer.

Answer:  19.3

Work Shown:

[tex]a^2 + b^2 = c^2\\\\a^2 + 23^2 = 30^2\\\\a^2 + 529 = 900\\\\a^2 = 900 - 529\\\\a^2 = 371\\\\a = \sqrt{371}\\\\a \approx 19.26136\\\\a \approx 19.3[/tex]

For more information, search out "pythagorean theorem" to see other examples. The pythagorean theorem only works for right triangles.

a and b are mutually exclusive events. if p(a)=0.07692 and p(b)=0.25, what is the probability probability of a or b. to four decimal places? select one.

Answers

The probability of a or b will be equal to 0.30769.

What is probability?

Probability is defined as the ratio of the number of favorable outcomes to the total number of outcomes in other words the probability is the number that shows the happening of the event.

The probability of the total sample points in A U B is P(A U B). The probabilities of sample points in A and B are now added together as P(A) + P(B). To get the total of probabilities in (A U B), which is P, we need to subtract once because we added the sample points in (A B) twice (A U B).

Given that p(a)=0.07692, p(b)=0.25, and probability of a and b. =0.01923. The probability will be calculated by using the formula below:-

P(A) = 0.07692

P(B)=0.25

P(AB) = 0.01923

P(AUB) = P(A) + P(B) - P(AB)

P(AUB) = 0.07692 + 0.25 - 0.01923

P(AUB) = 0.30769

Therefore, the probability of a or b will be equal to 0.30769.

To know more about probability follow

brainly.com/question/28025253

#SPJ4

You are given an integer n, followed by n lines of input (1 <= n <= 100). Each line of input contains one or several words separated with single spaces. Each word is a sequence of letters of english alphabet containing between 1 and 10 characters, inclusive. The total number of words in the input is between 1 and 100, inclusive. Your task is to reverse the order of words in each line of input, while preserving the words themselves. The lines of your output should not have any trailing or leading spaces.

Answers

Python program to illustrate a string reversing .

let ,  n is the variable , defined to get the input from the user in the form of integer. then creation of empty list is  defined , after the method of reversing string then declared to the input string . then after reversing one more for loop is applied to get reverse value .

program  to get a reverse value after using the method of reverse :

n=int(input("Enter number of Strings : "))  #defining n variable to input value  array=[]#defining an empty list

print("Enter strings:")            #print message

for i in range(n):      #defining a loop that input string value    array.append(input())       #appending  value to an  array

reverse=[]                     #defining an empty list

for i in range(len(array)):       #defining loop for reverse word

   s=array[i]           # list value is stored in i

s variable    new=""               #defining a string variable    

new1=""          #defining a string variable  

for j in range(len(s)):         #defining loop to get  reverse string value         if(s[j]==" "):       # if block  is used to  check such  that  the character is space  or not        

new=s[j]+new1+new   #adding  the character to the  new    string                 new1=""           #assign,empty string to new  k=j    

 else:          

new1=new1+(s[j])        # new character is added

 new=s[k+1:]+new       # substring  is added to new  

reverse.append(new)   #adding the reversed string to list

print("After reversing:")

for i in reverse:       #printing all reversed strings

  print(i)

hence , output  is obtained after the execution of program ,

Enter number of string : 2

hello brainly

nice question

after reversal:

brainly hello

question nice

To know more about  string reversing , click here:

brainly.com/question/30024070

#SPJ4

                                                                     

What is a system of linear equations with at least one solution?

Answers

When the system of Linear Equations that has at least one solution , then we say that the the solution is consistent .

What is Solution of the Equations ?

A solution of the linear equation is defined as the assignment of values to the unknown variables which makes the equality in the equation True.

Consider system of linear equations given as :

[tex]a_{1}x +b_{1}y =c_{1}[/tex] and [tex]a_{2}x +b_{2}y =c_{2}[/tex] , then we say that the linear equations have at least one solution if the ratio is : [tex]\frac{a_{1} }{a_{2} } = \frac{b_{1} }{b_{2} } = \frac{c_{1} }{c_{2} }[/tex] and [tex]\frac{a_{1} }{a_{2} } \neq \frac{b_{1} }{b_{2} } \neq \frac{c_{1} }{c_{2} }[/tex] .

if the above two conditions are satisfied , then we call these solutions as consistent , and if these conditions are not satisfied then we call the solutions as Inconsistent .

Learn more about Linear Equations here

https://brainly.com/question/18700757

#SPJ4

4 people can trim a hedge in an hour, how long would it take 3 people?

Answers

it would take them 80 minutes, that is 1 h 20 mins

how to get an even radical function

Answers

We set the radicand to be higher than or equal to zero to determine the domain of a radical function with even index. The radicand for an odd index radical can be any real integer. When the radical has an even index, the radicand must be larger than or equal to zero.

What is an Even Radial Function?

Note that an even radical function is a function of the form f(x) = √(g(x)), where g(x) is an even function. That is, the function is defined as the square root of an even function.

In several methods, either algebraically or visually, a function can be defined as even, odd, or neither. An even function is one whose graph remains intact when reflected in the y-axis.

Learn more about Radial Functions:
https://brainly.com/question/11459609

#SPJ1

What does y varies inversely as x mean *?

Answers

This means that as x increases, y decreases and vice versa. This means that the ratio of y to x is always constant.

1. Identify the constant of proportionality, k, which represents the ratio of y to x.

2. Determine an equation that shows the relationship between y and x. This equation should include the constant of proportionality, k.

3. Solve for y in terms of x.

4. Use the equation to find the value of y when given the value of x.

Let k be the constant of proportionality.

example

The equation describing the relationship between y and x is y = k/x

Solve for y: y = k/x

Given x = 2 and k = 4,

y = 4/2

y = 2

Learn more about ratio here

https://brainly.com/question/13419413

#SPJ4

You started with $10 in your pocket. You were lucky and found a quarter on the ground. At the store, you bought a present for your mom that cost $2.12. How much money do you have left?
$

Answers

Answer:

$8.13

Step-by-step explanation:

First add the $10 and quarter together, equaling $10.25.

Subtract $2.12 from $10.25

And tada! You have your answer :)

The answer is $8.13
$10.00+0.25=$10.25
$10.25-2.12=8.13

If a reflection takes triangle cat to c′a′t′, what is a′c′? triangle cat with vertex a at negative 2 comma 1, vertex t at negative 1 comma 4 and vertex c at 0 comma 0, side at has a measure of square root of 10 units, side tc has a measure of square root of 17 units, and side ac has a measure of square root of 5 units 3 4 square root of 5 cannot be determined

Answers

The length of A'C' is 5 units.

A reflection of a function is just the image of the curve with respect to either x-axis or y-axis. This occurs whenever we see the multiplication of a minus sign happening somewhere in the function. Here,

y = - f(x) is the reflection of y = f(x) with respect to the x-axis.

y = f(-x) is the reflection of y = f(x) with resepct to the y-axis.

Here, note that when the function is reflected.

with respect to the x-axis, only the signs of the y-coordinates are changed and there is no change in x-coordinates.

with respect to the y-axis, only the signs of the x-coordinates are changed and there is no change in y-coordinates.

Reflections are considered isometries because they keep the distances constant.

The triangle's form or size will not change if it is reflected. The reflected image would therefore be "congruent" with the actual object.

Assume that the CAT symbol is reflected across the y axis.

The point (x,y-reflection ) across the y-axis is determined by the point (-x,y).

The y-coordinate of a point that is reflected across the y-axis remains constant, but the x-coordinate changes to its opposite (the sign of the x-coordinate will be changed).

We are given that

C(0, 0)   →  C'(0, 0)

A(-2, 1)  →  A'(2, 1)

T(-1, 4)  →  T(1, 4)

length of Side AT = √10 units

length of Side TC = √17 units

length of Side AC = √5 units

Reflections are referred to as isometries because they maintain distances.

Therefore, if CAT reflected crosses the y-axis. The distances are preserved by "C'A'T." Each preimage segment would have a length equal to its corresponding side in the image.

Thus, the length of A'C' is 5 units.

To learn more about reflections, visit brainly.com/question/15487308

#SPJ4

What is the sum of the geometric series
2,341
256
O 525
64
O 2,343
256
O 3,069
256
4

Answers

Answer:

256

Step-by-step explanation:

3 What is the sum of the geometric series 4 2,341 256 525 64 2,343 256 ... A: Geometric series are such finite or infinite series where every next term

Find the number of positive numbers less
than 2020, which can not be written as the
sum of three consecutive positive numbers.

Answers

Answer:

[tex]1347[/tex]

Step-by-step explanation:

Let's first figure out an expression for the sum of 3 consecutive integers

If [tex]n[/tex]  is the smallest of the 3 consecutive integers, then the next consecutive integer would be [tex]n + 1[/tex] and the next one after that, [tex]n + 2[/tex]

The sum of these would be

[tex]n + (n +1) + (n +3) = 3n + 3[/tex]

The next step is to find out many integers there are between 1 and 2019(since the question says less than 2020) that can be written as the sum of 3 consecutive integers

We get the following inequality:

[tex]3n + 3 < 2020[/tex]

[tex]3n = 2017[/tex]

[tex]n = 2017/3 = 672 \textrm{ (omit fractional part)}[/tex]  

So there are 672 integers that can be expressed the sum of 3 consecutive integers

Since there are a total of 2019 integers between 1 and 2019, subtracting 672 from 2019 will give us the complement i.e. The  number of positive numbers less than 2020, which cannot be written as the sum of three consecutive positive numbers.

Answer:

[tex]2019 - 672 = \boxed{1347}[/tex]

10 m
12 m
12 m
8 m
Find the outer perimeter of this figure.
Round your answer to the nearest
hundredth. Use 3.14 to approximate TT.
P=
2π = πr =
2
P = 12m +12m =
?] m
[
]m
P = 10m + 10m = [ ]m

Answers

The outer perimeter of this figure will be;

⇒ 62.84 m

What is mean by Triangle?

A triangle is a three sided polygon, which has three vertices and three angles which has the sum 180 degrees.

Given that;

The figure is shown in image.

Now,

By the figure,

The radius of semicircle = 12/2

                                     = 6 m

Hence, The Perimeter of semicircle = πr

                                                        = 3.14 × 6

                                                        = 18.84 m

Here, The side of square = 12 m

Hence, The Perimeter of square = 12 + 12

                                                  = 2 × 12

                                                  = 24 m

Here, The hypotenuse of triangle = 10 m

Hence, The perimeter = 10 + 10

                                  = 20 m

Thus, The total outer perimeter of this figure is,

⇒ 18.84 + 24 + 20

⇒ 62.84 m

Learn more about the triangle visit:

brainly.com/question/17335144

#SPJ1

it's E- learning day I need help​

Answers

Answer:

36

Step-by-step explanation:

the steps are clearly shown on the right hand side

What is the degree of â 6?

Answers

The degree of 6 is 0 since 6 is not an angle, so it has a degree of 0.

A degree, denoted by the symbol °, is a measurement of a plane angle with a full rotation of 360 degrees. It is not a SI unit (the SI unit of angular measure is the radian), but it is listed as an accepted unit in the SI brochure.

To determine the degree of 6, we must first understand what a degree is. A degree is a unit to measure angles. In this case, 6 is not an angle, so it has a degree of 0.

To calculate the degree, we must first convert 6 into an angle. To do this, we must divide 6 by 360, the total number of degrees in a circle. 6 divided by 360 is equal to 0.01667. This is the degree of 6.

For more questions like Degree click the link below:

https://brainly.com/question/13819745

#SPJ4

Graph this line:
y + 5 = 2(x + 7)

Answers

Answer: the y intercept is 9 and the slope is 2

Step-by-step explanation:

Pythagorean Theorem

From a train station, one train heads north, and another heads east. Some time later, the northbound train has traveled 16 miles, and the eastbound
train has traveled 12 miles. How far apart are the two trains, measured in a straight line?
X= ?? Miles

Answers

The distance between the trains is 20 miles.

What is Pythagorean Theorem?

The Pythagorean Theorem, often known as Pythagoras Theorem, is a crucial concept in mathematics that describes how the sides of a right-angled triangle relate to one another. Pythagorean triples are another name for the sides of the right triangle. Here, examples help to demonstrate the formula and proof of this theorem.

In essence, the Pythagorean theorem is used to determine a triangle's angle and length of an unknown side.

Given distance covered by train A in north = 16 miles

distance covered by train B in east = 12 miles

the distance from A to B by straight line form a right triangle,

the distance be X

from  Pythagorean Theorem,

X² = (distance of A)² + (distance of B)²

X² = 16² + 12²

X² = 256 + 144

X = √400

X = 20 miles

Hence the distance is 20 miles.

Learn more about  Pythagorean Theorem;

https://brainly.com/question/14930619

#SPJ1

What does the number .05 represent in the following: t(58) = 2.001, p < .05?
A)test statistic B)t value C)degrees of freedom D)significance level

Answers

The number .05 is the significance level which indicates the probability of obtaining a result as extreme as the observed one.

The number .05 represents the significance level in the t-test. The significance level is the probability of obtaining a result as extreme as the observed one, given that the null hypothesis is true. In this case, the t-test is measuring the difference between two means and the null hypothesis is that there is no difference between them. The t-value is the test statistic which measures the difference between the groups and the degrees of freedom is the number of observations minus one. The p-value is the probability of obtaining a result as extreme as the observed one, given that the null hypothesis is true. If the p-value is less than .05, this indicates that the result is statistically significant, meaning that the null hypothesis can be rejected and the alternative hypothesis is accepted.

Learn more about probability here

https://brainly.com/question/11234923

#SPJ4


Write a function to represent each problem situation.
Serena deposits $2700 into a compound interest account. The Interest rate for the account is 4.25%.

Answers

The function which correctly represents the compound interest problem situation as required in the task content is; A (t) = 2700 ( 1.0425 )^t.

Which function correctly models and represents the problem situation?

As evident in the task content; it follows that the function which correctly models the compound interest problem situation be determined.

Recall that the compound interest formula is such that we have;

A (t) = P ( 1 + ( r / n )^nt.

However, in this scenario; since the given interest rate can be assumed as the annual interest rate and the principal is compounded annually; n = 1; Hence; we have that;

A (t) = 2700 ( 1 + 0.0425 )^t

A (t) = 2700 ( 1.0425 )^t.

On this note, the required function which correctly models the problem situation is; A (t) = 2700 ( 1.0425 )^t.

Read more on compound interest models;

https://brainly.com/question/24179858

#SPJ1

What angle is a 7 grade?

Answers

7-grade angle is an acute angle, which is an angle that measures between 0 and 90 degrees

In a right triangle, the 7-grade angle would be the angle opposite the side that is 7 units long. It is also known as the "opposite angle" because it is opposite to the side of the triangle that is 7 units long.

To calculate the angle,

you first need to know the length of the other two sides of the triangle. Using the Pythagorean theorem, we can calculate the length of the third side. Once you have all three side lengths, you can use the Law of Cosines to calculate the 7-grade angle.

The Law of Cosines states that a2 = b2 + c2 – 2bc cos A, where a is the side opposite the angle A, b is the adjacent side, and c is the hypotenuse. The Law of Cosines can be rearranged to solve for angle A.

For example, if we have a triangle with side lengths of 7, 8, and 10, then the angle opposite the side of length 7 would be 41.8 degrees.

To know more about Law of Cosines:

brainly.com/question/4372174

#SPJ4

(a) How wide is a single slit that produces its first minimum for 633-nm light at an angle of 28.0º ? (b) At what angle will the second minimum be?

Answers

The width of the single slit is 0.00135 mm and the second minimum will be at angle of 69.9º.

To find the width of the single slit, we can use the formula:

w = λL/d * sinθ

where w is the width of the single slit, λ is the wavelength of light, L is the distance from the slit to the screen, d is the distance between the slits and θ is the angle at which the first minimum is observed. By substituting the given values, we get:

w = (633*10^-9 m) (2L) / (d) * sin(28.0º) = 0.00135 mm

The angle of the second minimum can be found by using the formula: θn = sin^-1(nλ/w)

where θn is the angle at which the nth minimum is observed, n is the order of the minimum and λ and w are the wavelength and width of the single slit respectively. Substituting the values we get: θ = sin^-1(2*(633*10^-9 m) / (0.0175 mm)) = 69.9º

It is important to note that the above explanation is based on the assumption that the width of the single slit is much smaller than the distance between the slit and the screen (L) and the distance between the slits (d).

To know more about Single slit click below:

https://brainly.com/question/14283857#

#SPJ4

Evan is going to invest in an account paying an interest rate of 4.4% compounded
monthly. How much would Evan need to invest, to the nearest dollar, for the value of
the account to reach $41,000 in 8 years?

Answers

On solving the provided question, we can say that - the value of the simple interest will be $ 14432.

what is interest ?

Multiplying the principal by the interest rate, time, and other factors yields simple interest. Simple return equals principle times interest times hours is the marketed formula. It is easiest to compute interest using this formula. A percentage of the principle balance is how interest is most commonly computed. For instance, he will only pay his portion of the 100% interest if he borrows $100 from a buddy and promises to pay it back with 5% interest. $100 (0.05) = $5. When you borrow money, you must pay interest, and when you lend money, you must charge interest. Most of the time, interest is expressed as a yearly percentage of the loan amount. The interest rate on the loan is known as this percentage.

here,

we have P = 41000; R = 4.4 ; T = 8

SI = 41000 X 4.4 X 8 /100

SI = 1443200/100 = 14432

To know more about interest visit:

https://brainly.com/question/28792777

#SPJ1

Answer:

Step-by-step explanation:

It’s 28853 cording to delta

If the diameter of a circle is 70 cm, what is its circumference

Answers

Answer: 219.91cm

Step-by-step explanation:

C=πd

π·70

=219.91149cm

An architect makes a model of a new house. the model shows a tile patio in the backyard. in the​ model, each tile has length 2/3 in. and width 1/4 in. the actual tiles have length 1 /2 ft and width 3 1/6 ft. what is the ratio of the length of a tile in the model to the length of an actual​ tile? what is the ratio of the area of a tile in the model to the area of an actual​ tile?

Answers

The ratio of the area of a tile in the model to the area of an actual tile is 1/144

An object's area is how much space it takes up in two dimensions. It is the measurement of the number of unit squares that completely cover the surface of a closed figure. The common ways to depict square units, which are the same as areas, are square inches, square feet, etc.

The ratio of the length of a tile in the model to the length of an actual tile is 2/3 in. / 1/2 ft. = 4/3.

To find the ratio of the area of a tile in the model to the area of an actual tile, we first need to find the area of a tile in the model and the area of an actual tile. The area of a tile in the model is (2/3 in.) * (1/4 in.) = 1/6 sq in. The area of an actual tile is (1/2 ft) * (3 1/6 ft) = (1/2 * 39/6) = 13/6 sq ft = 13/6 * 144/13 = 144/6 = 24 sq ft.

The ratio of the area of a tile in the model to the area of an actual tile is (1/6 sq in.) / (24 sq ft) = 1/144.

To know more about the area visit :

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

#SPJ4

Other Questions
A market is said to be _____ if it derives most of its value from a single class of users. A. a pure play B. a long tail C. core competent D. one-sided E. convergent Put the years in the correct chronological order. Start with the furthestback in history to the most recent year.2022 BC90 CE750 AD905 CE104 BC1178 AD1371 BCE5700 BCE416 AD385 CE Refer to Table 14-10. Which level of production in the table has the lowest average variable cost? Question 20 options:a) 1 unitb) 2 unitsc) 3 unitsd) 4 units how are assets and liabilities connected to net worth What should you do if you believe a food product has been contaminated? Which statement is true concerning CDR and EHR?A. CDR supports management of data for EHRB. CDR and EHR are the sameC. CDR is an early stage of EHRD. CDR captures documents; EHR captures data Write an exponential function in the form y=ab^xy=ab x that goes through points (0, 14)(0,14) and (6, 896)(6,896). Please select the word from the list that best fits the definition the part of ourselves that is aware of the expectations and attitudes of society; the socialized self. Neoclassicist writers often wrote in ways that... (2 pts)1....were didactic in purpose.2....focused on the gritty details of real life.3....centered around emotion and deep, inner feeling.4....celebrated the inherent goodness of people. I need help in solving these problems please and thank you What is the difference of LPA and ITCZ? What was the most explosive issue facing the United States prior to the start of the Civil War There are two famous photographers who focused on Indians as the subject of theirphotography. How were their photos different? Is Fountas and Pinnell the same as guided reading level? Diffusion spectrum imaging maps neural connections by:a. tracking the flow of blood and oxygen to different areas of the brain.b. tracking the diffusion of water molecules through brain tissues.c. tracing a radioactive substance injected into the bloodstream to generate a 3-D picture.d.measuring the overall electrical activity of the brain. What is Friedman's monetary theory? Differentiating between Serpentinite and Chlorite Schist The difference between serpentinite and chlorite schist is that View Available Hints) chlorite schist effervesces with application of dilute HCl, whereas serpentinite does not chlorite schist can be scratched by a fingernail, but serpentinite cannot chlorite schistis foliated, whereas serpentinite is unfoliated serpentinite effervesces with application of dilute HCI, whereas chlorite schist does not the layers of serpentinite are more flat than the layers of chlorite schist, which are noticeably wavy the layers of chlorite schist are more flat than the layers of serpentinite, which are noticeably wavy serpentinite is foliated, whereas chlorite schist is unfoliated. serpentinite can be scratched by a fingernail, but chlorite schist cannot Replace the bold phrase in the following sentence with more specific vocabulary.Dr. King uses figurative language in his *Letter to Birmingham Jail* to communicate complexconcepts. (5 points) Allusions Phrases Terminology Words both mainstreaming and _____ refer to helping people to become part of the mainstream of society. QUESTION 16 / 18 Your manager asks you to set up a secure network connection at a remote site to move over some backups. Which protocol would you use? SELECT ONLY ONE a.SFTP b.FTP c.SSH d.IP e.DHCP