A flat plate is subjected to a load of 5KN as shown in figure. The plate material is grey cast iron FFG 200 and the factor of safety is 2.5. Determine the thickness of the plate

Answers

Answer 1

Answer:

57.14 N/mm2

Explanation:


Related Questions

Write a procedure that produces N values in the Fibonacci number series and stores them in an array of doubleword then display the array to present Fibonacci numbers in hexadecimal (calling the DumpMem method from the Irvine32 library). Input parameters should be a pointer to an array of doubleword, a counter of the number of values to generate. Write a test program that calls your procedure, passing N = 30. The first value in the array will be 1, and the last value will be 832040 (000CB228 h)

Answers

The Fibonacci series is a sequence of numbers that starts with 0 and 1, and each subsequent number is the sum of the previous two numbers. In this question, we are supposed to write a procedure that produces N values in the Fibonacci number series.

Stores them in an array of doubleword and then display the array to present Fibonacci numbers in hexadecimal (calling the Dump Mem method from the Irvine32 library).The above code declares an array named arr of 30 doublewords.

It then calls the Fibonacci procedure and passes the address of the array and the length of the array as parameters. Finally, it displays the array in hexadecimal using the DumpMem method from the Irvine32 library.

To know more about Fibonacci visit:

https://brainly.com/question/29764204

#SPJ11

Some Heat Transfer questions~~~~need help pls !!!!

Answers

Some questions on heat transfer with answers:

1. What is heat transfer and what are the three modes of heat transfer?

Heat transfer is the process of energy transfer between objects or regions due to temperature differences. The three modes of heat transfer are conduction, convection, and radiation.

Conduction refers to the transfer of heat through direct contact between objects or particles. Convection involves the transfer of heat through the movement of fluids (liquids or gases).

Radiation is the transfer of heat through electromagnetic waves, such as infrared radiation.

2. How does conduction occur and what factors affect the rate of conduction?

Conduction occurs when heat is transferred from a region of higher temperature to a region of lower temperature within a solid or between solids in contact. The rate of conduction is influenced by factors such as the thermal conductivity of the material, the temperature difference across the material, the cross-sectional area of the material, and the distance over which heat is transferred.

3. What is the difference between natural convection and forced convection?

Natural convection is the mode of heat transfer that occurs due to density differences caused by temperature variations. It involves the transfer of heat through the movement of fluids caused by buoyancy effects, such as hot air rising and cold air sinking.

Forced convection, on the other hand, is the mode of heat transfer that occurs when an external force, such as a fan or pump, is used to actively circulate the fluid and enhance the heat transfer rate.

4. How does radiation heat transfer work and what factors affect the rate of radiation?

Radiation heat transfer occurs through electromagnetic waves without the need for a medium. It can occur between objects at different temperatures, even in a vacuum.

The rate of radiation heat transfer is influenced by factors such as the emissivity of the objects (a measure of their ability to emit radiation), their temperature, the surface area and geometry of the objects, and the presence of intervening materials that may absorb or reflect the radiation.

5. How is heat transfer important in everyday life and engineering applications?

Heat transfer plays a crucial role in various aspects of everyday life and engineering applications. It is involved in processes like cooking, heating and cooling systems, power generation, refrigeration, and many industrial processes.

Understanding heat transfer allows engineers to design efficient heat exchangers, thermal insulation systems, and cooling mechanisms. It is also essential in fields such as material science, aerospace engineering, electronics cooling, and environmental studies, enabling the efficient transfer and control of thermal energy for practical applications.

For more questions on electromagnetic waves, click on:

https://brainly.com/question/31492825

#SPJ8

The liquid level in the tank is initially 5 m. When the outlet is opened, it takes 200 s to empty by 98%. Estimate the value of the linear resistance R

Answers

The value of the linear resistance R is 229.7 Ω (ohms).

Given the following data,

The initial level of liquid in the tank = 5 m

Time taken to empty the tank = 200 s

Let's assume the linear resistance R

The formula for the volume flow rate of liquid through the outlet is given by,

Q = (P-Po)/R ...............(i)

where P is the pressure of the liquid in the tank, Po is the pressure of the atmosphere, and Q is the volume flow rate.

Since the liquid level in the tank is initially 5 m, the pressure of the liquid in the tank is given by,

P = ρgh + Po

where ρ = 1,000 kg/m³, g = 9.8 m/s², h = 5 m and Po = 1.01 × 10⁵ N/m²

Pressure P = (1,000 × 9.8 × 5) + (1.01 × 10⁵) = 1,049,010 N/m²

Let V be the volume of the liquid in the tank.

Let dV/dt be the rate of change of volume of the liquid in the tank.

From the information given in the problem, we can write,

dV/dt = Q ...........(ii)

Where Q is the volume flow rate of liquid through the outlet. When the outlet is opened, the volume of liquid decreases at a constant rate. Hence,

dV/dt = -k

where k is a positive constant. Thus,

dV/dt = -k = Q

Combining equations (i) and (ii), we get,

(P-Po)/R = -k

where k is a positive constant.

Substituting the values of P, Po, and R, we get,(1,049,010-1.01 × 10⁵)/R = -k

So, k = (1,049,010-1.01 × 10⁵)/R = 1008905/R

The percentage of liquid remaining after time t is given by, (V(t)/V) × 100%

Since the tank empties by 98% in 200 seconds, we can write,

V(200)/V × 100% = 2%0.02V = V(0) - Q(0) × 200

where V(0) = 5πr² and Q(0) is the initial volume flow rate.

Substituting the values of V(0) and Q(0), we get,

0.02(5πr²) = (1,049,010-1.01 × 10⁵) × πr²/R × 200Thus, R = (πr² × 200 × 0.02 × 1008905)/(1,049,010-1.01 × 10⁵)R = 229.7 Ω

Therefore, the value of the linear resistance R is 229.7 Ω (ohms).

learn more about linear resistance here:

https://brainly.com/question/31824202

3SPJ11

