Answer:
The factor of the diameter is 0.95.
Explanation:
Given that,
Power of old light bulb = 54.3 W
Power = 60 W
We know that,
The resistance is inversely proportional to the diameter.

The power is inversely proportional to the resistance.


We need to calculate the factor of the diameter of the filament reduced
Using relation of power and diameter

Put the value into the formula



Hence, The factor of the diameter is 0.95.
Answer:
Explanation:
Since the wires attract each other , the direction of current will be same in both the wires .
Let I be current in wire which is along x - axis
force of attraction per unit length between the two current carrying wire is given by
x 
where I₁ and I₂ are currents in the wires and d is distance between the two
Putting the given values
285 x 10⁻⁶ = 10⁻⁷ x 
I₂ = 16.76 A
Current in the wire along x axis is 16.76 A
To find point where magnetic field is zero due the these wires
The point will lie between the two wires as current is in the same direction.
Let at y = y , the neutral point lies
k 2 x
= k 2 x 
25.5y = 16.76 x .3 - 16.76y
42.26 y = 5.028
y = .119
= .12 m
Answer:
c) The slope is not constant and increases with increasing time.
Explanation:
The equation for the position of this particle (starting from rest is)

We can take derivative of this with respect to time t to get the equation of slope:

As time t increase, the slope would increases with time as well.
Answer:
Time spent on the greenway road = 4.5 hours
Time spent on the 2 lane road = 1.5 hours
Explanation:
The distance of the trip is 360 miles and the initial speed of the car is 62 miles/hr and after the road became 2 lane highway the car slowed to 54 miles/hr.
Let us divide the trip into two
Greenway
speed = distance/time
speed = 62 mph
time = a
distance = speed × time
distance = 62a
2 lane highway
speed = distance/time
speed = 54 mph
time = b
distance = speed × time
distance = 54b
Total distance
62a + 54b = 360......................(i)
Total time
a + b = 6..............................(ii)
a = 6-b
insert a in equation (i)
62(6-b) + 54b = 360
372 - 62b + 54b = 360
-8b = 360-372
-8b = - 12
b = 12/8
b = 1.5
from equation (ii)
a + 1.5 = 6
a = 6 - 1.5
a = 4.5
%d is a format specifier that is a placeholder for an int value. It tells the compiler that we want to print an integer value that is present in variable a. In this way there are several format specifiers in c.