<em>The</em><em> </em><em>value</em><em> </em><em>of</em><em> </em><em>p</em><em> </em><em>is</em><em> </em><em>1</em><em> </em><em>3</em><em>/</em><em>4</em>
<em>Look</em><em> </em><em>at</em><em> </em><em>the</em><em> </em><em>attached</em><em> </em><em>picture</em>
<em>Hope</em><em> </em><em>it</em><em> </em><em>will</em><em> </em><em>help</em><em> </em><em>you</em>
<em>Good</em><em> </em><em>luck</em><em> </em><em>on</em><em> </em><em>your</em><em> </em><em>assignment</em>
$249.......................................
<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:

or
5.32cm correct to 2 decimal places
Step-by-step explanation:
This is a right angled triangle from what I know so we have to apply pythagoras theorem.

we need to rearrange this to find a²


This can either be written as a fraction or decimal.

OR

correct to 2 decimal places