Answer:
Option A, B and D
Explanation:
Jack can easily convince boss if he focus around two major aspects of the company
a) Revenue enhancement - Jack must outline the benefits of his research that can be used to improvise customer offerings and hence can be further used to devise more energy-efficient options to customer
b) Reduction in mistakes - Issues such as poor implementation can be avoided with better approach and understanding.
Hence, option A, B and D are correct
Answer:
The code will be:
#include <stdio.h>
#include <stdlib.h>
main () {
double weight, shippingCharge, rate, segments;
int distance;
printf("Enter the weight: \n");
scanf("%lf", &weight);
printf("Enter the distance: \n");
scanf("%i", &distance);
if (weight <= 10) {
printf("Rate is $3.00 \n");
rate = 3;
} else {
printf("Rate is $5.00 \n");
rate = 5;
}
if (distance % 500 == 0) {
segments = distance / 500;
} else {
segments = distance / 500 + 1;
}
shippingCharge = rate * segments;
if (distance >1000) {
shippingCharge = shippingCharge + 10;
}
printf("Your shipping charge is $%lf\n", shippingCharge);
system ("pause");
}
Answer:
“An OSHA 300 log is where companies record the injuries that occur at the workplace,” said Luna. “By law, they have to report all the injuries to OSHA.” The OSHA law gives workers and their unions the right to have access to injury logs.
Answer:
(a) maximum positive reaction at A = 64.0 k
(b) maximum positive shear at A = 32.0 k
(c) maximum negative moment at C = -540 k·ft
Explanation:
Given;
dead load Gk = 400 lb/ft
live load Qk = 2 k/ft
concentrated live load Pk =8 k
(a) from the influence line for vertical reaction at A, the maximum positive reaction is
= 2*(8) +(1/2(20 - 0)* (2))*(2 + 0.4) = 64 k
See attachment for the calculations of (b) & (c) including the influence line