Let the speed for the first 12 mi be x mi/h, the speed for 18 mi was (x+4) mi/h
thus given that
time=distance/speed
the average time will be:
3=(12+18)/(x+x+4)
3=30/(2x+4)
solving for x we get
3(2x+4)=30
6x+6=30
6x=24
x=4 mi/hr
Answer: 12 mi/hr
Answer:
2 2/9
Step-by-step explanation:
<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:
36 cm
Step-by-step explanation:
Answer:
it reduces to 7:8
Step-by-step explanation:
just put it like a fraction like 140/160. it simplifies to 7/8