Answer:
Please see the attached Picture for the complete answer.
Explanation:
Answer:
#include <stdio.h>
typedef struct InventoryTag_struct {
int itemID;
int quantityRemaining;
} InventoryTag;
int main(void) {
InventoryTag redSweater;
redSweater.itemID = 314;
redSweater.quantityRemaining = 500;
/* Your solution goes here */
printf("Inventory ID: %d, Qty: %d\n",redSweater.itemID,redSweater.quantityRemaining);
getchar();
return 0;
}
Explanation:
Answer: 12.4 feet
Explanation:
If there is a smooth transition and there is no change in slopes, energy considerations can be used
The cube has a kinetic energy of
ke = mv^2/2 = 10 lbm * 20^2ft^2/s^2 / 2 = 2000 lbm-ft^2 / s^2
At the highest point when there is a gain in potential energy
pe = mgh = 10 lbm * 32.2 ft/s^2 * h ft = 322 lbm ft^2/s^2
If there is no loss in energies,
pe = ke
322h lbm ft^2/s^2 = 2000 lbm ft^2/s^2
h = 2000 /322 = 6.211 (ft)
= h / sin(30) = 12.4 ft