In Exercises 1-12, solve the recurrence relation subject to the basis step. B(1) = 5 B(n) = 3B(n - 1) for n greaterthanorequalto 2

Answers

The solution to the given recurrence relation subject to the basis step is B(n) = 5 x 3^(n-1) is the answer.

Solving the given recurrence relation B(1) = 5 B(n) = 3B(n - 1) for n greater than or equal to 2, subject to the basic step.

For the basis step, we are given B(1) = 5.

So, the first element of the sequence is 5.

Now, let's find the second element of the sequence B(2) using the given recurrence relation.

B(2) = 3B(1) = 3 x 5 = 15.

We know that B(1) = 5 and B(2) = 15.

Using the recurrence relation, we can find the next terms of the sequence as follows: B(3) = 3B(2) = 3 x 15 = 45B(4) = 3B(3) = 3 x 45 = 135B(5) = 3B(4) = 3 x 135 = 405 And so on.

We can see that each term of the sequence is three times the previous term.

So, the sequence is an exponential sequence of the form B(n) = a x 3^(n-1), where a is the first term of the sequence.

Based on the values of the first two terms, we have B(1) = 5 and B(2) = 15.

Using these values, we can find the value of 'a' as follows: 5 = a x 3^(1-1) => a = 5.

So, the sequence is given by the formula B(n) = 5 x 3^(n-1).

Therefore, the solution to the given recurrence relation subject to the basis step is B(n) = 5 x 3^(n-1).

know more about recurrence relation

https://brainly.com/question/30895268

#SPJ11

makaylad6382
09/06/2019
Engineering
College
answered • expert verified
A heat engines is operating on a Carnot cycle and has a thermal efficiency of 55 percent. The waste heat from this engine is rejected to a nearby lake at 15°C at a rate of 800 kJ/min. Determine: (a) The power output of the engine, and (b)The temperature of the source.

Answers

For the heat engines operating on a Carnot cycle and a thermal efficiency of 55%:

(a) The power output of the engine is 440 kJ/min

(b) The temperature of the source is 367.18°C.

We are given that:

A heat engine is operating on a Carnot cycle and has a thermal efficiency of 55%.The waste heat from this engine is rejected to a nearby lake at 15°C at a rate of 800 kJ/min.

(a) The power output of the engine:

The power output of the engine is given by the formula:

Power output = Efficiency × Heat supplied

= (55/100) × Heat supplied

Since the engine works on Carnot cycle, the efficiency of the Carnot engine can be given by the formula:

Efficiency of Carnot engine = 1 – T2 / T1, where T1 is the temperature of the source and T2 is the temperature of the sink.

Rearranging the formula, we get:

T1 = T2 / (1 – Efficiency of Carnot engine)

T1 = 288.15 / (1 – 0.55) = 640.33 K

Power output = (55/100) × Heat supplied

= (55/100) × 800 kJ/min

= 440 kJ/min

(b) The temperature of the source:

T1 = 640.33 K = 367.18°C

Therefore, the power output of the engine is 440 kJ/min and the temperature of the source is 367.18°C.

To know more about heat engines, visit the link : https://brainly.com/question/28562659

#SPJ11

A thick steel slab ( 7800 kg/m3 , c 480 J/kg K, k 50 W/m K) is initially at 300 C and is cooled by water jets impinging on one of its surfaces. The temperature of the water is 25 C, and the jets maintain an extremely large, approximately uniform convection coefficient at the surface. Assuming that the surface is maintained at the temperature of the water throughout the cooling, how long will it take for the temperature to reach 50 C at a distance of 25 mm from the surface

Answers

Answer:

1791 secs  ≈ 29.85 minutes

Explanation:

( Initial temperature of slab )  T1 = 300° C

temperature of water ( Ts ) = 25°C

T2 ( final temp of slab ) = 50°C

distance between slab and water jet = 25 mm

Determine how long it will take to reach T2

First calculate the thermal diffusivity

∝  = 50 / ( 7800 * 480 ) = 1.34 * 10^-5 m^2/s

next express Temp as a function of time

T( 25 mm , t ) = 50°C

next calculate the time required for the slab to reach 50°C at a distance of 25mm

attached below is the remaining part of the detailed solution

Which option identifies the specialized field of engineering that would best suit Erik in the following scenario?
Erik is an accounting major, but he fears that working with numbers all day may be a bit constrictive for him. His roommate is an engineering
major and is planning to specialize in chemical engineering, Erik is not interested in chemistry, but he does find engineering fascinating.
O structural engineering
O materials engineering
industrial engineering
O aerospace engineering

Answers

Answer:

industrial engineering

Explanation:

Evidence suggests that discovery learning is not effective in improving observer's performance.
T/F

Answers

T (True). Evidence suggests that discovery learning is not effective in improving observer's performance.

Evidence from research studies indicates that discovery learning, where learners explore and discover concepts or solutions on their own, may not be as effective in improving observer's performance compared to other instructional methods. Some studies have found that guided instruction, which provides explicit guidance and support, leads to better learning outcomes and performance than discovery learning alone. Guided instruction helps learners acquire foundational knowledge and skills before engaging in more independent exploration. While discovery learning can have benefits in certain contexts and for specific learning objectives, research suggests that a balanced approach combining both guided instruction and opportunities for independent exploration may be more effective in promoting learning and improving performance.

Know more about research studies here:

https://brainly.com/question/28487173

#SPJ11

Water at = 0.02 kg/s and T-20°C enters an annular region formed by an inner tube of diameter D,- 25 mm and an outer tube of diameter D-100 mm. Saturated steam flows through the inner tube, maintaining its sur- face at a uniform temperature of T, = 100°C. while the outer surface of the outer tube is well insulated. If fully developed conditions may be assumed throughout the annulus, how long must the system be to provide an out- let water temperature of 75°C? What is the heat flux from the inner tube at the outlet?

Answers

Water at = 0.02 kg/s and T-20°C enters an annular region formed by an inner tube of diameter D,- 25 mm and an outer tube of diameter D-100 mm, then the heat flux from the inner tube at the outlet is approximately 156452.6 W/m².

