Step-by-step explanation:
We want to find two things-- the speed of the boat in still water and the speed of the current. Each of these things will be represented by a different variable:
B = speed of the boat in still water
C = speed of the current
Since we have two variables, we will need to find a system of two equations to solve.
How do we find the two equations we need?
Rate problems are based on the relationship Distance = (Rate)(Time).
Fill in the chart with your data (chart attached)
The resulting speed of the boat (traveling upstream) is B-C miles per hour. On the other hand, if the boat is traveling downstream, the current will be pushing the boat faster, and the boat's speed will increase by C miles per hour. The resulting speed of the boat (traveling downstream) is B+C miles per hour. Put this info in the second column in the chart. Now plug it into a formula! <u>Distance=(Rate)(Time) </u>Now solve using the systems of equations!
Answer:
64 : 343
Step-by-step explanation:
When working with scale factors
Lengths are related by the scale factor
perimeters are related by the scale factor
areas are related by the scale factor squared
volumes are related by the scale factor cubed
The scale factor is 4:7
The volumes are related by 4^3 : 7^3
64 : 343
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
The perimeter of a triangle is the sum of all its side lengths
11.3 + 14.7 + x < 44
Combine like terms
26 + x < 44
Subtract 26 from both sides.
x < 18