Determine which diagram could be used to prove triangle ABC is congruent to triangle EDC using similarity transformations

Answers

Answer 1

Answer:

A

Step-by-step explanation:

edge 2021


Related Questions

Calculate the number of ways to form a set of three distinct items such that no two of the selected items are in the same row or same column

Answers

Answer:

1200

Explanation:

Order does not matter, if we said xyz order, it would still not make a difference if it was zyx or yzx hence we use the combination formula:

nCr = n! / r! * (n - r)!

where n= total number of items

r= number of items chosen at a time

Combinations are used when the order of events do not matter in calculating the outcome.

We calculate using the formula:

(30×20×12)÷3!=1200

There are therefore 1200 ways for the three distinct items to not be in same row or column

Which of the following intergers is least -5+(-2)

Answers

Answer:

I guess the question is incomplete

Write a polynomial f(x) that satisfies the given conditions. Polynomial of lowest degree with zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.​

Answers

Answer:

Step-by-step explanation:

Polynomial f(x) has the following conditions: zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.

The first part zeros of -2 means (x+2) and multiplicity 3 means (x+2)^3.

The second part zeros of 3 means (x-3) and multiplicity 1 means (x-3).

The third part f(0) = 120 means substituting x=0 into (x+2)^3*(x-3)*k =120

(0+2)^3*(0-3)*k = 120

-24k = 120

k = -5

Combining all three conditions, f(x)

= -5(x+2)^3*(x-3)

= -5(x^3 + 3*2*x^2 + 3*2*2*x + 2^3)(x-3)

= -5(x^4 + 6x^3 + 12x^2 + 8x - 3x^3 - 18x^2 - 36x - 24)

= -5(x^4 + 3x^3 - 6x^2 - 28x -24)

= -5x^4 - 15x^3 + 30x^2 + 140x + 120

Which point represents the unit rate?

A

B

C

D

Answers

Answer:

Point C represents the unit rate

Step-by-step explanation:

Test scores for a Statistics class have a mean of 78 with a standard deviation of 6. Suppose a student gets an 81 on that test. What is the z-score for that grade?

Answers

Answer:

0.3209

in case you dont know  A z-score tells you if the distribution it comes from is normal.

Step-by-step explanation:

Explain how to divide a decimal by a decimal

Answers

Answer:

To divide a decimal by another decimal:

Move the decimal point in the divisor to the right until it is a whole number.

Move the decimal point in the dividend to the right by the same number of places as the decimal point was moved to make the divisor a whole number.

Then divide the new dividend by the new divisor

Step-by-step explanation:

see in the example

Four brands of lightbulbs are being considered for use in the final assembly area of the Ford F-150 truck plant in Dearborn, Michigan. The director of purchasing asked for samples of 200 from each manufacturer. The numbers of acceptable and unacceptable bulbs from each manufacturer are shown below. At the 0.10 significance level, is there a difference in the quality of the bulbs?
Manufacturer
A B C D
Unacceptable 29 17 9 22
Acceptable 171 183 191 178
Total 200 200 200 200
H0: There is no relationship between quality and manufacturer.
H1: There is a relationship.
1) State the decision rule using 0.10 significance level. (Round your answer to 3 decimal places.)
Reject H0 if chi-square >
2) Compute the value of chi-square. (Round your answer to 3 decimal places.)
Chi-square value

Answers

Answer:

Decison region :

Reject H0 : if χ² > 6.251

12.229

Step-by-step explanation:

Given :

Manufacturer A B C D

Unacceptable 29 17 9 22

Acceptable 171 183 191 178

Total 200 200 200 200

H0: There is no relationship between quality and manufacturer.

H1: There is a relationship.

Testing using the goodness of fit :

Chisquare = (observed - Expected)² / Expected

Expected Values:

19.25 19.25 19.25 19.25

180.75 180.75 180.75 180.75

Chi-Squared Values:

4.93831 0.262987 5.45779 0.392857

0.525934 0.0280083 0.581259 0.0418396

χ² = 4.93831 + 0.262987 + 5.45779 + 0.392857

+ 0.525934 + 0.0280083 + 0.581259 + 0.0418396 = 12.229

