<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:
y = 4(x+6)(x-2)
Step-by-step explanation:
y = 4x² + 16x - 48, factor out the 4
y = 4(x² + 4x - 12), find factors of 12
Factors of 12:
1*12, 2*6, 3*4; find a pair that sums to 4x or 4
6-2 = 4, since 12 is a negative number, a number in the factor must be negative, in this case, making 2 negative, would make 6-2 = 4
y = 4(x+6)(x-2)
 
        
             
        
        
        
Answer:
120cm^3
Step-by-step explanation:
 
        
                    
             
        
        
        
I’m going to need a bit more information to offer help on this question. I’m sorry
        
             
        
        
        
Answer:The answer is eight electrons
Step-by-step explanation: