Remember that straight lines are 180°. For #1 angle 1 would be 40°, since 140°+40°=180°
Answer:
1/4 of the sandwich
Step-by-step explanation:
Lets make 1 the whole sandwich. The sandwich is divided among 4 people so it becomes 1/4.
I have 2 answers in mind
Answer #1:

Step-by-step explanation:
quotient means the answer to 2 things being divided so the quotient of y and z would be
because there is no numerical value.
Answer #2:
1
Step-by-step explanation:
Usually, when a letter is left by itself in an equation it usually has an invisible one in front of it. so when dividing y by z it would equal 1/1 which is equal to one.
Hope this helps :)
<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: my childhood Memories
We're going on a trip in our favorite rocket ship
Zooming through the sky, Little Einsteins
the black/hood verse
"We're going on to the club in our favorite range rover
Zooming through the hood, Little gangsta's"