Degree of freedom, df = (4-1)(2-1) = 3*1= 3

The critical value,

χ² at 0.10, 3 = 6.251

Decison region :

Reject H0 : if χ² > 6.251

Reject H0 : 12.229 > 6.251

We have 9 pens, of which 5 are green ink, 3 are red ink, and 1 is black. If we put the pens in a line, how many arrangements are possible

Answers

Answer:

504 arrangements are possible

Step-by-step explanation:

Arrangements of n elements:

The number of arrangements of n elements is given by:

[tex]A_{n} = n![/tex]

Arrangements of n elements, divided into groups:

The number of arrangements of n elements, divided into groups of [tex]n_1, n_2,...,n_n[/tex] elements is given by:

[tex]A_{n}^{n_1,n_2,...,n_n} = \frac{n!}{n_1!n_2!...n_n!}[/tex]

In this case:

9 pens, into groups of 5, 3 and 1. So

[tex]A_{9}^{5,3,1} = \frac{9!}{5!3!1!} = 504[/tex]

504 arrangements are possible

Marty's barber shop has one barber. Customers arrive at a rate of 2.2 per hour and haircuts are given at a rate of 5 customers per hour. Assume a Poisson arrival rate and an Exponential service time distribution.

Required:
a. What is the probability that one customer is receiving a haircut and one customer is waiting?
b. What is the probability that one customer is receiving a haircut and two customers are waiting?
c. What is the probability that more than two customers are waiting?

Answers

Answer:

Step-by-step explanation:

Arrival rate = ∧ = 2.2 customers per hour  

Service rate = u = 5 customers per hour  

1. Probability that one customer is receiving a haircut and one customer is waiting  

P(2 customers)=(∧/u)^2 * (1-∧/u)=(2.2/5)^2 * (1-2.2/5)=0.1936*0.56= 0.108416

 

2. Probability that one customer is receiving a haircut and two customers are waiting  

P(3 customers)= (∧/u)^3 * (1-∧/u)=(2.2/5)^3 * (1-2.2/5)= 0.085184  

* 0.56= 0.04770304

 

3. Probability that more than two customers are waiting  

P(more than 3 customers)=1- P(less than 3 customers) =  

1- [P(0)+P(1)+P(2)+P(3)]=  

= 1- [(1-2.2/5) +2.2/5*(1- 2.2/5) + 0.108416+0.04770304]=1-0.9625=0.0375

What is the solution set for |z+4|>15

Answers

Answer:

[tex]z + 4 = 15 \\ z + 4 - 4 = 15 \\ z = 15 - 4 \\ z = 11[/tex]

z>11

Use the value of phi = 1.618 to predict the 23rd number in the Fibonacci sequence. The 22nd number in the sequence is 17,711.

- 10,946

- 17,711

- 22,897

- 28,656

Answers

Given:

[tex]\phi=1.618[/tex]

22nd number in Fibonacci sequence = 17,711

To find:

The 23rd number in the Fibonacci sequence.

Solution:

The nth term of a Fibonacci sequence is:

[tex]f_n=\dfrac{\phi^n-(1-\phi)^n}{\sqrt{5}}[/tex]

Substituting [tex]\phi=1.618, n=21[/tex], we get

[tex]f_{21}=\dfrac{(1.618)^{21}-(1-1.618)^{21}}{\sqrt{5}}[/tex]

[tex]f_{21}=\dfrac{(1.618)^{21}-(1-1.618)^{21}}{\sqrt{5}}[/tex]

[tex]f_{21}=10941.1724024[/tex]

[tex]f_{21}\approx 10941[/tex]

Now,

[tex]f_{23}=f_{21}+f_{22}[/tex]

[tex]f_{23}=10941+17711[/tex]

[tex]f_{23}=28652[/tex]

It is about 28,656. Therefore, the correct option is D.

Can someone please explain to me how to solve the problem? I need to know how to complete it more than just the answer. Thanks!

