Using the reaction on below:
Sn(s) + Pb²+ (aq) → Sn²+ (aq) + Pb(s)
a. Write the oxidation and reduction half reaction.
b. Construct a cell diagram.
c. Write the overall equation of the reaction.
d. Solve for the cell potential.
A ray of light is incident through glass, with refractive index 1.52, on an interference separating glass and water with refractive index 1.32. What is the angle of refraction if the angle of incidence of the ray in glass is 25°?
Make a c++ that will calculate the total expenses and cash left of Miss Carla after spending the following:
Cash-4,050.00
B&W perfume-700.50
B&W lotion-560.85
Dresses-2072.50
Note: the program must display the cash left and total expenses.
THE FOLLOWING ARE THE HEIGHTS OF FOUR STUDENTS IN CENTIMETERS. SUPPOSE SAMPLES SIZE 2 ARE TAKEN FROM THIS POPULATION OF FOUR STUDENTS.
STUDENTS HEIGHT (in cm)
CARDO 125
ALYANA 120
JOAQUIN 130
FLORA 110
a. how many samples are possible?
b. construct the sampling distribution of the sample means
c. construct the histogram of the sampling distribuyion of the sample means
by CodeChum Admin
They said pyramids were created by aliens, so if you can make a pyramid you might be able to qualify as an alien.
Instructions:
Input
1. Integer n
Output
Enter·n:·4
T
TT
TTT
TTTTby CodeChum Admin
Most, if not all things have numeric values. That goes for characters too. In order to find out which character has a higher value, we have to compare them with each other and display the value of the higher character.
Instructions:
Input
1. First character
2. Second character
Output
Enter·first·character:·a
Enter·second·character:·h
Result·value·=·104What is the wavelength of EM radiation that ejects 2.00 -eV electrons from calcium metal, given that the binding energy is 2.71 eV? What type of EM radiation is this?
Create a c++ program that let the user input his/here grade on the following subjects: Programming, web application, oral communication, multimedia and physics and calculate the average.
Note: the program must also display/output the subjects will grades from the user and the average.
Write a program to perform basic to class conversion [Such as there is a class named: “conversion” with data members: feet and inches (both int)] Convert basic type(int) height in terms of total number of inches into equivalent feet and inches (class type) and display output on screen
6.10.
Write a program that takes data, a word at a time and reverses the words of the line.
Sample input/output dialogue: Input string value: birds and bees
Reversed: bees and birds