Answer:
x=13
Step-by-step explanation:
Switch sides:
2x−9=17
Add 9 to both sides:
2x−9+9=17+9
Simplify
2x=26
Divide both sides by 2:
2x/2 =26/2
Simplify to get the result.
x=13
<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>
I believe 1 is 3.8, b/c 1.9*2 is 3.8, and the difference between exponents makes 3 zeros, so 2000.
The second one is 40, I confirmed this by doing .0001 to replicate 10 to the negative 4th power
By doing 9.5*.0001*40, I got the 0.038 from 1