Unlike charges attracting each other
Explanation:
It is given that,
Power of EM waves, P = 1800 W
We need to find the intensity at a distance of 5 m. Also, the rms value of the electric field.
Intensity,

The formula that is used to find the rms value of the electric field is as follows :

c is speed of light and
is permittivity of free space
So,

Hence, this is the required solution.
Answer:
Explanation:
1. We use the conservation of momentum for before the raining and after. And also we take into account that in 0.5h the accumulated water is
100kg/h*0.5h = 50kg

2. the momentum does not conserve because the drag force of water makes that the boat loses velocity
3. If we assume that the force of the boat before the raining is

where we have assumed that the acceleration of the boat is 1m/s{2} just before the rain starts
And if we take the net force as

where we take v=1m/s because we are taking into account tha velocity just after the rain stars.
I hope this is useful for you
regards
Answer:
If jack is in the piece of furniture it would submerge.
Explanation:
The piece of furniture would submerge if the weight applied on the furniture is greater than the maximum buoancy force the water can provide.
maximum buoacy force = density of liquid × volume submerged× acceleration due to gravity.
= 
v = area × thickness of pine

= 0.075 
therefore buoancy force = 1025×0.075×9.8 N
= 753.375 N
weight of rose alone = 46×9.8 N = 450.8 N
weight of jack alone = 58×9.8 = 568.4 N
weight of pine = density of pine × volume of pine
= 350 × 0.075= 26.25 N
weight of pine + weight of rose = 450.8+26.25=477.05 N
weight of pine + rose + jack = 477.05 + 568.4 = 1045.45 N
therefore if jack is in the piece of furniture it would submerge.
Answer:
True, check attachment for code
Explanation:
To convert java strings of text to upper or lower case, we can use and inbuilt methods To Uppercase and To lower case.
The first two lines of code will set up a String variable to hold the text "text to change", and then we print it out.
The third line sets of a second String variable called result.
The fourth line is where the conversion is done.
We can compare the string
We can compare one string to another. (When comparing, Java will use the hexadecimal values rather than the letters themselves.) For example, if we wanted to compare the word "Fat" with the word "App" to see which should come first, you can use an inbuilt string method called compareTo.
Check attachment for the code