Answer:
D
Explanation:
To know which is most or least cost-effective, it's not enough to look at only the per day rate, or only the time to complete. You have to multiply them to get the total cost of the project.
![\left[\begin{array}{ccccc}&Cost\ per\ day\ (\$)&Time\ to\ complete\ (days)&Total\ cost\ (\$)\\Zoe&500&8&4000\\Greg&650&10&6500\\Orion&400&12&4800\\Jin&700&5&3500\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccccc%7D%26Cost%5C%20per%5C%20day%5C%20%28%5C%24%29%26Time%5C%20to%5C%20complete%5C%20%28days%29%26Total%5C%20cost%5C%20%28%5C%24%29%5C%5CZoe%26500%268%264000%5C%5CGreg%26650%2610%266500%5C%5COrion%26400%2612%264800%5C%5CJin%26700%265%263500%5Cend%7Barray%7D%5Cright%5D)
As you can see, Greg is the least cost-effective because he charges the most for the project.
Answer:
Advantages of data analysis
Ability to make faster and more informed business decisions, backed by facts. Helps companies identify performance issues that require action. ... can be seen visually, allowing for faster and better decisions.
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
Yes, fracture will occur
Explanation:
Half length of internal crack will be 4mm/2=2mm=0.002m
To find the dimensionless parameter, we use critical stress crack propagation equation
and making Y the subject

Where Y is the dimensionless parameter, a is half length of crack, K is plane strain fracture toughness,
is critical stress required for initiating crack propagation. Substituting the figures given in question we obtain

When the maximum internal crack length is 6mm, half the length of internal crack is 6mm/2=3mm=0.003m
and making K the subject
and substituting 260 MPa for
while a is taken as 0.003m and Y is already known

Therefore, fracture toughness at critical stress when maximum internal crack is 6mm is 42.455 Mpa and since it’s greater than 40 Mpa, fracture occurs to the material
4.75cm * 5.22cm is 24.795cm²
but let's do this with m² instead:
0.0475m * 0.0522m = 0.0024795
now we can compare it with the 49780 much easier.
devide. that's the <u>roughly</u> 20,000,000fold of the plot, but it's still squared, so let's take the root
so the representative fraction is 1:4,480.
the exact value is in the screens
have a nice day:)