Answer: $14575
$55000
6.5%
5 years
Total Payment Amount: $72875
Yearly payment :$72875/5= $14575
Answer:
void bubble_sort( int A[ ], int n ) {
int temp;
for(int k = 0; k< n-1; k++) {
// (n-k-1) to ignore comparisons of already compared iterations
for(int i = 0; i < n-k-1; i++) {
if(A[ i ] > A[ i+1] ) {
// swapping occurs here
temp = A[ i ];
A[ i ] = A[ i+1 ];
A[ i + 1] = temp ;
}
}
}
}
Explanation:
<h3>1.*Frame Structure have joins which keep them together whereas Shell Structure have no joins.</h3><h3>*Shell Structure usually only support their own weight whereas Frame Structure support others weight as well as themselve.</h3>
Answer:
13177.34 J
Explanation:
Work done = force × distance
work done by the engine = kinetic energy + potential energy + work done friction
kinetic energy due to the car's speed = 1/2mv² = 4468.5 J
potential energy due to the height = mgh = 993 kg × 9.8 m/s² × 0.6 m = 5838.84 J
work done by friction = 2870 J
work done by engine = 5838.84 J + 2870 J + 4468.5 J = 13177.34 J