Developers can arrange data mapping and screen sequencing using the builder module. Module for using the system during runtime.
A separate group of parts that may be easily added, deleted, or replaced in a larger system is called a module. A module typically cannot function by itself. A module in computer hardware is a part that is intended to be changed out quickly. A module in computer software is an addition to a main program that is specialized to carrying out a certain task. A module in programming is a chunk of code that is inserted all at once or is made to be easily reused.
A hardware module is a grouping of components made to be easily added to and removed from a larger system. A RAM stick is a type of hardware module. The majority of modules don't work by themselves.
To know more about hardware module click here:
https://brainly.com/question/28563573
#SPJ4
Which additional load balancing method is supported in equal cost multipath (ecmp) load balancing when sd-wan is enabled?.
When SD-WAN is enabled, the volume load balancing approach is provided by equal cost multipath (ECMP) load balancing.
How does load balancing work?Load balancing techniques are thought of as a type of algorithm or approach used to fairly distribute incoming server requests or traffic among servers that are part of the server pool.It should be noted that when SD-WAN is enabled because that is its function, the volume load balancing approach is supported in equal cost multipath (ECMP) load balancing.When SD-WAN is enabled, the equal cost multipath (ECMP) load balancing technique supports the volume load balancing method.By adding entries for several best paths to the switch's forwarding layer and using a load balancing algorithm to recognize flows and distribute them to various paths, ECMP load balancing refers to spreading traffic more equitably.Learn more about equal cost multipath (ECMP) refer to:
https://brainly.com/question/28044760
#SPJ4
Only put coolant into your radiator when the engine is _____.
It is to be noted that you only put coolant into your radiator when the engine is cool.
What is an Engine coolant?However, in most cases, the engine should be cold (or at most warm) before adding coolant to the radiator. Never attempt to add coolant to the radiator while the engine temperature is high, since pressurized water may escape from the reservoir when the coolant cap is unscrewed.
Antifreeze, often known as engine coolant, is a colored liquid combined with water that helps control your engine at high temperatures. To maintain a consistent operating temperature, coolant is circulated throughout the engine block when the temperature outside fluctuates from hot to cold.
Coolant aids in the removal of heat from the engine. As a result, if there is insufficient coolant, the engine may overheat or seize. Continued use of an overheated engine may cause permanent damage such as welding of the cylinder piston.
Learn more about Engine Coolant:
https://brainly.com/question/28116315
#SPJ1
Strain gage is a device that senses the strain of the structure. The property of the strain gage that is used to correlate with the strain to be measured is
Answer:
resistance
Explanation:
A strain gauge changes resistance with applied strain.
z. han, r. d. reitz, turbulence modeling of internal combustion engines using rng κ-ε models, combustion science and technology 106 (4-6) (1995) 267–295.
The citation you provided corresponds to a research paper titled "Turbulence Modeling of Internal Combustion Engines Using RNG κ-ε Models" authored by Z. Han and R. D. Reitz.
The paper was published in the journal Combustion Science and Technology in 1995. The paper addresses the topic of turbulence modeling in the context of internal combustion engines and specifically focuses on the use of RNG κ-ε models. The authors explore the application of these models to improve the understanding and simulation of turbulent flow phenomena in internal combustion engines. The research paper likely presents theoretical and computational approaches, along with their findings and conclusions related to turbulence modeling in the field of internal combustion engines.
Learn more about Combustion Engines here:
https://brainly.com/question/16579482
#SPJ11
Assuming the non-pressurized boiling point of a 50-50 mix of coolant is 6°C higher than the boiling
point of water (100°C), and every one psi increase in pressure will raise the cooling system boiling
point by 17 °C. Calculate the coding system boiling point if a 15 psi pressure cap is used. How will
the value change if a 12 psi cap is used instead. If pure water is used rather than a 50-50 mix, then
how is the boiling point changed? What about the freezing point?
Answer:
To calculate the coolant boiling point with a 15 psi pressure cap, we need to consider the base boiling point of water, the increase in boiling point due to the 50-50 mix of coolant, and the increase in boiling point per psi of pressure.
Base Boiling Point of Water: 100°C
Increase in Boiling Point due to Coolant Mix: 6°C
Increase in Boiling Point per psi: 17°C
Calculation for a 15 psi pressure cap:
Base Boiling Point + Increase due to Coolant + (Pressure Increase × Increase per psi)
= 100°C + 6°C + (15 psi × 17°C/psi)
= 100°C + 6°C + 255°C
= 361°C
Therefore, with a 15 psi pressure cap, the cooling system boiling point would be 361°C.
Now let's calculate the boiling point with a 12 psi pressure cap:
Base Boiling Point + Increase due to Coolant + (Pressure Increase × Increase per psi)
= 100°C + 6°C + (12 psi × 17°C/psi)
= 100°C + 6°C + 204°C
= 310°C
With a 12 psi pressure cap, the cooling system boiling point would be 310°C.
If pure water is used instead of a 50-50 mix of coolant, the boiling point would remain at 100°C since there would be no additional increase in boiling point due to the coolant mix.
As for the freezing point, the presence of the coolant mix or the pressure cap does not directly affect the freezing point of water. The freezing point of water is generally 0°C, regardless of the coolant mix or pressure conditions.
Explanation:
A resistor, an inductor, and a capacitor are connected in series to an ac source. What is the phase angle between the voltages of the inductor and capacitor in this rlc circuit?.
The phase angle is 180°.
A resistor, inductor, and capacitor are connected in series to an AC source.
You can learn more through link below:
https://brainly.com/question/16971122#SPJ4
True or false To fasten a duct hanger to a gypsum board wall, the best fastener would be an anchor shield
The given statement of "To fasten a duct hanger to a gypsum board wall, the best fastener would be an anchor shield" is false.
Why is the above statement false?Anchor shields are typically used to secure objects to concrete or masonry walls.
For fastening a duct hanger to a gypsum board wall, the best fastener would be a toggle bolt or a self-drilling drywall screw. These fasteners are specifically designed for use in drywall and can provide a secure hold for the duct hanger.
Therefore, one can say that Anchor shields may not provide a secure hold in drywall, as they are designed for use in masonry or concrete.
Learn more about gypsum from
https://brainly.com/question/28238766
#SPJ1
Which of the following can replace /* missing loop header / so the method count Peaks works as intended?
a. int p - data. Length - 1p > ; P-
b. int p - P < data.length; ptt int p .
c. p < data. length - 1; put int p = 1;
d. p
The correct option that can replace the missing loop header so the method count Peaks works as intended is option c. p < data. length - 1.
As it contains the correct syntax for the loop header.
Given a problem in which we are to determine which of the loop header is missing from the loop statement so that the method `count Peaks` works as intended.
In order for the `count Peaks()` method to work as intended, the loop header should be as follows:
` for(int p = 1; p < data.length - 1; p++)`
We need to look for the loop header in the provided options that matches the above syntax. The correct option that has the syntax that matches the above loop header syntax is c. `p < data. length - 1`
Therefore, the option C can replace the missing loop header so the method count Peaks works as intended and we can write the loop header as `for(int p = 1; p < data. length - 1; p++)`.
Hence, option (C) is the correct answer.
Learn more about loop header here:
https://brainly.com/question/32507046
#SPJ11
Which scientist help developed the current model of the atom which states that electrons are located in regions known as orbitals or electron clouds?
extensive structures and intricate arrangement of functional space in the nan madol community support which of the following conclusions?
Both cultures imposed rigid moral standards. Sometimes works of art and architecture challenge our perceptions of what was formerly thought to be feasible and what our forefathers were capable of.
An excellent example is the defunct megalithic capital of Nan Madol, which is situated in a lagoon next to the island of Pohnpei in the Federated States of Micronesia in the Pacific Ocean. By stating that over a period of four centuries, the people of Pohnpei moved an average of 1,850 tons of basalt per year—and no one is quite sure how they did it—archaeologist Rufino Mauricio helps us put these enormous amounts into perspective.
Learn more about average here-
https://brainly.com/question/28404358
#SPJ4
Python allows programmers to break a statement into multiple lines. True or False?
In Python, pressing Enter does not allow you to divide a statement into multiple lines. To show that a sentence continues on the following line, use the backslash () instead.
An underscore and a space in the script's amended version denote that the statement that began on line 1 is continuing on line 2. If a statement is split when it is enclosed in parenthesis (()), brackets ([), or braces (), the line will automatically continue. This is practical but may result in mistakes if there isn't a closing parenthesis, bracket, or brace. Python would then consider the remaining portion of the script to be a single statement. Single quotes ('), double quotes ("), and triple quotes (""") are all used in Python to indicate literal strings. Aside from the triple-quoted strings (""")
Learn more about Python here:
https://brainly.com/question/30427047
#SPJ4
A forklift will tip over if the center of gravity is outside the stability triangle. True or false?
Answer:
True
Explanation:
A forklift will tip over if the center of gravity is outside the stability triangle. The stability triangle refers to the area within the three wheels of a forklift that ensures the stability of the machine and prevents tipping. If the center of gravity of the load being carried by the forklift moves outside of the stability triangle, the machine becomes unstable and is at risk of tipping over. It's important to properly balance the load on a forklift and ensure that the center of gravity stays within the stability triangle to avoid accidents and maintain safety.
I hope this information is helpful. I mostly prefer MyAssignmentHelp.com for homework help. Please let me know if you have any additional questions or refer to MyAssignmentHelp.com for further assistance.
.Which layer deals with how humans interact with computers?
Software
Operating System
Hardware
User
The layer that deals with how humans interact with computers is the user layer.
This layer focuses on the interface between the user and the computer system, including the design and usability of the software and hardware components. The user layer involves the use of input devices, such as keyboards and mice, to interact with the computer system and output devices, such as screens and printers, to receive information from the system. The user layer also includes the software applications that are designed to meet the needs of the user, such as productivity software, games, and communication tools. The software applications in the user layer are designed with the user in mind, providing an easy-to-use interface and intuitive features.
Furthermore, the user layer also deals with the user experience, including factors such as accessibility, ease of use, and user satisfaction. The goal of the user layer is to create a seamless and efficient interaction between the human user and the computer system. In conclusion, the user layer is an essential component of the computer system, as it deals with how humans interact with computers, and it is essential to ensure that the software and hardware components are designed with the user in mind.
Learn more about software here: https://brainly.com/question/985406
#SPJ11
Documentation of a flow chart?
Answer:
A Document in a flowchart represents a printout, for instance a document or a report.
Flowcharts are used in planning and documenting basic process or projects. Like different sorts of outlines, they help imagine what is happening and along these lines help comprehend a process, and maybe additionally find more subtle highlights inside the process.
Explanation:
A flowchart is essentially a graphical portrayal of steps. It shows steps in consecutive request and is generally used in introducing the progression of calculations or work process. Regularly, a flowchart shows the means as boxes of different sorts, and their request by interfacing them with bolts.
It is likewise a kind of graph that speaks to a work process or cycle. A flowchart can likewise be characterized as a diagrammatic portrayal of a calculation, a bit by bit way to deal with settling an assignment.
The flowchart shows the means as boxes of different sorts, and their request by associating the containers with bolts. This diagrammatic portrayal outlines an answer model to a given issue. Flowcharts are used in investigating, planning, reporting or dealing with a process or program in different fields.
refer to the example above. fill in the proper conditional
1. complete the logical expression to extract all the enteries in the rows with interest less than 12%
2. complete the indexing statment such that only the entries in the second column of annuity table are extracted, as indicated by the logical index array midlntrstldx
1. Entries in rows with interest less than 12% can be extracted using the logical expression `interest < 12`. 2. To extract entries in the second column of the annuity table indicated by the logical index array `midlntrstldx`, the indexing statement would be `annuity_table(:, 2)`.
What indexing statement can be used to extract the entries in the second column of the annuity table using the logical index array `midlntrstldx`?1. To extract all the entries in the rows with interest less than 12%, you would use a logical expression `interest < 12`. This expression will evaluate to a logical array where each element corresponds to whether the interest value in that row is less than 12. When used as an indexing condition, it will select the rows that satisfy the condition.
2. To extract only the entries in the second column of the annuity table indicated by the logical index array `midlntrstldx`, you would use the indexing statement `annuity_table(:, 2)`.
This notation specifies that you want to select all rows and only the second column of the `annuity_table` matrix. By using the `:` symbol for rows and `2` for the column index, you can extract the desired column of interest. The logical index array `midlntrstldx` is not required in this case.
Learn more about logical index
brainly.com/question/31315507
#SPJ11
explain the working principles of a rotary engine
Answer:
The rotary engine works on the same basic principle as the piston engine: combustion in the power plant releases energy to power the vehicle. However, the delivery system in the rotary engine is wholly unique. The piston engine performs four key operations: intake, compression, combustion, and exhaust.
Explanation:
New tie rod ends are being installed. Technician A says it is a good idea to replace the cotter pin. Technician B says to tighten the retaining nut to the low side of the torque spec then further tighten to align the cotter key hole. Which technician is correct
Answer:
technician b?
Explanation:
Determine the volume of a 6-foot cube.
The rate of change of the radius with time is a partial derivative of the rate of change of volume with time. At the instant the height of the cylinder is 6 feet is the radius is decreasing at a rate of approximately 4.634 ft./s.
What is the height of the cone?The height of the cone is 27 meters when the radius of the cone is 55 meters and the volume of the cone is 733 cubic meters.The radius of a cylinder is increasing at a constant rate of 3 meters per second, and the volume is increasing at a rate of 108 cubic meters per second.
Cones grow in size at constant rates of 9 meters per second for the radius and 1631 cubic meters per second for the volume.
Therefore, The height of the cone is 27 meters when the radius of the cone is 55 meters and the volume of the cone is 733 cubic meters.
Learn more about height on:
https://brainly.com/question/29117133
#SPJ1
IV. An annealed copper strip 9 inches wide and 2.2 inches thick, is rolled to its maximum possible draft in one pass. The following properties of annealed copper are given: strength coefficient is 90,000 psi; true strain at the onset of non-uniform deformation is 0.45; and, engineering strain at yield is 0.11. The coefficient of friction between strip and roll is 0.2. The roll radius is 14inches and the rolls rotate at 150 rpm. Calculate the roll-strip contact length. Calculate the absolute value of thetrue strain that the strip undergoes in this operation. Determine the average true stress of the strip in theroll gap. Calculate the roll force. Calculate the horsepower required.
Answer:
13.9357 horse power
Explanation:
Annealed copper
Given :
Width, b = 9 inches
Thickness, \($h_0=2.2$\) inches
K= 90,000 Psi
μ = 0.2, R = 14 inches, N = 150 rpm
For the maximum possible draft in one pass,
\($\Delta h = H_0-h_f=\mu^2R$\)
\($=0.2^2 \times 14 = 0.56$\) inches
\($h_f = 2.2 - 0.56$\)
= 1.64 inches
Roll strip contact length (L) = \($\sqrt{R(h_0-h_f)}$\)
\($=\sqrt{14 \times 0.56}$\)
= 2.8 inches
Absolute value of true strain, \($\epsilon_T$\)
\($\epsilon_T=\ln \left(\frac{2.2}{1.64}\right) = 0.2937$\)
Average true stress, \($\overline{\gamma}=\frac{K\sum_f}{1+n}= 31305.56$\) Psi
Roll force, \($L \times b \times \overline{\gamma} = 2.8 \times 9 \times 31305.56$\)
= 788,900 lb
For SI units,
Power = \($\frac{2 \pi FLN}{60}$\)
\($=\frac{2 \pi 788900\times 2.8\times 150}{60\times 44.25\times 12}$\)
= 10399.81168 W
Horse power = 13.9357
what are the three classifications of carbon steel
Answer:
low/mild,medium,high carbon steel
Loyalty to WHICH governing model was displaced by ideas advanced in the Declaration of Independence and the U.S Constitution?
The monarchy, or rule by divine right of a king, was displaced by the ideas advanced in the Declaration of Independence and the U.S. Constitution. The ideas expressed in the Declaration of Independence and the U.S. Constitution asserted the people’s right to govern themselves in opposition to the divine right of kings on which the monarchy was based.
Answer:
Pie is a great idea for a long time and a great day and I will be in touch soon and I hope you have a great day and I will be in touch soon and
I am trying to create a line of code to calculate distance between two points. (distance=\(\sqrt{ (x2-x1)^2+(y2-y1)^2}) My line is point_dist = math.sqrt((math.pow(x2 - x1), 2) + math.pow(y2 - y1), 2) but I am getting an error saying that pow is expecting two arguments and is only getting one. Can anyone help me?
Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
For the given program, how many print statements will execute? def print_shipping_charge item_weight): if (item_weight > 0.0) and (item_weight <= 10.0): print(item_weight 0.75) elif (item_weight > 10.0) and (item_weight 15.0): point (item_weight 0.85) olaf (item_weight > 15.0) and (item_weight < 20.0) print(item_weight 0.95) elif (item_weight > 15.0) and (item weight 20.0): print(item_weight + 0.95) T print_shipping charge (18) print_shipping charge (6) print_shipping_charge 25) a. b. 2 C.3 d. 9
The correct answer is: b. 2
There will be two print statements executed.
The first print statement will execute when the function print_shipping_charge(18) is called. It satisfies the condition (item_weight > 15.0) and (item_weight < 20.0), so it will print 18 * 0.95.
The second print statement will execute when the function print_shipping_charge(6) is called. It satisfies the condition (item_weight > 0.0) and (item_weight <= 10.0), so it will print 6 * 0.75.
Therefore, there are two print statements that will execute.
learn more about print here
https://brainly.com/question/13246781
#SPJ11
A beaker is filled to the 500 ml mark with alcohol. What increase in volume (in ml) the beaker contain when the temperature changes from 5°C to 30°C? (Neglect the expansion of the beaker, evaporation of alcohol and absorption of water vapor by alcohol.) C°, Palcohol = 1.12 x 104/ °C
Answer:
1.4 mL
Explanation:
Given that:
volume of alcohol \(V_0\) = 500
Temperature change ΔT = (30° - 5°)C
=25° C
\(\beta_{ alcohol }= 1.12 \times 10^{-4} / ^0C\)
The increase in volume ΔV = \(\alpha \times V_o \times \Delta T\)
\(= 500 \times 1.12 \times 10^{-4} / ^0 C\times 25^0 C\)
= 1.4 mL
The rate of flow through an ideal clarifier is 8000m3 /d, the detention time is 1h and the depth is 3m. If a full-length movable horizontal tray is set 1m below the surface of the water, a) determine the percent removal of particles having a settling velocity of 1m/h. b) Could the removal efficiency of the clarifier to be improved by moving the tray? If so, where should the tray be located and what would be the maximum removal efficiency? c) What effect would moving the tray have if the particle settling velocity were equal to 0.5m/h?
Answer:
a) 35%
b) yes it can be improved by moving the tray near the top
Tray should be located ( 1 to 2 meters below surface )
max removal efficiency ≈ 70%
c) The maximum removal will drop as the particle settling velocity = 0.5 m/h
Explanation:
Given data:
flow rate = 8000 m^3/d
Detention time = 1h
depth = 3m
Full length movable horizontal tray : 1m below surface
a) Determine percent removal of particles having a settling velocity of 1m/h
velocity of critical sized particle to be removed = Depth / Detention time
= 3 / 1 = 3m/h
The percent removal of particles having a settling velocity of 1m/h ≈ 35%
b) Determine if the removal efficiency of the clarifier can be improved by moving the tray, the location of the tray and the maximum removal efficiency
The tray should be located near the top of the tray ( i.e. 1 to 2 meters below surface ) because here the removal efficiency above the tray will be 100% but since the tank is quite small hence the
Total Maximum removal efficiency
= percent removal\(_{above}\) + percent removal\(_{below}\)
= ( d\(_{a}\),v\(_{p}\) ) . \(\frac{d_{a} }{depth}\) + ( d\(_{a}\),v\(_{p}\) ) . \(\frac{depth - d_{a} }{depth}\) = 100
hence max removal efficiency ≈ 70%
c) what is the effect of moving the tray would be if the particle settling velocity were equal to 0.5m/h?
The maximum removal will drop as the particle settling velocity = 0.5 m/h
the field of was the first to use the term postmodern to describe a structure.
The field of architecture was the first to use the term postmodern to describe a structure.
What was the initial discipline to coin the term postmodern in relation to a structure?Postmodernism emerged as a movement in architecture during the late 20th century, characterized by a departure from modernist principles and a return to historical references, ornamentation, and eclectic styles. Architects like Robert Venturi and Denise Scott Brown played pivotal roles in defining postmodern architecture and coining the term. They challenged the prevailing modernist ideology by embracing complexity, symbolism, and cultural references in their designs.
The term postmodern, in the architectural context, emphasized a break from the rigid dogmas of modernism and advocated for a more diverse and inclusive approach to design. Postmodern architecture continues to shape the built environment today, celebrating individual expression and contextual responses while incorporating elements from various architectural traditions.
Learn more about Postmodernism
brainly.com/question/29447160
#SPJ11
you can control the number of significant digits in your output with the manipulator.question 1 options:a)setprecisionb)setprecisionc)to fixedd)setfixed()e)none of these
In C++, you can control the number of significant digits in your output by using the setprecision manipulator.
So, the correct answer is A.
This manipulator is used to set the number of digits that are displayed after the decimal point.
For example, if you want to display a number with only 2 decimal places, you can use the following code: cout << setprecision(2) << myNumber;
This will display the value of myNumber with only 2 decimal places.
It is important to note that setprecision affects the entire output stream, so any subsequent output will also be affected by the same precision.
Other manipulators like to fixed() can also be used to control the format of output, but they do not specifically control the number of significant digits.
Hence, the answer of the question is A.
Learn more about setprecision at
https://brainly.com/question/31235930
#SPJ11
Low voltage equipment that is frequently in contact with the bodies of person or has exposed current carrting elements shall operate on an electrical potential of ______ volts or less.
517.64
Electrical potential refers to the amount of electric charge per unit of electrical potential energy, measured in volts.
Low voltage equipment that is frequently in contact with the bodies of person or has exposed current carrying elements shall operate on an electrical potential of 30 volts or less.
This is because low voltage is typically defined as 50 volts or less, but for safety reasons, it is recommended to use 30 volts or less for equipment that is in contact with the human body.
According to the Low Voltage Directive (Directive 2014/35/EU), which applies to electrical equipment operating in the European Union, the voltage limits for low voltage equipment are between 50V and 1000V for AC and 75V and 1500V for DC1. The voltage limits relate to the voltage of the electrical input or output, not to voltages generated within the equipmen
Learn more on Voltage : brainly.com/question/31493810
#SPJ11
For automobile engines, identify the best choice of motor oil.
A. High viscosity for Maine in the winter and low viscosity for Florida in the summer.
B. Low viscosity for Maine in the winter and low viscosity for Florida in the summer.
C. Low viscosity for Maine in the winter and high viscosity for Florida in the summer.
D. High viscosity for Maine in the winter and high viscosity for Florida in the summer.
E. It does not matter what the rating is for the motor oil.
Answer:
C. Low viscosity for Maine in the winter and high viscosity for Florida in the summer.
Explanation:
The choice of motor oil or engine oil depends on the type of engine and also on the type of climate on which the engine runs.
In winter climates, we should use oil with low viscosity as at lower temperatures, the it flows more readily if its viscosity is low.
But the summer season needs a relatively thicker oil so as to reduce the thinning effect of the oil out of the engine.
Thus for Maine in the winter season, we need a low viscosity oil and for Florida a high viscosity oil in the summer season.
Therefore, option (c) is correct.
A silicon carbide plate fractured in bending when a blunt load was applied to the plate center. The distance between the fracture origin and the mirror/mistboundary on the fracture surface was 0.796 mm. To determine the stress used to break the plate, three samples of the same material were tested and produced the following. What is the estimate of the stress present at the time of fracture for the original plate
Answer:
hello your question has some missing values below are the missing values
Mirror Radius (mm) Bending Failure Stress (MPa)
.603 225
.203 368
.162 442
answer : 191 mPa
Explanation:
Determine the stress present at the time of fracture for the original plate
Bending stress ∝ 1 / ( mirror radius )^n ------ ( 1 )
at 0.603 bending stress = 225
at 0.203 bending stress = 368
at 0.162 bending stress = 442
applying equation 1 determine the value of n for several combinations
( 225 / 368 ) = ( 0.203 / 0.603 )^n
hence : n = 0.452
also
( 368/442 ) = ( 0.162 / 0.203 ) ^n
hence : n = 0.821
also
( 225 / 442 ) = ( 0.162 / 0.603 ) ^n
hence : n = 0.514
Next determine the average value of n
n ( mean value ) = ( 0.452 + 0.821 + 0.514 ) / 3 = 0.596
Calculate estimated stress present at the time of fracture for the original plate
= bending stress at x = 0.796 / bending stress at x = 0.603
= x / 225 = ( 0.603 / 0.796 ) ^ 0.596
therefore X ( stress present at the time of fracture of original plate )
= 225 * 0.84747
= 191 mPa