Answer:
Combination circuit; The basic strategy for the analysis of combination circuits involves using the meaning of equivalent resistance for parallel branches to transform the combination circuit into a series circuit.
Example:
The use of both series and parallel connections within the same circuit. In this case, light bulbs A and B are connected by parallel connections and light bulbs C and D are connected by series connections. This is an example of a combination circuit.
Explanation:
Styrene is a vinyl monomer in which there is a carbon carbon double bond.
The polymerization of the styrene, which is initiated by using a free radical which reacts with the styrene and the compound thus forms react again and again to form polystyrene (PS).
The equation is shown below as:
⇒ ![\begin{matrix}&C_6H_5 \\&|\\ -[-H_2C & -CH-]-_n\end{matrix}](https://tex.z-dn.net/?f=%5Cbegin%7Bmatrix%7D%26C_6H_5%20%5C%5C%26%7C%5C%5C%20-%5B-H_2C%20%26%20-CH-%5D-_n%5Cend%7Bmatrix%7D)
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer:
Part a: The yield moment is 400 k.in.
Part b: The strain is 
Part c: The plastic moment is 600 ksi.
Explanation:
Part a:
As per bending equation

Here
- M is the moment which is to be calculated
- I is the moment of inertia given as

Here
- b is the breath given as 0.75"
- d is the depth which is given as 8"



The yield moment is 400 k.in.
Part b:
The strain is given as

The stress at the station 2" down from the top is estimated by ratio of triangles as

Now the steel has the elastic modulus of E=29000 ksi

So the strain is 
Part c:
For a rectangular shape the shape factor is given as 1.5.
Now the plastic moment is given as

The plastic moment is 600 ksi.