How would you choose a masons hammer?

Answers

Answer 1
i would choose it cause it’s a good Hammer

Related Questions

Three single-phase, 10 kVA, 460/120 V, 60 Hz transformers are connected to form a three-phase 460/208 V transformer bank. The equivalent impedance of each transformer referred to HV side is 1.0 +j2.0 Ω. The transformer delivers 20 kW at 0.8 pf leading. Answer the following questions:
(a) Draw a schematic diagram showing the transformer connection.
(b) Determine the magnitude of transformer primary and secondary winding currents.
(c) Determine the primary voltage magnitude for this operating condition. Determine the voltage regulation

Answers

Answer:

A) attached below

B) I₁ = 18.1 A ,  I₂ = 69.39 A

C)  V( magnitude) = 454.5 ∠ 5.04° V ,  Voltage regulation = ≈  -1.2%

Explanation:

A) Schematic diagram attached below

attached below

B) magnitude of primary and secondary winding currents

I₂ ( secondary current ) = P / √3 * VL * cos∅ ---------- ( 1 )

VL = Line voltage = 208

cos∅  ( power factor ) = 0.8

P = 20 * 10^3 watts

insert values into equation 1

I₂ = 69.39 A

I₁ ( primary current ) = I₂V2 / V1

                               I₁ = ( 69.39 * 120 ) / 460  = 18.1 A

C ) Calculate the Primary voltage magnitude and the Voltage regulation

V(magnitude ) = Vp + ( I₁ ∠∅ ) Req                            ( 1 + j2 = 2.24 ∠63.43° )

                       = 460 + ( 18.1 * cos^-1 (0.8) ) ( 1 + j2 )

                       = 460 + 40.544 ∠ 100.3°

V( magnitude) = 454.5 ∠ 5.04° V

Voltage regulation

= ((Vmag - V1) / V1 )) * 100

= (( 454.5 - 460 / 460 )) * 100

= -1.195 % ≈  -1.2%

4. Which of the following requires an endorsement on your CDL?
A. Air brakes
B. Double/triple trailers
C. Manual transmission
D. All of the above

Answers

All of the above is the answer

The components which requires an endorsement on your Commercial Driver License (CDL) are: D. all of the above.

What is CDL?

CDL is an acronym for Commercial Driver License and it can be defined as a category of driver's license that is issued to an individual, in order to  indicate that he or she is qualified to operate and drive certain types of automobile vehicles or to use them in specific ways.

In the United States of America, the components which requires an endorsement on your Commercial Driver License (CDL) are:

Air brakesDouble/triple trailersManual transmission

Read more on CDL here: https://brainly.com/question/14326814

#SPJ2

What type of sensor is a crankshaft position sensor?

Answers

Answer: Generally, there are four types of crankshaft magnetic pick-up coils, Hall-effect sensors, magneto-resistive element sensors, and optical sensors.

you’re welcome ! please mark me brainliest and leave a thank you.

Suppose you have two arrays: Arr1 and Arr2. Arr1 will be sorted values. For each element v in Arr2, you need to write a pseudo code that will print the number of elements in Arr1 that is less than or equal to v. For example: suppose you are given two arrays of size 5 and 3 respectively. 5 3 [size of the arrays] Arr1 = 1 3 5 7 9 Arr2 = 6 4 8 The output should be 3 2 4 Explanation: Firstly, you should search how many numbers are there in Arr1 which are less than 6. There are 1, 3, 5 which are less than 6 (total 3 numbers). Therefore, the answer for 6 will be 3. After that, you will do the same thing for 4 and 8 and output the corresponding answers which are 2 and 4. Your searching method should not take more than O (log n) time. Sample Input Sample Output 5 5 1 1 2 2 5 3 1 4 1 5 4 2 4 2 5

Answers

Answer:

The algorithm is as follows:

1. Declare Arr1 and Arr2

2. Get Input for Arr1 and Arr2

3. Initialize count to 0

4. For i in Arr2

4.1 For j in Arr1:

4.1.1 If i > j Then

4.1.1.1 count = count + 1

4.2 End j loop

4.3 Print count

4.4 count = 0

4.5 End i loop

5. End

Explanation:

This declares both arrays

1. Declare Arr1 and Arr2

This gets input for both arrays

2. Get Input for Arr1 and Arr2

This initializes count to 0

3. Initialize count to 0

This iterates through Arr2

4. For i in Arr2

This iterates through Arr1 (An inner loop)

4.1 For j in Arr1:

This checks if current element is greater than current element in Arr1

4.1.1 If i > j Then

If yes, count is incremented by 1

4.1.1.1 count = count + 1

This ends the inner loop

4.2 End j loop

Print count and set count to 0

4.3 Print count

4.4 count = 0

End the outer loop

4.5 End i loop

End the algorithm

5. End

When you see a school bus stop with its stop sign extended or its lights flashing, you must stop, except for cases when:

Answers

Answer:

Whenever you approach a school bus from any direction, which has stopped to pick up or let off passengers while operating its flashing red lights, you must stop your vehicle at least 25 feet from the school bus. The only time you do not have to stop is when you are on the other side of a divided highway. You must stay stopped until the bus has started again or the bus driver stops operating the flashing red lights.

Blood pressure is conventionally measured in the dimensions of millimeters in a column of mercury, and the readings are expressed as two numbers, for example, 120 and 80. The first number is called the systolic value, and it is the maximum pressure developed as the heart contracts. The second number (called the diastolic reading) is the pressure when the heart is at rest. In the units of kPa and psi, what is the difference in pressure between the given systolic and diastolic readings? The density of mercury is 13.54 Mg/m3.

