Step-by-step explanation:
okay I think you can solve this question now ☺️
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);
Answer:
8x+140=180
8x=40
x=5°
Step-by-step explanation:
Sum of angles in a straight line=180°
I'm ASSUMING this is a 45-45-90 right triangle and that DF is the hypotenuse.
With that said. Angle F = 45 means that angle = 45 and angle E = 90 degrees.
There is only one rule for 45-45-90 right triangles:
hypotenuse = √(2) * leg
Given the hyp = 16
16 = √(2) * leg
divide both sides by √(2)
16/√(2) = leg
Rationalize the denominator
16√(2)/(√(2)*√(2) =
(16√(2)) / 2 =
8√2
Answer:
4.6 hours
Step-by-step explanation:
we first need to calculate the total distance he covered and total time taken whole for the journey.
Distance= speed X time
time = Distance/speed
let the total distance be X. he covers 2/5 if the journey first.
2/5 = 0.4
Time = 0.4x/45 hours
the remaining journey is 3/5x
he covers 1/3 X 3/5= 0.2x
time taken = 0.2/90 X hours
the remaining distance = 100× 1.2 = 120km
we add 0.4x + 0.2x to get the fraction he had covered
0.6x.
the remaining distance was X - 0.6x = 0.4 X
thus 120 km represents 0.4x of the journey
we calculate now the value of X
0.4x = 120
X = 300km
Total time taken = 0.4x/45 + 0.2/90 + 1.2 hours
replace X to get time
2.7 hours + 0.7 hours + 1.2 hours
= 4.6 hours