A plane is flying at an altitude of 13,000 ​ft, where the temperature is -2 degrees F. The nearby​ airport, at an altitude of 2,000​ft, is reporting precipitation. If the temperature increases 2.1 degrees F for every​ 1000-ft decrease in​ altitude, will the precipitation at the airport be rain or​ snow? Assume that rain changes to snow at 32 degrees F.

Is the precipitation at the airport rain or​ snow?

Answers

9514 1404 393

Answer:

  snow

Step-by-step explanation:

The relationship between temperature and altitude is given as ...

  T = -2 +((13000 -a)/1000)×2.1

We can put a=2000 into this equation to find the temperature at that altitude.

  T = -2 +((13000 -2000)/1000)×2.1 = -2 +11(2.1) = -2 +23.1 = 21.1

The airport temperature of 21.1 °F is below 32 °F, so we expect the precipitation to be snow.

14. The Elizabeth Tower is 320 feet tall. At what time or times during your ride on the London Eye are you at the same height as the top of the tower? Show your work. (4 points: 2 points for finding the correct time(s), 2 points for work shown)

Answers

Answer:

Ok so on a clock there is 12 numbers where 12 is on top so at 12 am and 12 pm noon and midnight you will be at the top of the clock

Hope This Helps!!!

During the ride on the London Eye, you will be at the same height as the top of the Elizabeth Tower at approximately 21 minutes and 43.16 seconds after the start of the ride.

To determine the time(s) during the ride on the London Eye when you are at the same height as the top of the Elizabeth Tower (commonly known as Big Ben), we need to consider the height of the London Eye and its rotational motion.

Given that the Elizabeth Tower is 320 feet tall, we need to find the position of the London Eye when its height aligns with the top of the tower.

The London Eye has a height of 443 feet, and it completes one full rotation in approximately 30 minutes (or 1800 seconds). This means that it moves at a constant angular velocity of 360 degrees per 1800 seconds.

To find the time(s) when the heights align, we can set up a proportion:

(Height of the Elizabeth Tower) / (Height of the London Eye) = (Angle covered by the London Eye) / 360 degrees

Substituting the given values:

320 / 443 = (Time to align) / 1800

Simplifying the equation:

(Time to align) = (320 / 443) * 1800

Calculating the value:

(Time to align) ≈ 1303.16 seconds

Converting the time to minutes and seconds:

(Time to align) ≈ 21 minutes and 43.16 seconds

Therefore, during the ride on the London Eye, you will be at the same height as the top of the Elizabeth Tower at approximately 21 minutes and 43.16 seconds after the start of the ride.

To know more about  London Eye. here

https://brainly.com/question/16401602

#SPJ2

Lionel sells to two groups of customers – 50% of its sales are to wholesalers and 50% to retailers. All sales to retailers are cash sales. Collections from wholesalers are follows: 75% in the month of sale and 25% in the month following sale. ii) 60% of direct material purchases are paid in cash in the month of purchase, and the balance is paid in the month following the purchase. iii) All other expenses are paid in the month incurred. iv) Manufacturing overhead includes monthly depreciation of $15,000. v) Sales: March, $320,000. vi) Purchases of direct materials: March, $175,000. vii) Other receipts: April – Donation received, $2,000 May – Sale of used office furniture, $4,000. viii) Other disbursements: May – Purchase of Ice Cream Mixer, $10,000. ix) Repays loan: April, $30,000. x) Cash balance on April 1, is expected to be $50,000.

Answers

Answer:

:D

Step-by-step explanation:

Cost of sales. Administrative expenses. Distribution costs. Property costs. Depreciation. [13]. Page 6. 6. © UCLES 2019. 9706/23/M/J/19.

Find the least positive integer, written only by numbers 0, 1 and 2, which is divisible by 225.

Answers

9514 1404 393

Answer:

  1,222,200

Step-by-step explanation:

A search using a computer program found ...

  5432 × 225 = 1,222,200

__

1000 mod 225 = 100

4 × 225 = 900

This suggests that if we have some number of thousands whose digits total 9, that we will have the number of interest. Of course, we can add 200 to some number of thousands with a digit total of 7. The smallest such digit total will be had with the number 1222 using the specified digits {0, 1, 2}. This gives rise to the result above: 1222×1000 +200 = 1,222,200. It also explains why moving the 1 to the right will also give a multiple of 225.

