Answer: k=1
Step-by-step explanation: PQ already equals ST
Answer:
it is D because my teacher and I did a sample test and these were one of the questions plus I've seen people with the same answer for this question. take my word for it
Step-by-step explanation:
hope this helps :D (pls brainliest
10 5/12 can be turned into a improper fraction by multiplying 10 and 12. You get 120. Then you can add 5 and get 125/12.
THE ANSWER IS 125/12!
<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:
9(2p-18) and 2(9p-18)
Step-by-step explanation: