Answer:
The laptop will not fit in the case.
Step-by-step explanation:
We need to find the width of the laptop to know if it fits in the case. We have:
<u>For the laptop</u>:
h: is the height of the laptop = 10 inch
d: is the widescreen of the laptop (diagonal) = 17 inch
w: is the width of the laptop =?
<u>For the laptop case</u>:
H: is the height of the laptop case = 10.5 inch
W: is the width of the laptop case = 13 inch
So, the width of the laptop can be found by using Pitagoras:


Hence, the laptop is 13.7 inches wide.
Therefore, since the laptop is wider than the case, the laptop will not fit in the case.
I hope it helps you!
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Answer:
Step-by-step explanation:
<u>Given line:</u>
<u>Convert the equation into slope-intercept form:</u>
- x - 4y = 20
- 4y = x - 20
- y = 1/4x - 5
It has a slope of 1/4.
Parallel lines have equal slopes.
<u>Find the parallel line lines that passes through the point (2, - 5):</u>
<u>Substitute x and y values to work out the value of b:</u>
- - 5 = 1/4*2 + b
- - 5 = 1/2 + b
- b = - 5 - 1/2
- b = - 11/2
<u>The line is:</u>
<u>Covert this into standard form:</u>
- y = 1/4x - 11/2
- 4y = x - 22
- x - 4y = 22
Answer:
I love this app welcome to the club
Answer:
C = 6.28 in.
A = 3.14 in.^2
Step-by-step explanation:
C = (pi)d
C = 3.14 * 2 in.
C = 6.28 in.
A = (pi)r^2
r = d/2 = 2 in./2 = 1 in.
A = 3.14 * (1 in.^2)
A = 3.14 in.^2