We know that, the heat transfer rate is:

Q = [tex]m_{dot} * Cp * (T_{out} - T_{in})[/tex]

Given that:

[tex]m_{dot[/tex] = 0.02 kg/s

Cp = 4186 J/kg°C

Q = 0.02 * 4186 * (75 - 20)

   = 0.02 * 4186 * 55

   = 4594.4 W

The heat flux can be calculated using the equation:

q = Q / A

L = Q / q

A = π * [tex](D_o^2 - D_i^2)[/tex]

[tex]D_o[/tex] = 100 mm = 0.1 m

[tex]D_i[/tex] = 25 mm = 0.025 m

A = π * ([tex]0.1^2 - 0.025^2[/tex]) = π * (0.01 - 0.000625) = π * 0.009375 ≈ 0.0294 m²

L = Q / q = 4594.4 / (4594.4 / 0.0294) ≈ 0.0294 m

So,

q = Q / A = 4594.4 / 0.0294

  =156452.6 W/m²

Thus, the heat flux from the inner tube at the outlet is approximately 156452.6 W/m².

For more details regarding heat flux, visit:

https://brainly.com/question/30763068

#SPJ4

The reason why the sign-magnitude method for representing signed numbers is not used in most computers can readily be illustrated by performing the following. a) Represent + 12 in eight bits using the sign-magnitude form. b) Represent - 12 in eight bits using the sign-magnitude form. c) Add the two binary numbers and note that the sum does not look anything like zero.

Answers

The sum of the two binary numbers is not zero, which is why the sign-magnitude method for representing signed numbers is not used in most computers.

The sign-magnitude method for representing signed numbers is not used in most computers because of its limitation. The sign-magnitude representation for numbers has a few limitations, which is why it is not used in most computers. One of the biggest drawbacks is that it requires two representations for zero, which makes arithmetic operations difficult. When performing arithmetic operations on numbers represented using the sign-magnitude method, we must first examine the signs of the operands to determine the operation to perform. We'll look at the steps to represent +12 in eight bits using the sign-magnitude form and represent -12 in eight bits using the sign-magnitude form. Finally, we'll add the two binary numbers and note that the sum does not look like zero.To represent +12 in eight bits using the sign-magnitude form, follow the below steps:Step 1: Convert the absolute value of 12 into binary form.1100 is the binary representation of 12.Step 2: Since the number is positive, the leftmost bit must be 0. As a result, the final binary representation is 01100.01100 is the sign-magnitude representation of +12.To represent -12 in eight bits using the sign-magnitude form, follow the below steps:Step 1: Convert the absolute value of 12 into binary form.1100 is the binary representation of 12.Step 2: Since the number is negative, the leftmost bit must be 1. As a result, the final binary representation is 11100.11100 is the sign-magnitude representation of -12.Adding the two binary numbers gives:01100+11100=101000As we can see, the sum of the two binary numbers is not zero, which is why the sign-magnitude method for representing signed numbers is not used in most computers.

Learn more about binary numbers here:

https://brainly.com/question/28222245

#SPJ11

How many 10" diameter circles can be cut from a semicircular shape that has a 20"
diameter and a flat-side length of 25"?

Answers

9514 1404 393

Answer:

  1

Explanation:

Only one such circle can be drawn. The diameter of the 10" circle will be a radius of the semicircle. In order for the 10" circle to be wholly contained, the flat side of the semicircle must be tangent to the 10" circle. There is only one position in the figure where that can happen. (see attached).

Answer:

1

The diameter measurement of a semi circle having a measure of 10" diameter , 20" diameter and a length of 25.

Which of the following combinations of bends can be used in a conduit run?
A. One 90-degree, three 45-degree, and four 30-degree
B. TWO 90-degree, two 45-degree, and four 30-degree
C. Two 90-degree, four 45-degree, and one 30-degree
D. One 90-degree, six 45-degree, and one 30-degree

Answers

Answer:

Answer is A

Explanation:

Doesn't break 360 degrees of bend.

The bend that can be used in conduit run is one 90-degree, three 45-degree, and four 30-degree.

Bend that can be used in conduit run is equal or less than 360 degree.

One 90-degree, three 45-degree, and four 30-degree, the total sum is 345 degree.Two 90-degree, two 45-degree, and four 30-degree, the total sum is 390 degree.Two 90-degree, four 45-degree, and one 30-degree, the total sum is 390 degree.One 90-degree, six 45-degree, and one 30-degree, the total sum is 390 degree.

So, One 90-degree, three 45-degree, and four 30-degree is the bend that can be used in conduit run.

Learn more: brainly.com/question/21199524

Rational and irrational numbers. You can use the fact that √2 is irrational to answer the questions below. You can also use other facts proven within this exercise. (a) Prove that √2/2 is irrational. (C) Is it true that the sum of two positive irrational numbers is also irrational? Prove your answer.

Answers

a. To prove that  is irrational, suppose that it is not. Then it can be expressed as the ratio of two integers, m and n, with no common factors. This means that  can be written as , where p and q have no common factors. Squaring both sides, we obtain  = 2q2p2. Since  is even, it follows that q2p2 is even, and hence that both q2 and p2 must be even. But if p2 is even, then p must also be even (since an odd number squared is odd and an even number squared is even), and hence both p and q are even. But this contradicts our assumption that m and n have no common factors. Hence  is irrational.

c. The sum of two irrational numbers need not be irrational. For example, consider √2 and −√2. Both are irrational, since their square is 2, which is not a perfect square. But their sum is 0, which is rational. However, the sum of a rational number and an irrational number is always irrational. To see why, suppose that  is rational and  is irrational. Then their sum  can be expressed as the ratio of two integers, say  and , with no common factors. Suppose that  is also rational. Then it can be expressed as the ratio of two integers, say  and , with no common factors. It follows that  =  +  is also rational, which contradicts our assumption that  is irrational. Hence must be irrational.

