Answer:
SOHCAHTOA.
Step-by-step explanation:
acronym is an abbreviation formed from the initial letters of other words and pronounced as a word
The acronym for sin cosine and tangent is
SOHCAHTOA
Sine =Opposite over Hypotenuse
Cosine= Adjacent over Hypotenuse
Tangent= Opposite over Adjacent
The y-intercept is (0,12), or just 12, hope this helps
The height of an interior residential door is about 7 ft.
Doors on commercial buildings or upscale residences may be taller. The usual width is about 3 ft.
_____
My front door measures 6 2/3 ft high by about 3 ft wide. My bedroom doors are 2 1/2 ft wide. The minimum for ADA-compliant doors is 2 2/3 ft.
<span>#include <iostream>
using namespace std;
class InventoryTag {
public:
InventoryTag();
int getQuantityRemaining() const;
void addInventory(int numItems);
private:
int quantityRemaining;
};
InventoryTag::InventoryTag() {
quantityRemaining = 0;
}
int InventoryTag::getQuantityRemaining() const {
return quantityRemaining;
}
void InventoryTag::addInventory(int numItems) {
if (numItems > 10) {
quantityRemaining = quantityRemaining + numItems;
}
}
int main() {
InventoryTag redSweater;
int sweaterShipment = 0;
int sweaterInventoryBefore = 0;
sweaterInventoryBefore = redSweater.getQuantityRemaining();
sweaterShipment = 25;
cout << "Beginning tests." << endl;
// FIXME add unit test for addInventory
/* Your solution goes here */
cout << "Tests complete." << endl;
return 0;
}</span>
Answer:
1. real number, irrational number
2. rational number, real number