Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer:
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
Explanation:
Load and Resistance Factor Design
there are 7 basic load combination of LRFD that is
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
and
here load factor for L given ( * ) mean it is permitted = 0.5 for occupancies when live load is less than or equal to 100 psf
here
D is dead load and L is live load
E is earth quake load and S is snow load
W is wind load and R is rain load
Lr is roof live load
Answer:Counter,
0.799,
1.921
Explanation:
Given data




Since outlet temperature of cold liquid is greater than hot fluid outlet temperature therefore it is counter flow heat exchanger
Equating Heat exchange
![m_hc_{ph}\left [ T_{h_i}-T_{h_o}\right ]=m_cc_{pc}\left [ T_{c_o}-T_{c_i}\right ]](https://tex.z-dn.net/?f=m_hc_%7Bph%7D%5Cleft%20%5B%20T_%7Bh_i%7D-T_%7Bh_o%7D%5Cright%20%5D%3Dm_cc_%7Bpc%7D%5Cleft%20%5B%20T_%7Bc_o%7D-T_%7Bc_i%7D%5Cright%20%5D)
=
we can see that heat capacity of hot fluid is minimum
Also from energy balance

=


NTU=1.921





Answer:
A motion sensor uses one or multiple technologies to detect movement in an area. When a sensor detects motion, it sends a signal to your security systems control panel, which connects to your monitoring panel system. This alerts you and the monitoring center to a potential threat in your home.
Hope It Helps You................
Answer: The answer is D
D.In hydraulic systems, the operating temperatures must be kept between 170�F and 180°F
Explanation:
The operating temperature for hydraulic systems is 140°F and below. Anything above this temperature is too high and will reduce the useful life of hydraulic fluid.
Most often problems associated with hydraulic systems are caused by fluid contaminated with particulate matter.