
Materials Science And Engineering
10th Edition
ISBN: 9781119405498
Author: Callister, William D., Jr, RETHWISCH, David G., Jr., 1940- Author.
Publisher: Wiley,
expand_more
expand_more
format_list_bulleted
Question
Chapter 10, Problem 30QAP
To determine
To describe:
Why fine pearlite forms for the moderate cooling of austenite through the eutectoid temperature, whereas coarse pearlite is the product for relatively slow cooling rates:
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Need help with these:Design a While loop that lets the user enter a number. The number should be multiplied by 10, and the result stored in a variable named product. The loop should iterate as long as the product contains a value less than 100.
2. Design a For loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 . . . 1000
3. Convert the While loop in the following code to a Do-While loop:
Declare Integer x = 1
While x > 0
Display "Enter a number."
Input x
End While
Convert the While loop in the following code to a Do-While loop: Declare Integer x = 1 While x > 0 Display "Enter a number." Input x End While
You are an engineer designing an aeration tank for a wastewater treatment plant receiving municipal
waste. The activated sludge system (aeration tank and secondary clarifier) you design needs to remove
85% of the incoming BODs from the primary effluent, giving a final concentration of 30.0 mg BODs/L
exiting the system. Your design will maintain a concentration of 2500 mg VSS/L and F/M ratio of 0.5 g
BOD/g VSS d in the aeration tank. In an effort to keep the waste activated sludge low in water, only
about 0.1% of the primary effluent flow (Q) exits the WAS line. The secondary effluent has a flow rate of
9990 m³/d.
What volume (in m³) will the aeration tank need to be?
Write out all equations and state any assumptions as needed.
Primary
effluent:
Q. Xo, So
Aeration tank
V, X, S
Secondary
Secondary
clarifier
effluent:
Qe, X, S
O
RAS line: Q, X., S
Activated sludge control volume
WAS line:
Qwx, S
Chapter 10 Solutions
Materials Science And Engineering
Ch. 10 - Prob. 1QAPCh. 10 - Prob. 2QAPCh. 10 - Prob. 3QAPCh. 10 - Prob. 4QAPCh. 10 - Prob. 5QAPCh. 10 - Prob. 6QAPCh. 10 - Prob. 7QAPCh. 10 - Prob. 8QAPCh. 10 - Prob. 9QAPCh. 10 - Prob. 10QAP
Ch. 10 - Prob. 11QAPCh. 10 - Prob. 12QAPCh. 10 - Prob. 13QAPCh. 10 - Prob. 14QAPCh. 10 - Prob. 15QAPCh. 10 - Prob. 16QAPCh. 10 - Prob. 17QAPCh. 10 - Prob. 18QAPCh. 10 - Prob. 19QAPCh. 10 - Prob. 20QAPCh. 10 - Prob. 21QAPCh. 10 - Prob. 22QAPCh. 10 - Prob. 23QAPCh. 10 - Prob. 24QAPCh. 10 - Prob. 25QAPCh. 10 - Prob. 26QAPCh. 10 - Prob. 27QAPCh. 10 - Prob. 28QAPCh. 10 - Prob. 29QAPCh. 10 - Prob. 30QAPCh. 10 - Prob. 31QAPCh. 10 - Prob. 32QAPCh. 10 - Prob. 33QAPCh. 10 - Prob. 34QAPCh. 10 - Prob. 35QAPCh. 10 - Prob. 36QAPCh. 10 - Prob. 38QAPCh. 10 - Prob. 1DPCh. 10 - Prob. 2DPCh. 10 - Prob. 4DPCh. 10 - Prob. 5DPCh. 10 - Prob. 6DPCh. 10 - Prob. 7DPCh. 10 - Prob. 8DPCh. 10 - Prob. 9DPCh. 10 - Prob. 10DPCh. 10 - Prob. 1FEQPCh. 10 - Prob. 2FEQPCh. 10 - Prob. 3FEQP
Knowledge Booster
Similar questions
- b) Workers in a 1000 m³ processing room in a plastics factory are exposed to vinyl chloride (C2H3CI) gas, which is emitted when the plastic pellets are heated to make the final products. a) If the air change rate in the room is 0.21/h and the source strength of C2H3Cl is 68 mg/h, what is the steady state concentration of C2H3Cl (in mg/m³ and in ppmv) in the room at 25°C and 1 atm? Assume that C2H3Cl is conservative and that the concentration of the gas in the ambient air is zero. What is the concentration of vinyl chloride gas (in ppmv) in the same room 6 hours after all the machines are turned off at the end of the day?arrow_forwardPython - need help creating a python program that will sum the digits of a number entered by the user. For example if the user inputs the value 243 the program will output 9 because 2 + 4 + 3 = 9. The program should ask for a single integer from the user, it should then calculate the sum of all the digits of that number and output the result.arrow_forwardI need help with this in Python (with flowchart): Im creating a reverse guessing game. Then to choose a random number from 1 to 100 and the computer program will attempt to guess it, displaying the directions calculated or not. The guess will be displayed and the user will answer if it was correct or not. If correct, the game ends, if not then the computer asks if the guess was too high or too low. Finally inputting an answer and the computer generates a new guess within the proper range. Oh and to make sure the program doesnt guess outside of the ranges produced by the inputs of “too high” and “too low”. The program ending when the user guesses correctly or after the program takes 6 guesses. HELP ASAP!arrow_forward
- 1) The reaction for the coagulation of water with alum is shown below. a. Balance the equation. Al2(SO4)3.18H2O + Aluminum sulfate (alum) HCO3- ←→ __AI(OH)3 + CO₂+ _H2O+ SO2- Bicarbonate precipitate ion b. If 125 mg/L of bicarbonate is in the water and the plant treats 432,000 L/d, how much aluminum hydroxide precipitate will the treatment plant operator need, to dispose of daily (in kg/d)?arrow_forwardI need help with this in Python (with flowchart): Im creating a reverse guessing game. Then to choose a random number from 1 to 100 and the computer program will attempt to guess it, displaying the directions calculated or not. The guess will be displayed and the user will answer if it was correct or not. If correct, the game ends, if not then the computer asks if the guess was too high or too low. Finally inputting an answer and the computer generates a new guess within the proper range. Oh and to make sure the program doesnt guess outside of the ranges produced by the inputs of “too high” and “too low”. The program ending when the user guesses correctly or after the program takes 6 guesses. HELP ASAP!arrow_forwardI am doing an assignment regarding building diagnosis. Please provide answer, explanation and useful links for learning purposes.arrow_forward
- Need help finding errors in my pseudocode (Two)! Declare Boolean finished = False Declare Integer value, cube While NOT finished Display "Enter a value to be cubed." Input value; Set cube = value^3 Display value, " cubed is ", cube End While Next, I intended the following pseudocode to display the numbers 1 through 60, and then display the message "Time’s up!". Doesnt work and has error. Declare Integer counter = 1 Const Integer TIME_LIMIT = 60 While counter < TIME_LIMIT Display counter Set counter = counter + 1 End While Display "Time's up!"arrow_forwardHaving error in pseudcode; wanting to get five sets of two numbers each, calculate the sum of each set, and calculate the sum of all the numbers entered. Not functioning as intended and can't find the error.Code: // This program calculates the sum of five sets of two numbers. Declare Integer number, sum, total Declare Integer sets, numbers Constant Integer MAX_SETS = 5 Constant Integer MAX_NUMBERS = 2 Set sum = 0; Set total = 0; For sets = 1 To MAX_NUMBERS For numbers = 1 To MAX_SETS Display "Enter number ", numbers, " of set ", sets, "." Input number; Set sum = sum + number End For Display "The sum of set ", sets, " is ", sum "." Set total = total + sum Set sum = 0 End For Display "The total of all the sets is ", total, "."arrow_forwardNeed help converting loops!1. Convert the following While loop to a For loop: Declare Integer count = 0 While count < 50 Display "The count is ", count Set count = count + 1 End While _________________________________________________ 2. Convert the following For loop to a While loop: Declare Integer count For count = 1 To 50 Display count End Forarrow_forward
- Need help making this!1.Design a nested loop that displays 10 rows of # characters. There should be 15 # characters in each row. 2. Design a nested set of for loops that displays the following arrangements of ‘X’ characters X XX XXX XXXX XXXXX XXXXXXarrow_forwarda 300n girl and an 400n boy stand on a 16m platform supported by posts A and B. The platform itself weighs 200N. What are the forces exerted by the supports on the platform?arrow_forwardThree transportation projects have been proposed to increase the safety in and around a residential neighborhood. Each project consists of upgrading existing street signing to highly retroreflective sheeting to increase visibility. The following table shows the initial construction costs, annual operating costs, useful life of the sheeting, and salvage values for each alternative. Annual Operations and Maintenance Initial Construction Alternative Cost ($) 1 16,000 2 3 7,500 18,000 Costs ($) 2,000 3,750 2,000 Useful Life (years) Salvage Value ($) 10 5 10 6,000 850 7,300 Assume that the discount rate is 10 percent. Calculate the present worth (in dollars) for each alternative. (Assume for Alternative 2 that new sheeting must be purchased at the end of the first five years, and that all operations and maintenance costs are due at the end of each year.) PW1 PW 2 = $25967 Your response differs from the correct answer by more than 10%. Double check your calculations. = $21185.5 x PW 3 = $…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- MATLAB: An Introduction with ApplicationsEngineeringISBN:9781119256830Author:Amos GilatPublisher:John Wiley & Sons IncEssentials Of Materials Science And EngineeringEngineeringISBN:9781337385497Author:WRIGHT, Wendelin J.Publisher:Cengage,Industrial Motor ControlEngineeringISBN:9781133691808Author:Stephen HermanPublisher:Cengage Learning
- Basics Of Engineering EconomyEngineeringISBN:9780073376356Author:Leland Blank, Anthony TarquinPublisher:MCGRAW-HILL HIGHER EDUCATIONStructural Steel Design (6th Edition)EngineeringISBN:9780134589657Author:Jack C. McCormac, Stephen F. CsernakPublisher:PEARSONFundamentals of Materials Science and Engineering...EngineeringISBN:9781119175483Author:William D. Callister Jr., David G. RethwischPublisher:WILEY

MATLAB: An Introduction with Applications
Engineering
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc

Essentials Of Materials Science And Engineering
Engineering
ISBN:9781337385497
Author:WRIGHT, Wendelin J.
Publisher:Cengage,

Industrial Motor Control
Engineering
ISBN:9781133691808
Author:Stephen Herman
Publisher:Cengage Learning

Basics Of Engineering Economy
Engineering
ISBN:9780073376356
Author:Leland Blank, Anthony Tarquin
Publisher:MCGRAW-HILL HIGHER EDUCATION

Structural Steel Design (6th Edition)
Engineering
ISBN:9780134589657
Author:Jack C. McCormac, Stephen F. Csernak
Publisher:PEARSON

Fundamentals of Materials Science and Engineering...
Engineering
ISBN:9781119175483
Author:William D. Callister Jr., David G. Rethwisch
Publisher:WILEY