Answer:
» Microsoft word ( word processing )
» Microsoft powerpoint ( presentation )
» Microsoft access ( database mamagement )
» Microsoft excel ( spread sheets )
Explanation:

Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Solution :
The nuclear reaction for boron is given as :

And the reaction for Cadmium is :
![$^{113}\textrm{Cd}_48 + ^{1}\textrm{n}_0 \rightarrow ^{114}\textrm{Cd}_48 + \gamma [5 \ \textrm{MeV}]$](https://tex.z-dn.net/?f=%24%5E%7B113%7D%5Ctextrm%7BCd%7D_48%20%2B%20%5E%7B1%7D%5Ctextrm%7Bn%7D_0%20%5Crightarrow%20%5E%7B114%7D%5Ctextrm%7BCd%7D_48%20%2B%20%5Cgamma%20%5B5%20%5C%20%5Ctextrm%7BMeV%7D%5D%24)
We know that it is easier that to shield or stop an alpha particle (i.e. He nucli) as they can be stopped or obstructed by only a few centimetres of the material. However, the gamma rays ( γ ) can penetrate through the material to a greater distance. Therefore, we can choose the first one.
Answer:
nmuda mudaf A certain vehicle loses 3.5% of its value each year. If the vehicle has an initial value of $11,168, construct a model that represents the value of the vehicle after a certain number of years. Use your model to compute the value of the vehicle at the end of 6 years.
Explanation: