-- Declare variables for poverty level values DECLARE @contiguousUSOnePerson float DECLARE @contiguousUSIncrement float DECLARE @alaskaOnePerson float DECLARE @alaskaIncrement float DECLARE @hawaiiOnePerson float DECLARE @hawaiiIncrement float -- Set the values SET @contiguousUSOnePerson = 15060 SET @contigu…