Answer:
science = 
English = 
Math = 4 hours
Step-by-step explanation:
let the number of hours spend on science = x
Hence the number of hours on English will be = 2x
Given that the number of hours spend on science is one third of the time spend on maths. Hence the time spend on math is 3 times that of the time spend on science. That the time spend on maths is = 3x
Hence the total time to study is
x+2x+3x
which is given as 8 hours
Hence
x+2x+3x =8
6x=8
dividing both sides by 6



Hence the number of hours foe studying science = 
Number of hours to study English =
=
Number of hours to study Math=
=
Y=1/2 (8-x)+3 if you're doing y=mx+b
Given :
M(6,5) is the mid-point of the straight line joining A(2 , 3) to the
point B.
To Find :
The coordinates of B.
Solution :
Let, coordinates of point B is ( h , k ) .
It is given that M is the mid - point of the straight line joining points A and B.
Coordinates of M is given by :

Therefore, coordinates of point B is ( 10 , 7 ).
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:
Sample: few thousand adults
Population: all the adults
Step-by-step explanation:
A sample is a subset of the population, selected randomly.
In this case:
The sample consist of the few thousand adults selected to determine the opinions about the National polls.
The population consist of all the adults belonging to the said nation.
Consider an example about the new President election.
To determine which of the two candidates (say <em>A</em> and <em>B</em>) has a higher probability of winning the President election, the election society took a random sample of voters and asked who they think will be a better president.
The sample selected will be large enough, probably 10% of the population of all voters.
From this study it can be estimated which candidate has the higher chance of winning.