Table B of course they follow by the order instead of table A
Answer:
55.96 miles
Step-by-step explanation:
Distance = Speed X time
Car first moved east for 1 hr , distance = 40 x 1 = 40 miles
Car then moved north-east for 30 min, distance = 40 x 0.5 = 20 miles
From trigonometry,
sin 45 =
; y = 20 sin 45 ; y= 14.14 miles
cos 45 =
; x = 20 cos 45 ; x = 14.14 miles
using Pythagoras theorem;
=
+ 
=
+ 
= 3131.08
= 
z = 55.96 miles
This is the answer in exact form
<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:

Here,
denotes number of frosting flowers
Step-by-step explanation:
Let
denotes number of frosting flowers.
Amount charged by baker for each batch of cupcakes = $30
Amount charged for each frosting flower = $0.09
So,
Amount charged for
frosting flowers = 
Therefore,
Total cost of a batch of cupcakes with frosting flowers = 