Given:-
To roundoff to the nearest ten.
So to round off to the nearest tens, we should only see the number in tens and if it is smaller than 5 we should change it to 0 and if it is above 5 then we should increase the digit in tens one.
So we get,
So the required solution is 430.