The average of 6,10,x,20 and 30 is 18. what is the value of x​

Answers

Answer:

24

Step-by-step explanation:

18 times 5 is 90 so that means that the given numbers have to add up to 90 (including x)

so,

6+10+20+30=66

90-66=24

I hope this helps!

Answer:

[tex]x = 24[/tex]

Step-by-step explanation:

[tex]6 + 10 + x + 20 + 30 = 18[/tex]

There are 5 numbers that we must add to average out to get 18 so let set this equation up

[tex] \frac{6 + 10 + x + 20 + 30}{5} = 18[/tex]

[tex]6 + 10 + x + 20 + 30 = 90[/tex]

[tex]x = 24[/tex]

the compound interest of the rate of 5 percent on an amount of 4000$ at the end of 2 years​

Answers

Answer:

hope you find it useful and helpful

What is the number of degrees of freedom that should be used for finding the critical value

Answers

Answer:

tow degree of freedom.

this inform I know that from vibration method

Helppp and explain!!!!!!!!!!!!!

Answers

Answer:

6x -15

Step-by-step explanation:

plug in gx for x in fx. So you have 2(3x-9) + 3

I need help with this question

Answers

Answer:

A=W, B=X, C=Y, D=Z, AB=WX, BC=XY, CD=YZ, AD=WZ

(The second answer down)

Step-by-step explanation:

A piece of wire that is 200 ft long is to be cut into two pieces and each of the piece is to be bent into a square. How should the wire be cut if the area of one of the squares is 1000ft2 smaller than the other?

Answers

Answer:

Length of first cut = 140

Length of second cut = 60

Step-by-step explanation:

Given:

Length of wire = 200

Find:

Length of each cut

Computation:

Assume;

Side of first square = x/4

Side of second square = [200 - x] / 4 = 50 - x/4

So,

[x/4]² - [50 - x/4]²

x²/16 - x²/16 - 2500 + 25x = 1000

- 2500 + 25x = 1000

25x = 3500

x = 140

Side of first square = 140/4

Side of first square = 35

Side of second square = 50 - 140/4

Side of second square = 15

Length of first cut = 4 x 35

Length of first cut = 140

Length of second cut = 200 - 140

Length of second cut = 60

Answer:

60 ft and 140 ft

Step-by-step explanation:

Total length = 200 ft

Let the length of one piece is L and other is 200 - L.

[tex]1000 + \left (\frac{L}{4} \right )^2 = \left ( \frac{200 - L}{4} \right )^2\\\\16000 +L^2 = 40000 + L^2 - 400 L\\\\L= 60 ft[/tex]

So, the length of the other piece is 140 ft.

What is the place value of the 4 in 4.09?

Choose 1 answer:


(Choice A)

Tens


(Choice B)

Ones


(Choice C)

Tenths


(Choice D)

Hundredths

Answers

Answer:

B: Ones.

Step-by-step explanation:

Because this number is 4.09, and the decimal is right next to the 4, that means that it is in the ones place. Decimals are always adjacent on the right to the ones place.

Public health officials claim that people living in low income neighborhoods have different Physical Activity Levels (PAL) than the general population. This is based on knowledge that in the U.S., the mean PAL is 1.65 and the standard deviation is 0.55. A study took a random sample of 51 people who lived in low income neighborhoods and found their mean PAL to be 1.63. Using a one-sample z test, what is the z-score for this data

Answers

Answer:

The z-score for this data is Z = -0.26.

Step-by-step explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

This is based on knowledge that in the U.S., the mean PAL is 1.65 and the standard deviation is 0.55.

This means that [tex]\mu = 1.65, \sigma = 0.55[/tex]

A study took a random sample of 51 people who lived in low income neighborhoods and found their mean PAL to be 1.63.

This means that [tex]n = 51, X = 1.63[/tex]

Using a one-sample z test, what is the z-score for this data

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

By the Central Limit Theorem

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{1.63 - 1.65}{\frac{0.55}{\sqrt{51}}}[/tex]

[tex]Z = -0.26[/tex]

