Workers who work with TOXIC chemicals may require regular medical checkups on a more frequent basis as a result of contact.
Answer:
Jordan has more green paints
Explanation:
Given


Required
Which paint does he have more?
For better understanding, it's better to convert both measurements to decimal.
For the green paint:


For the blue paint:


By comparison:

<em>This means that Jordan has more green paints</em>
Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Answer:
ik true eedcggftggggfffff
Answer:
Rate of heat transfer to river=1200MW
So the actual amount of heat rejected ti the river will be less as there will some heat loss to surrounding and in pipes
Explanation:
In order to find the actual heat transfer rate is lower or higher than its value we will first find the rate of heat transfer to power plant:


From First law of thermodynamics:
Rate of heat transfer to river=heat transfer to power plant-work done
Rate of heat transfer to river=2000-800
Rate of heat transfer to river=1200MW
So the actual amount of heat rejected ti the river will be less as there will some heat loss to surrounding and in pipes.