To know more about irrational,

https://brainly.com/question/20400557

#SPJ11

Failure modes and effects analysis tabulates risk priority codes based on:
technical, business, and customer impacts
quantitative measures and qualitative measures
Taguchi and 5-why analysis
severity, occurrence, and detection

Answers

Failure modes and effects analysis tabulates risk priority codes based on:

severity, occurrence, and detection

What are Failure modes

The 3 factors for Risk Priority Code in FMEA are Severity (S): measuring impact on tech, business, and customers. Severity is measured via qualitative or numerical scales.

The Likelihood or frequency of failure. Occurrence is evaluated using historical data, expert judgment or statistical analysis and can be rated on a scale from 1-10, with higher numbers indicating more frequent occurrences.

Learn more about Failure modes  from

https://brainly.com/question/16201340

#SPJ4

A 2-inch square aluminum strut is maintained in the position shown by a pin support at A and by sets of rollers at B and C that prevent rotation of the strut in the plane of the figure. Determine the allowable load P using a factor of safety of 3.0. Consider only buckling in the plane of the figure and use E = 10,000 ksi.

Answers

Thus, the allowable load on the strut is 9.84 lbf.

Given Data:Length of the strut = L = 60 in = 5 ftBreadth of the strut = b = 2 inThickness of the strut = t = 0.125 inElastic Modulus of Aluminum = E = 10000 ksiLoad on the strut = PRequired:Allowable load on the strut = P (with Factor of Safety of 3.0)We know that the area of cross-section of the strut = A = b × t = 2 × 0.125 = 0.25 sq.in.And, Moment of Inertia of cross-sectional area of the strut, I = (1/12) × b × t³ = (1/12) × 2 × 0.125³ = 0.00052 in⁴Also, the slenderness ratio, L/r = L/√(I/A) = L/(I/A)^(1/2)As the strut is fixed at A and only supported by rollers at B and C, it can buckle in the plane of the figure and hence Euler's Buckling Load formula for this case is:PE = π² × E × I / L²For the given strut,PE = π² × 10000 × 0.00052 / (60×12)²= 29.52 lbfNow, the allowable load, P = PE / FoS= 29.52 / 3= 9.84 lbfThus, the allowable load on the strut is 9.84 lbf.

To know more about allowable load,

https://brainly.com/question/30464657

#SPJ11

I'm interested in knowing if there are two adjacent strings in a list that are very similar to each other. For instance, "Zach" and "Zack" are only one character apart.


Write a function, named "CloseEnough" that takes a const reference to a vector of strings and an int. The vector is a list of strings (each of the same length). The int represents how many characters can be different between any two strings next to each other. This function should return the index (an int) of the string that is within the second arguments distance to the next string in the vector. If no index fulfills this criteria, it should return -1

Answers

Here's a function called Close Enough which takes a const reference to a vector of strings and an int. This function is used to check if there are two adjacent strings in a list that are very similar to each other by determining the number of characters that can be different between any two strings next to each other.

The function starts by iterating through the vector of strings from the first to the second to last string. For each string, it then counts the number of differences between it and the next string by comparing the characters at each position.

If the number of differences is less than or equal to the given integer n, the function returns the index of the current string. If there is no such index, the function returns -1.

To know more about vector visit:

https://brainly.com/question/24256726

#SPJ11

how might the machine operators react to the 'future state' value stream?

Answers

The reaction of machine operators to the 'future state' value stream can vary depending on several factors, including their level of involvement in the improvement process, their understanding of the changes, and their perception of the impact on their work.

A Machine Operator is a professional who is responsible for operating their assigned machinery. They ensure their machine runs smoothly, works at capacity without issue and is appropriately maintained.

Some machine operators may embrace the 'future state' value stream and be enthusiastic about the proposed improvements. They may appreciate the potential benefits, such as increased efficiency, reduced waste, and improved working conditions. These operators may actively engage in the implementation of the changes, collaborate with others, and provide valuable input based on their expertise.

Know more about machine operators here:

https://brainly.com/question/32451011

#SPJ11

Write a program that starts off with a list of types of currency in the program (see bottom for data that i to be preloaded upon start). The program should display a menu and not exit the program/menu until th user decides to exit. The menu should be able to do all of the following nine functions: 1) Display to the user of the various currency types that exist in the list (table/column format) a. Must use a loop through method to display b. Must have a banner or header 2) Indicate to the user how many currency types are in the currency list a. Must be displayed in a sentence format 3) Indicate to the user if the type of currency queried exists or not in the currency type list a. Must be displayed in a sentence format 4) Return the index number (list position) of a queried currency type a. Must be displayed in a sentence format b. Must inform the user if the currency type is not found in the list in a sentence format 5) The program must be able add a currency type to the list of currency types a. Confirm to the user that the currency type was added in a sentence i. Followed by displaying the updated list

Answers