The z-score for this data is Z = -0.26.

Find the distance between the two points.
(3,-9) and (-93,-37)

Answers

Answer:

d(A,B)=100

Step-by-step explanation:

The distance between two points A([tex]x_A,y_A[/tex]) and B=([tex]x_B,y_B[/tex]) is:

d(A,B)=[tex]\sqrt{(x_B-x_A)^2+(y_B-y_A)^2}[/tex]

In this case:

[tex]x_B = - 93\\x_A = 3\\y_B = -37\\y_A = -9[/tex]

In this case:

[tex]d(A,B)=\sqrt{( - 93 -3)^2+( - 37 - (-9))^2} =\\=\sqrt{( - 96)^2+(-28)^2} =\\=\sqrt{9.216+784} \\=\sqrt{10000}=\\=\sqrt{10^4} =\\=100[/tex]

12x + 1 - 2(y + 2) = 12x - ______ - 2y

Answers

Answer:

-3

Step-by-step explanation:

12x + 1 - 2(y + 2)

=> 12x + 1 - 2y - 4

=> 12x - 3 - 2y

Answer:

-3

Step-by-step explanation:

12x+1-2y-4

12x+1-2y-4

12x-2y-3

If 3x^2+2x-8=(3x-4)(x+2), which equations should be solved to find the roots of 3x^2+2x-8=0

Answers

9514 1404 393

Answer:

  C, E

Step-by-step explanation:

The solutions are found by setting each of the factors to zero:

  3x -4 = 0 . . . . . matches C

  x +2 = 0 . . . . . matches E

What are the lengths of the other two sides of the triangle? O AC = 5 and BC = 5 O AC=5 and BC =515 O AC = 5/5 and BC = 5 O AC = 5 and BC =53

Answers

*see attachment for missing diagram

Answer:

AC = 5 and BC = 5√3

Step-by-step explanation:

Given:

m<A = 60°

m<B = 30°

AB = 10

Required:

AC and BC

Solution:

Recall, SOH CAH TOA

✔️Find AC:

Reference angle (θ) = 30°

Hypotenuse = 10

Opposite = AC

Apply SOH:

Sin θ = Opp/Hyp

Substitute

Sin 30° = AC/10

10*Sin 30° = AC

10*½ = AC (sin 30° = ½)

5 = AC

AC = 5

✔️Find BC:

Reference angle (θ) = 60°

Hypotenuse = 10

Opposite = BC

Apply SOH:

Sin θ = Opp/Hyp

Substitute

Sin 60° = BC/10

10*Sin 60° = BC

10*√3/2 = BC (sin 60° = √3/2)

5*√3 = BC

BC = 5√3

Please help

Find the value of x if,
m∠5 = x-6, m∠4 = 2x+4, m∠2 = 2x-26

Answers

Answer:

Step-by-step explanation:

we are given  the angles ∠5 , ∠4 , ∠3 , but with one variable,  "X"  :)

also we are told ∠AOC is bisected by OB , meaning that ∠1 = ∠2

and the EC is perpendicular to OD ,  so ∠4+∠5=90°

since we are given ∠4 & ∠5,  lets use that to solve for "X"

:)

90= x-6 + 2x+4

90= 3x -2

92 =3x

30[tex]\frac{2}{3}[/tex] ° = x

30.6666666666666666 ° = x

Is this right?? If not please tell me the answers

Answers

yes all of these are correct

Answer:

TAMA PO

Step-by-step explanation:

Paki brainliest nadin po

Simultaneous equations 5x-4y=19
x+2y=8

Answers

Answer:

x = 5 and y = 1.5

Step-by-step explanation:

hope this helps please like and mark as brainliest

