Answer:
6, 8, 10
Step-by-step explanation:
x y and z are three consecutive even numbers
it means that you can write y = x + 2
and z = y + 2 = x + 4
so


so the solutions are
x = 6
y = 8
x = 10
<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>
<em>Look</em><em> </em><em>at</em><em> </em><em>the</em><em> </em><em>attached</em><em> </em><em>picture</em><em>⤴</em>
<em>Hope</em><em> </em><em>this</em><em> </em><em>will</em><em> </em><em>help</em><em> </em><em>u</em><em>.</em><em>.</em><em>.</em>
Answer:
75 % passed
25 % did NOT pass
Step-by-step explanation:
Answer:
-3a
Step-by-step explanation:
Ignore the variable since they are the same, apple and apples, and simply pay attention to the coefficient