The key equation here is F=ma (F=Force, m=mass, a=acceleration.) There are two objects with two masses and two accelerations, so we need two of these equations:
F1=m1a1 for the first object,
F2=m2a2 for the second object.
We know
m1=2.3kg
a1=5.5m/(s^2)
m2=5.1kg
a2 is what needs to be computed.
We could compute F1 but it is not necessary. The problems says that the force applied to the first object is the same as the force applied to the second object:
F2=F1.
By the above equations, this gives
m2a2=m1a1
Remember that a2 is what we need to find. We do that by dividing both sides of the equation by m1:
a2=(m1/m2)a1
Now plug the numbers in and compute:
a2=(m1/m2)a1=((2.3 kg)/(5.1 kg))*(5.5m/s^2)=(2.3/5.1)*5.5=2.5 m/s^2