Answer: 21
Step-by-step explanation:
84 divided by 4 = 21 since grabielle is 21, and then mikhail is gonna be 3 times more so it’s gonna be 63
<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>
<span>-x^2 + x-1=0 divide by (-) </span><span><span>
</span>
</span><span>x^2-x+1=0 </span><span><span>
</span>
</span><span>x=1/2(+-) root of (1/2)^2-1 </span><span><span>
</span>
</span><span>x=1/2(+-) root of (1/4)-1 </span><span><span>
</span> </span><span><span>
</span></span><span>x=1/2(+-) root of (1/4)-1 </span>
<span>
x=1/2(+-) root of (1/4)-((4*1)/4) </span>
<span>
x=1/2(+-) root of (-3/4)
</span>
<span>which has not answers, because we can not take a root of negatives numbers</span>
The height of flagpole is 12.5 feet.
Step-by-step explanation:
Given,
Height of woman = 5 foot
Shadow of woman = 6 feet
Ratio of height to shadow = 5:6
Shadow of flagpole = 15 foot
Height of flagpole = x
Ratio of height to shadow = x:15
Using proportion;
Ratio of height to shadow :: Ratio of height to shadow

Product of mean = Product of extreme

Dividing both sides by 6

The height of flagpole is 12.5 feet.
Keywords: ratio, proportion
Learn more about proportion at:
#LearnwithBrainly
Answer:
need help ....................