Answers

Answer:

- the difference in pressure between the given systolic and diastolic readings in KPa is 5.313 KPa

- the difference in pressure between the given systolic and diastolic readings in psi is 0.77 psi

Explanation:

Given the data in the question;

blood pressure reading = 120 and 80 { systolic and diastolic }

To determine the difference in pressure between the two readings, we use the equation as follows;

change in pressure ΔP = p × g × h

where p is mercury density, g is acceleration due to gravity and h is difference of height in mercury column.

Frist,  

difference of height in mercury column h = 120 - 80 = 40 mm = 0.04 m

given that; The density of mercury is 13.54 Mg/m³ = 13.54 × 10³ kg/m³

Not that Mg is Megagrams not Milligrams }

we know that g = 9.81 m/s²

so we substitute into our equation;

change in pressure ΔP = (13.54 × 10³) × 9.81 × 0.04

ΔP = 5313.096 kg/m-s² ≈ 5313.096 N/m²

ΔP = 5.313 KPa

Therefore, the difference in pressure between the given systolic and diastolic readings in KPa is 5.313 KPa.

In psi,

ΔP = 5.313 KPa

ΔP = 5313 Pa

ΔP = 5313 pa × ( 1.45 × 10⁻⁴ psi / 1 Pa )

ΔP = 0.770385 psi ≈ 0.77 psi

Therefore, the difference in pressure between the given systolic and diastolic readings in psi is 0.77 psi

List down 10 items made from plastic in your home. Describe why each item is made from plastic.

Answers

Answer:

each item is made from plastic are:

water bottlebucketjuggallonplastic bags as poly thin bagto cover wirehandle of knife,pressure cooker,etc plastic roofdustbinplastic plates ,cups

Explanation:

Items made from plastic in our home are

water bottlesjugbucketfood wrappersdisposable plastic cupshand sanitizer bottlesplastic grocery bagsstraws fruit basket Dustbin

items and their uses

Water bottles are used to drink waterfood wrappers are used to wrap the different types of food itemsplastic grocery bags are used to carry grocery itemshand sanitizer bottles are used to store sanitizerfruit basket is used to store and carry fruits .

hope it is helpful to you

In addition to passing an ASE certification test, automotive technicians must have __________ year(s) of on the job training or __________ year(s) of on the job training and a two-year degree in automotive repair to qualify for certification.

Answers

Two years or one year
Other Questions
M multiplied by 4 is greater than 12How do I solve it Identify and explain at least 3 different examples of U.S. foreign policy regarding the Middle East. HILL BOOMERANG I BEG OF YOU GUYS PLEASE HELP IF YOU KNOW AND UNDERSTAND IT Read this excerpt from Chapter II of Alice in Wonderland.Poor Alice! It was as much as she could do, lying down on one side, to look through into the garden with one eye; but to get through was more hopeless than ever. She sat down and began to cry again.She went on shedding gallons of tears, until there was a large pool all 'round her and reaching half down the hall.Which word best describes the tone this excerpt conveys?mockingdespairingdisgustedparanoid What does FPS stand for?Film Production StudioO Footage Per SecondO Film Perspective SoundO Frames Per Second solve the right triangle. round answer to the tenth. Out of 18 people in a room, 2 have red hair. What is the probability that a person picked at random from the room does NOT have red hair? Give an explanation plz:) Dylan's song "The Lonesome Death of Hattie Carroll" is a true story about social and racial _____.equalityinjusticelawstolerance A student divided f(x) = 3x3 + 8x2 + 5x 4 by x + 2 and found the remainder was r = -6. Basedon the remainder theorem, what can be concluded about f(x)? During January, Deluxe Printing pays employee salaries of $0.83 million. Withholdings in January are $76,000 for the employee portion of FICA, $210,000 for federal and state income tax, and $40,000 for the employee portion of health insurance (payable to Blue Cross/Blue Shield). The company incurs an additional $48,000 for federal and state unemployment tax, and $20,000 for the employer portion of health insurance.The journal entry to record employer-provided fringe benefits includes:______. WILL GIVE BRAINLIEST PLEASE HELPWhich of these best describes the poem's theme? A. Storms are scary and dangerous and not worth watching. B. Everything we need to know we can learn from books. C. Sometimes the frightening things are the most worthwhile. D. Parents should always be there to protect their children. what is the earliest recorded religion what would be the value of y? help A locker requires a three-digit code to open the lock. The code must contain one letter and two numbers, and no letter or number can be repeated. You can choose from among four letters, A, B, C, and D, and two numbers, 5 and 6.The size of the sample space is ___If a code is chosen at random, the probability that it has a letter that immediately follows an odd number is ___If a code is chosen at random, the probability that D is in the code but is not in the first position is ___ANSWER ALL 3 An equilateral triangle has sides of length 10 cm a.Calculate the perpendicular height, h, of the triangle b.Calculate the area of the triangle. Give your answers correct to one decimal place. 6. Let the function g be defined by g(x) = x4 x3 9x2 + 9x. It is given thatx = 1 is a zero of the function g. Which of the following best represents the fullyfactored form of the function g? In the context of the poem, why does the girl not want to see the beauty of the dewdrops? Which guidelines should be followed when creating a works cited page using MLA format? Check all that apply.Works Cited is centered on the page.Citations are listed in chronological order.Citations are double spaced.A hanging indent is used for lengthy citations.The researchers name and address are included. HELPPPP PLEASE HELP ME WITH BASIC MATH I REALLY APPRECIATE IT ((WILL MARK AS BRAINLIEST)) Write a sentence using visual imagery