The slope of the line is -3/4
<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>
5 girls : 4 boys
5 + 4 = 9 students
= 27 students ( 5girls / 9 students )
*cancel students units*
= 27 ( 5 girls / 9)
= 15 girls
Hi!
The combination of 4 digit numbers using those numbers are: 3, 276; 3, 762; 3, 267; 3, 726; 3, 672 etc. This is pretty easy, now you try.
Hope I helped! Have a nice day!
Answer:
<h2>P = 48</h2><h2>A = 144 </h2>
Step-by-step explanation:
The formula of regular polygon with <em>n</em> sides of length <em>b</em> and apothem <em>a</em>:

We have:
n = 6
b = 8
a = 6
Substitute:

The perimeter:
