Answer:
Total number of chairs in the restaurant = 160.
Step-by-step explanation:
Total number of tables in the restaurant = 50
It is given that 40% of the tables have 2 chairs at each table.
40% of 50 = 
= 20
So, 20 tables have 2 chairs at each table.
Number of chairs required for 20 tables = 20 × 2 = 40
Remaining 60% of the tables have 4 chairs at each table.
60% of 50 = 
= 30
So, 30 tables have 4 chairs at each table.
Number of chairs required for 30 tables = 30 × 4 = 120
Hence, total number of chairs in the restaurant = 40 + 120 = 160.
Your answer is x=1.243927
<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:
look at step by step
Step-by-step explanation:
A) That is the number of bacteria that originally started in the culture
B) That is the rate at which the bacteria will reproduce
C) 1000 represents the number of bacteria at the beginning of the second culture.
The first study started with more bacteria, and will grow faster because of this