Other Questions
Which part was f the economy is represented by box A on the circular flow model?A. HouseholdsB. Product markets C. Resource markets D. Businesses e B. Copy out the following sentences and fill in the correct prepositions: 1. The pupil must apologise the teacher .......... the mistake. 2. The man .... the blue suit is an authority .... flowers. 3. That mother ....... there is proud ......her son's success. 4. The cake was passed ..... the room ... the beautiful maiden. 5. ....... the show, the crowds gathered ...... the magician. Find the average variable cost for producing 18 sneakers. Round your answer to the nearest hundredth. ln at least 200 words, proppse a scenario in which a population is evolving. Add the following, Identify the variants within your population, Explain how the variation in your population was generated, Describe your organism, Explain qhy the population is evolving and make a prediction about your population after observing 10 generation of offspring. (ALL QUESTIONS HAVE THE SAME SET OF ANSWERS)[ANSWERS] A. Revising. B. Drafting. C. Planning. D. PublishingE. Proofreading/editing.----------------------------------------------------------------[QUESTIONS]1) What is the most important step in the writing process? ----------------------------------------------------------------2) Identify the step of the writing proces.Determine your purpose for writing and identify your audience.----------------------------------------------------------------3) Identify the step of the writing process.Write a thesis statement.----------------------------------------------------------------4) identify the step of the writing process.Share your writing on the internet.----------------------------------------------------------------5) identify the step of the writing process.Evaluate your content and development, add details to better explain your main points, and delete information that does not support the thesis statement.----------------------------------------------------------------6) Identify the step of the writing process.Look for errors in mechanics (Capitalization and Punctuation), spelling, grammar, usage, and sentence structure. A store purchased a plasma screen TV and marked it up 95% from the original cost of $876.08. A week later, thestore placed the TV on sale for 70% off. What was the discount price? How many genes make up the human genome?four: adenine, thymine, guanine, and cytosine23 pairs of genes20,00025,000 genes3 billion genes 15 POINTS AND BRANLIEST!!!X = ? (a) Kafui agreed to pay Basabasa GH5,000.00 if he performed his duties as a second mate on an STC Bus travelling from Accra Ghana to Lagos Nigeria. Basabasa proceeded to act as mate on the Bus, but died a day before the bus arrived at Lagos Nigeria. Alomo, the widow of Basabasa wants to take action in court to recover a portion of the agreed sum. As a lawyer advise her using relevant case law. Texas Curtain Works is in the process of preparing its budget for next year. Cost of goods sold has been estimated at 70 percent of sales. Fabric purchases and payments are to be made during the month preceding the month of sale. Wages are estimated at 20 percent of sales and are paid during the month of sale. Other operating costs amounting to 25 percent of sales are to be paid in the month following the month of sales. Sales revenue is forecasted as follows:Month SalesFebruary $440,000March $450,000April $480,000May $500,000June $510,000What is the amount of fabric purchases during the month of March?a) $480,000b) $336,000c) $288,000d) $300,000 A fashion academy in Chicago promoted its products by collaborating with various film companies and allowing them to use its clothing and jewelry in the films. The academy also associated with television shows in which fashion is one of the attracting elements for the viewers. Which term best describes the action of the fashion academy Instructions: Solve the following linearequation4(n + 5) 2(5 + 7n) = -70n = How to find the surface area of a this cuboid Select which is not a theme in the literature.A key theme in The Call of the Wild is civilization vs. the wild.In A Retrieved Reformation, because Jimmy is genuinely changed after falling in love with Annabel, one theme that the reader could infer is: People can change for the worse with the right motivation.One of the themes in The First Men in the Moon is the idea that people have to take risks in order to explore new domains.The central conflict in Antigone reveals is family vs. state. a)Watt (W) is a derived unit. b)The atomic clock is suitable for measuring time. c)There is fluctuation in time measured by a pendulum clock. d)The weight of an object is more at pole and less at equator of the earth. e)The weight of an object on the moon is about one-sixth the weight it would have on the earth. f)In average, the weight of 1 kilogram mass on the earth surface is 9.8 N.please answer all questions Analysis of an unknown substance showed that it has a high boiling point and is brittle. It is an insulator as a solid but conducts electricity when melted. Which of the following substances would have those characteristics?a. HClb. Alc. SiF4d. KBre. I2 How do global logistical systems influence the 4Ps of marketing (price, product, place, and promotion)? We said,"They like tea". change into indirect speech Como se desarrolla la actividad musical en plena pandemia.ayudaaa es de una materia de musica Please help ASAP please!!!