Here's the Python program that meets the requirements mentioned above:```# Preloaded datacurrencies = ["USD", "EUR", "GBP", "AUD", "CAD", "JPY", "INR", "RUB", "CHF"]# Main menudisplay_menu = '''\nWelcome to Currency Menu!\n\n1. Display the list of currency types.\n2. Display the number of currency types.\n3. Check if a currency type exists in the list.\n4. Return the index of a currency type.\n5. Add a currency type.\n6. Exit the program.\n\nPlease enter your choice: '''# Display the bannerprint("***********************")print("* CURRENCY INFORMATION *")print("***********************")# Display the menu and get user inputchoice = int(input(display_menu))# Loop to display the menu and handle user inputwhile choice != 6: if choice == 1: # Display the list of currency types print("List of currency types:\n") for currency in currencies: print(currency) elif choice == 2: # Display the number of currency types print(f"\nThere are {len(currencies)} currency types in the list.") elif choice == 3: # Check if a currency type exists in the list query = input("\nEnter a currency type to check if it exists: ") if query in currencies: print(f"\n{query} exists in the list of currency types.") else: print(f"\n{query} does not exist in the list of currency types.") elif choice == 4: # Return the index of a currency type query = input("\nEnter a currency type to get its index number: ") if query in currencies: print(f"\nThe index number of {query} is {currencies.index(query)}.") else: print(f"\n{query} does not exist in the list of currency types.") elif choice == 5: # Add a currency type query = input("\nEnter a currency type to add to the list: ") currencies.append(query) print(f"\n{query} has been added to the list of currency types.") print("\nUpdated list of currency types:\n") for currency in currencies: print(currency) else: # Invalid choice print("\nInvalid choice. Please try again.") # Display the menu again and get user input choice = int(input(display_menu))# Exit the programprint("\nThank you for using Currency Menu! Goodbye.")```The program works as follows:1. The list of currency types is preloaded in the program.2. The program displays a banner and a menu with 6 options.3. The user enters their choice, and the program uses a loop to handle their input and perform the selected function.4. The program only exits the loop when the user selects option 6 to exit.5. If the user selects option 1, the program displays the list of currency types using a for loop.6. If the user selects option 2, the program uses the len() function to get the number of currency types and displays it in a sentence format.7. If the user selects option 3, the program prompts the user to enter a currency type and checks if it exists in the list using the in operator. The program then displays the result in a sentence format.8. If the user selects option 4, the program prompts the user to enter a currency type and uses the index() method to get its index number in the list. The program then displays the result in a sentence format.9. If the user selects option 5, the program prompts the user to enter a currency type and uses the append() method to add it to the list. The program then displays a confirmation message and the updated list of currency types using a for loop.10. If the user enters an invalid choice, the program displays an error message and the menu again.11. When the user selects option 6, the program displays a goodbye message and exits.

To know more about index number,

https://brainly.com/question/24275900

#SPJ11

A contractor purchases quantities of wire, fittings, and switches listed at $2,150 at successive trade discounts of 15%, 10%, and 3%. Using this chart, determine the net cost.
MULTIPLE DISCOUNT
LIST PRICE - (0.15 x LIST PRICE) = FIRST DISCOUNT PRICE
FIRST DISCOUNT PRICE - (0.10 x FIRST DISCOUNT PRICE) =
SECOND DISCOUNT PRICE - (0.03 x (SECOND DISCOUNT PRICE)= NET COST

Answers

Required net cost will be $1,546.07 and SECOND DISCOUNT PRICE - (0.03 x (SECOND DISCOUNT PRICE)= NET COST.

To solve the problem at hand using the given chart, we will use the following formulae:LIST PRICE - (0.15 x LIST PRICE) = FIRST DISCOUNT PRICEFIRST DISCOUNT PRICE - (0.10 x FIRST DISCOUNT PRICE) = SECOND DISCOUNT PRICESECOND DISCOUNT PRICE - (0.03 x SECOND DISCOUNT PRICE) = NET COST

First, let's calculate the first discount:15% of $2,150 = 0.15 x $2,150 = $322.5Therefore, the list price minus the first discount price will be:LIST PRICE - FIRST DISCOUNT PRICE = $2,150 - $322.5 = $1827.5Now we will calculate the second discount:10% of $1,827.5 = 0.10 x $1,827.5 = $182.75

Therefore, the first discount price minus the second discount price will be:FIRST DISCOUNT PRICE - SECOND DISCOUNT PRICE = $1,827.5 - $182.75 = $1,644.75Finally, we will calculate the net cost:3% of $1,644.75 = 0.03 x $1,644.75 = $49.34

Therefore, the second discount price minus the net cost will be:SECOND DISCOUNT PRICE - NET COST = $1,595.41 - $49.34 = $1,546.07Therefore, the net cost is $1,546.07. This is the final answer.In 150 words:A contractor purchased wire, fittings, and switches worth $2,150 at successive trade discounts of 15%, 10%, and 3%.

The problem requires finding out the net cost of the purchase. The chart provided can be used to solve this problem. The first step involves finding out the first discount, which is 15% of the list price. Using the formula LIST PRICE - (0.15 x LIST PRICE), the first discount can be calculated. The next step involves finding the second discount, which is 10% of the price after the first discount. Using the formula FIRST DISCOUNT PRICE - (0.10 x FIRST DISCOUNT PRICE), the second discount can be calculated.

Finally, the net cost can be calculated by finding the 3% of the price after the second discount and then subtracting it from the second discount price. Using the formula SECOND DISCOUNT PRICE - (0.03 x SECOND DISCOUNT PRICE), the net cost can be calculated. The final answer for this problem is $1,546.07.

Learn more about discount price here,

https://brainly.com/question/31338918

#SPJ11

Consider the two matrix multiplication schemes in Example 3.23 of the book. Assuming a fixed efficiency of E = 0.25, system B is more scalable than system A by the isoefficiency metric, for all values of b, c >0. Assuming b = 4c, we have W(A) = 1.33^3 n^1.5 and W(B) = ^ 1.5. How much more scalable is B over A under the above conditions? See the parallel execution times in Table 3.25. Derive an expression for the ratio Tn(B) /Tn(A), when. Can system B be slower than system A? Explain why or why not.

Answers

Answer: System B is more scalable than System A, and Tn(B)/Tn(A) > 1 System B cannot be slower than System A because W(B) < W(A), i.e., B requires less work than A.

Explanation : The isoefficiency metric is used to determine the scalability of a computer system. For all values of b and c > 0, the isoefficiency metric demonstrates that system B is more scalable than system A, assuming a fixed efficiency of E = 0.25 and using the two matrix multiplication schemes in Example 3.23 of the book.

When b = 4c, W(A) = 1.33^3n^1.5 and W(B) = n^1.5.W(A) = 1.33^3n^1.5, and W(B) = n^1.5, given that b = 4c.

The isoefficiency metric determines the ratio of work to communication as the system size grows, with the aim of maintaining the same efficiency throughout the scaling process.

Therefore, system B is more scalable than system A, regardless of the values of b and c, according to the isoefficiency metric.

Using Table 3.25, we obtain parallel execution times for system A and system B. The computation times for both systems may be calculated using these data. When n = 4096, the computation time for system A is Tn(A) = 5.00, while the computation time for system B is Tn(B) = 4.50.

We can estimate the scalability of both systems by calculating the ratio Tn(B)/Tn(A), which gives us an idea of how much more scalable system B is than system A.

Tn(B)/Tn(A) = (W(A)/W(B))/E.=(1.33^3*n^1.5/n^1.5)/(0.25) = 15.98.

Therefore, when n = 4096, system B is 15.98 times more scalable than system A.

Yes, System B can be slower than system A. If the matrix is small, the system may have an additional cost because of the overhead associated with coordinating the parallel processes and sending messages among the processors.

When the number of processors is limited, the communication overhead may become excessive, resulting in slower operation. Therefore, the cost of interprocessor communication in parallel systems might outweigh the benefits of parallelism, resulting in slower operation.

Learn more about isoefficiency metric here https://brainly.com/question/29215877

#SPJ11

The most important reason to use 2 compressors in a cascade system is to :

a. Accomplish lower temperature
b. Permit the use of inexpensive lubrication oil
c. Avoid the need for very high compression ratios
d. Divide the cooling load between 2 compressors

Answers

The most important reason to use 2 compressors in a cascade system is to: Divide the cooling load between 2 compressors. (Option D)

How is this so?

In a cascade system, two compressors are used to distribute and share the cooling load.

By dividing the workload between the compressors, each compressor operates at a more manageable capacity, enhancing overall system efficiency and performance.

This approach allows for better control, reliability, and optimized cooling capacity distribution in the cascade refrigeration system.

Learn more about compressors  at:

https://brainly.com/question/30404542

#SPJ1

1. Copper-Rich copper-beryllium alloys are precipitation hardenable. After consulting the portion of the phase diagram, do the following.
a) Specify the range of compositions over which these alloys may be precipitation hardened and
b) briefly describe the heat-treatment process (in terms of temperature) that would be used to precipitation harden an alloy having a composition of your choosing, yet lying within the range given for part a.

Answers

Copper-rich copper-beryllium alloys are precipitation hardenable. They have compositions ranging from 0.2 to 2 wt percent beryllium, with copper making up the remaining percentage. The alloys have a high electrical conductivity and are used in the electronics industry.

The following steps can be used to heat-treat an alloy of your choosing that lies within the composition range specified in part a.The range of compositions for which copper-rich copper-beryllium alloys can be precipitation hardened is from 0.2 to 2 wt percent beryllium, with the rest being copper. They are widely used in the electronics industry due to their high electrical conductivity. The heat-treatment process can be briefly described as follows: Step 1: Heating the alloy to a temperature range of 315°C to 425°C for 1 to 4 hours. Step 2: Allow the alloy to cool to room temperature or near it. Step 3: Age the alloy at a temperature range of 160°C to 315°C for several hours. The alloy is then removed from the furnace and allowed to cool to room temperature or near it. The result of this heat treatment is the precipitation of an intermetallic compound called CuBe2. This is the cause of the hardening of the alloy.

To know more about hardenable visit:

https://brainly.com/question/31116300

#SPJ11

Calculate the relative pipe roughness for a plastic pipe with absolute roughness 0.0025 mm and internal diameter of pipe is 0.157 inches.

Answers

Answer:

6.27 × 10⁻⁴

Explanation:

Relative roughness, k = ε/D where ε = absolute roughness = 0.0025 mm and D = internal pipe diameter = 0.157 in = 0.157 × 25.4 mm = 3.9878 mm

So, k = ε/D

= 0.0025 mm/3.9878 mm

= 6.27 × 10⁻⁴

The relative pipe roughness for a plastic pipe will be:

"6.27 × 10⁻⁴".

Relative roughness of pipe

According to the question,

Absolute roughness, ε = 0.0025 mm

Internal pipe diameter, D = 0.157 in or,

                                          = 0.157 × 25.4 mm

                                          = 3.9878 mm

We know that,

The relative roughness be:

→ k = [tex]\frac{Absolute \ roughness}{Diameter}[/tex]

or,

   k = [tex]\frac{\varepsilon }{D}[/tex]

By substituting the above values,

      = [tex]\frac{0.0025}{3.9878}[/tex]

      = 6.27 × 10⁻⁴

Thus the above approach is correct.

Find out more information about diameter will be:

https://brainly.com/question/13100709

Q2) If the impulse response ℎ[] of an FIR filter is
ℎ[] = [ − 1] − 2[ − 4]
a) (10 pt) Write the difference equation for the FIR filter.
b) (10 pt) Obtain the impulse response of the system by using difference equation which you get in the previous step in MATLAB. Plot impulse response of the system, ℎ[] and compare with the result in (a).

Answers

(a) The difference equation for the FIR filter can be written as: y[n] = x[n] * h[0] + x[n-1] * h[1] + x[n-2] * h[2] (b) you will obtain a plot of the impulse response of the FIR filter. Compare this plot with the original impulse response h[] = [-1, -2, -4] to verify their similarity. The plot should show the same values as the original impulse response at the corresponding time indices.

a) To write the difference equation for the FIR filter, we need to express the output of the filter as a function of its input and the filter coefficients.

Given the impulse response h[n] = [-1, -2, -4], the difference equation for the FIR filter can be written as:

y[n] = x[n] * h[0] + x[n-1] * h[1] + x[n-2] * h[2]

where:

y[n] is the output of the filter at time index n,

x[n] is the input to the filter at time index n, and

h[i] represents the filter coefficients at index i.

In this case, the difference equation becomes:

y[n] = x[n] * (-1) + x[n-1] * (-2) + x[n-2] * (-4)

b) To obtain the impulse response of the system using the difference equation in MATLAB, we can simulate the response of the filter to an impulse input. We will use the impz function in MATLAB to generate the impulse response.% FIR filter coefficients

h = [-1, -2, -4];

% Generate impulse response using difference equation

impulse_response = impz(h);

% Plot impulse response

stem(impulse_response);

title('Impulse Response of the FIR Filter');

xlabel('Time Index');

ylabel('Amplitude');

By running this code, you will obtain a plot of the impulse response of the FIR filter. Compare this plot with the original impulse response h[] = [-1, -2, -4] to verify their similarity. The plot should show the same values as the original impulse response at the corresponding time indices.

To learn more about FIR filter visit: https://brainly.com/question/31390819

#SPJ11

(1 objective and 2 constraints) con-rods for high performance engines. Objective function: Constraint function 1 for "must not fail by high-cycle fatigue": Constraint function 2 for "must not fail by elastic buckling": Combine objective function and constraint function 1 to get performance equation 1 (ml): Define Material Index 1 (MI) to minimize: Combine objective function and constraint function 2 to get performance equation 2 (m2): Define Material Index 2 (M2) to minimize:

Answers

The given information outlines the objective of optimizing the performance of con-rods for high-performance engines and the constraints related to high-cycle fatigue and elastic buckling. However, the precise formulations of the objective function, performance equations, and material indices are not provided, making it difficult to provide further details or calculations.

Objective Function:

The objective function for designing con-rods for high-performance engines is to optimize their performance. However, the specific details of the objective function are not provided in the given text.

Constraint Function 1 - "Must not fail by high-cycle fatigue":

This constraint ensures that the con-rods should be able to withstand high-cycle fatigue without failure. High-cycle fatigue refers to the repeated stress cycles experienced by the con-rods during engine operation. The constraint function sets a limit on the maximum stress that the con-rods can endure without failure.

Performance Equation 1 (m1):

The performance equation 1, denoted as m1, combines the objective function (not explicitly mentioned) and constraint function 1 for high-cycle fatigue. The exact formulation of this equation is not provided in the given text.

Material Index 1 (MI):

Material Index 1 (MI) is defined to minimize the performance equation 1 (m1). It is a design parameter used to optimize the material selection for the con-rods, considering the objective function and the constraint related to high-cycle fatigue. The specific calculation or formula for Material Index 1 is not given.

Constraint Function 2 - "Must not fail by elastic buckling":

This constraint ensures that the con-rods should not fail due to elastic buckling, which is the instability caused by compressive loads. It sets a limit on the critical buckling load or the maximum compressive load that the con-rods can withstand without buckling.

Performance Equation 2 (m2):

The performance equation 2, denoted as m2, combines the objective function (not explicitly mentioned) and constraint function 2 for elastic buckling. The exact formulation of this equation is not provided in the given text.

Material Index 2 (M2):

Material Index 2 (M2) is defined to minimize the performance equation 2 (m2). It is a design parameter used to optimize the material selection for the con-rods, considering the objective function and the constraint related to elastic buckling. The specific calculation or formula for Material Index 2 is not given.

Learn more about elastic buckling here:-

https://brainly.com/question/31655524
#SPJ11

Assume your website has these three pages: start.html, products.html, and blog.html. Create a with an to each page, with content: Home Products, and Contact us. SHOW EXPECTED 1 2 3 4 5 Homeca/a> 6 Products a/a> 7 Contact us 8 9 10 11 Check Try again Testing number of tags Yours X Testing number of tags in the tag Yours and expected differ. See highlights below, Yours Expected Further testing is suppressed until the above passes Your webpage Home Products Contact us Expected webpage Home Products Contact us

Answers

To create a navigation menu with links to each page, you can use HTML <a> tags within an unordered list <ul>.

Here's an example of how you can create the navigation menu:

<ul>

 <li><a href="start.html">Home</a></li>

 <li><a href="products.html">Products</a></li>

 <li><a href="blog.html">Contact us</a></li>

</ul>

Each <li> element represents a list item, and within it, the <a> tag is used to create a hyperlink. The href attribute specifies the URL of the corresponding page.

Please note that the provided code snippet is a sample implementation. Make sure to replace "start.html", "products.html", and "blog.html" with the actual file names or URLs of your webpages.

Once you add this code to your webpage, you should see a navigation menu with the links to the specified pages: "Home", "Products", and "Contact us".

Learn more about navigation here

https://brainly.com/question/30633995

#SPJ11

Which of the following allowed third party mechanical devices to be attached directly on AT&T telephone sets?
a. The Kingsbury Agreement
b. Telecommunications Act of 1996
c. The Modified Final Judgment (MFJ)
d. Hush-a-Phone decision

Answers

The correct option is a. The Kingsbury Agreement.

The Kingsbury Agreement allowed third party mechanical devices to be attached directly on AT&T telephone sets. The Kingsbury Agreement is an agreement between the Bell System and the United States Department of Justice, under which the Bell System agreed to divest itself of its local exchange service operating companies. It was signed in 1982. AT&T had agreed to divest itself of its local exchange service operating companies as part of the settlement of an antitrust lawsuit against the company.The agreement also allowed for the manufacture of third-party devices that could be attached to AT&T telephone sets, providing a new market for companies that had previously been shut out of the telecommunications industry. This was a significant change, as AT&T had previously required customers to lease telephones from the company rather than purchase them outright. The Kingsbury Agreement opened up the market for telephone equipment and allowed for increased competition in the industry. In conclusion, the correct option is a. The Kingsbury Agreement.

Learn more about mechanical devices here,  

https://brainly.com/question/32328139

#SPJ11

A tank contains 2 m? of air at -93°C and a gage pressure of 1.4 MPa. Determine the mass of air, in kg. The local atmospheric pressure is 1 atm. use the compressibility

Answers

The mass of air in the tank is 0.05597 kg.

What is the mass of air, in kg, in the tank?

Given data:

Volume of air (V) = 2 m³

Temperature (T) = -93°C = -93 + 273.15 = 180.15 K

Gage pressure (P) = 1.4 MPa = 1.4 * 10⁶ Pa

To determine the mass of air, we can use the ideal gas law equation [tex]PV = nRT[/tex]

We will calculate the number of moles of air using the ideal gas law: n = PV / RT

Substituting values:

n = (1.4 * 10⁶ Pa * 2 m³) / (8.314 J/(mol·K) * 180.15 K)

n ≈ 1.933 mol

Given: The molar mass of air can be approximated as 28.97 g/mol.

Mass of air = n * Molar mass

Mass of air = 1.933 mol * 28.97 g/mol

Mass of air ≈ 55.97 g

Converting grams to kilograms:

Mass of air = 0.05597 kg.

Read more about mass

brainly.com/question/19626802

#SPJ4

MAPP gas, natural gas, propane, and acetylene can be used with oxygen to cut metal.
True
False

Answers

The answer is true.

Which factor affecting team structure has the greatest impact in light of today's world of global development teams?
a, the difficulty of the problem b. rigidity of the delivery date c.the degree to which the problem can be modularized d.all of the above

Answers

In the light of today's world of global development teams, the factor that affects team structure and has the greatest impact is the degree to which the problem can be modularized. This statement is in option c.

Modularization refers to the process of decomposing a system into several smaller modules or subsystems, each with its own interface, that can be developed and maintained independently of one another. This modularization aids in the management of complexity, reduces risk, improves productivity, and speeds up development. It also allows the allocation of development to various teams based on module division.

Importance of Modularization:

Improved efficiency: Modularization can help with the division of tasks, which can improve efficiency and speed up the development process.

Risk Reduction: Modularization minimizes the likelihood of a single failure bringing down the entire system. If a module fails, it will only affect that module, not the entire system.

Improved scalability: Modularization can aid in the creation of large, complex systems that can be easily scaled up or down.In conclusion, The degree to which the problem can be modularized is the factor that affects team structure and has the greatest impact in the light of today's world of global development teams.

Learn more about modularized here:-

https://brainly.com/question/13948481
#SPJ11

Other Questions
If the Central Bank sets a reserve requirement of 0.5, then the simple money multiplier is 0 20 02 0:05 O None of the answers is correct Question 2 In the macroeconomy, mild inflation usually: O harms savers and borrowers O helps savers and borrowers O helps savers and harms borrowers Oharms savers and helps borrowers Question 3 An important tool of Monetary Policy is: O Open market operations O All of the answers are correct. O Changing the level of taxes O Changing the level of taxes Question 4 The main players in the Money Supply Process are: O The Central Bank. O All three are important O The Public O The Private Banking System 0.5 pts 0.5 pts 0.5 pts Place the following in order of increasing magnitude of lattice energy.MgO KI Sr OMgO < KI < Sr OMgO < Sr O < KIKI < Sr O < MgOKI < MgO < Sr OSr O < MgO < KI hits flook P Rick Hall owns a card shop, Hall's Cards. The following cash information is available for the month of August Yeart As of August 31, the bank statement shows a balance of $11,840. The August 31 unadjusted balance in the Cash account of Hall's Cards is $8,530. A review of the bank statement revealed the following information: 1. A deposit of $1,930 on August 31, Year 1, does not appear on the August bank statement. 2. It was discovered that a check to pay for baseball cards was correctly written and paid by the bank for $1,915 but was recorded on the books as $2,815 3. When checks written during the month were compared with those paid by the bank, three checks amounting to $4,425 were found to be outstanding. 4. A debit memo for $85 was included in the bank statement for the purchase of a new supply of checks. Required Prepare a bank reconciliation at the end of August showing the true cash balance. (Negative amounts should be indicated with minus sign.) ints eBook Print References Required Prepare a bank reconciliation at the end of August showing the true cash balance. (Negative amounts should be indicated with minus sign.) HALL'S CARDS Bank Reconciliation August 31, Year 1 Unadjusted Bank Balance, August 31, Year 1 True Cash Balance, August 31, Year 1 Unadjusted Book Balance, August 31, Year 1 True Cash Balance, August 31, Year 1 $ $ 0 find the shaded region of the figure below can someone awnser the following screenshot What are the futuristic planning and it's implementation of TESLA company? geometry multiple choice(will mark brainliest) FILL IN THE BLANK SPACE WITH THE VERB IN THE TABLE.{{ start. have. Go. study. live flies. play. speak. }}1)he ...............speak...........four language.2)barlin............live..............in a flat in paris.3)she is a pilot and she..............travel.................all over the word.4)peter..................have.................twochildren.5)inwinter abdi ...........go............sking in summer she............play ...............tennis.6)my daugter..............speak................french and germany.7)john.................start..........................work at six o'clock. Il means * is equal to * is parallel to *lines * therefore * none of these What areas were united by the railroads? Is England a Compact, Elongated, Prorupted, Perforated or Fragmented country?Is Palestine a Compact, Elongated, Prorupted, Perforated or Fragmented country? 6. The rate at which velocity changes is calledO speedO directionO accelerationO displacement The part of the Earth ON which the tectonic plates are able to move is the Amber and her older brother Johnny were helping their father build a sand pit in theirbackyard to go with the new swimming pool he just purchased. The sand pit is circular inshape. The height of the p[it is to be 2 feet. The radius of the pit is to be 6 feet. If one 50pound bag of sand covers.52ft of space, how many bags of sand will be needed tocompletely fill the sand pit? Whats the answer and work for this? Someone please telllllllll meeee!!!! When my parents see my new haircut, there probably going to flip out! What are exons and introns and how are they dealt with in the cell? Find GCF (212, 96) and LCM (212, 96) using prime factoring.Anyone know... REAL ESTATE:restoring parties to their original status after breach ofcontract known as:a) payment of damagesb) voiding the contractc) rescissiond) forfeiture of deposit Look at the diagram showing the different wavelengths in sunlight.A diagram showing the human eye and visible light. Visible light is broken down by color with wavelength in nanometers. Red is 700, orange is 600, yellow is 580, green is 550, blue is 475, indigo is 450, violet is 400.Which has a wavelength of 350 nanometers?red lightviolet lightinfrared lightultraviolet light