Answer:
Gross building area
Explanation:
The Gross building area refers to the entire area of a building covering all the floors. The measurement is expressed in square feet. The Gross building area also includes basements, penthouses, and mezzanines. It is calculated by estimating the exterior dimension of the building. Storage rooms, laundries, staircases are also a part of the gross building area.
Answer:
Weight(lb): 10
Flat fee(cents): 75
Cents per pound: 25
Shipping cost(cents): 325
Explanation:
we run this as a jave programming language
import java.util.Scanner;
public class Shipping Calculator {
public static void main (String [] args) {
int shipWeightPounds = 10;
int shipCostCents = 0;
final int FLAT_FEE_CENTS = 75;
final int CENTS_PER_POUND = 25;
shipCostCents = FLAT_FEE_CENTS + CENTS_PER_POUND * shipWeightPound
/* look up the solutioin above */
System.out.println("Weight(lb): " + shipWeightPounds);
System.out.println("Flat fee(cents): " + FLAT_FEE_CENTS);
System.out.println("Cents per pound: " + CENTS_PER_POUND);
System.out.println("Shipping cost(cents): " + shipCostCents);
}
}
Answer:
Explanation:
Given f(x, y) = 5x + y + 2 and g(x, y) = xy = 1
The step by step calculation and appropriate substitution is clearly shown in the attached file.
Answer : 9.36ohms/ temperature
Explanation:
Expression for the variation of resistance of platinum with temperature
Rt= Ro(1+*t)
Rt= resistance @ t°C
Ro= resistance @ 0°C
*= temperature coefficient of resistance
Calculate the change in resistance by putting 120ohms for Ro,
0.0039/K for *
20°C for t
Using this formula:
Rt = Ro(1+*t)
Rt- Ro = Ro*t
= (120ohms)(0.0039/K)(20°C)
= 9.36ohms/K