what is the difference between isotopes and isobars.
<!DOCTYPE html>
<html>
<body>
<h1>hello peoples</h1>
<canvas id="myCanvas">
Your browser does not support the canvas tag.
</canvas>
<script>
var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.fillStyle = "red";
ctx.fillRect(20, 20, 75, 50);
ctx.globalAlpha = 0.2;
ctx.fillStyle = "blue";
ctx.fillRect(50, 50, 75, 50);
ctx.fillStyle = "green";
ctx.fillRect(80, 80, 75, 50);
</script>
Answers
Answered by
5
Isotopes :
same atomic number but different mass number.
Isobars:
same atomic mass number but different atomic number
if this answer helps you then do follow me and Mark as brainlist
Answered by
4
Answer:
Isotopes
Any of two or more species of atoms of a chemical element with the same atomic number and nearly identical chemical behavior but with differing atomic mass or mass number and different physical properties
Isobars
Isobars are the atoms of different elements having different atomic number but same mass number
Similar questions