exercise:A059722346: Difference between revisions

From Stochiki
(Created page with "You are given the following information about a database of historical claims data: *200,000 claims were reported during the years 2018-2020 *350,000 claims were reported du...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
You are given the following information about a database of historical claims data:  
You are given the following information about a database of historical claims data:  


*200,000 claims were reported during the years 2018-2020
*200,000 claims were reported during the years 2018,2019,2020
*350,000 claims were reported during the years 2019-2021
*350,000 claims were reported during the years 2019,2020,2021
*480,000 claims were reported during the years 2018-2021
*480,000 claims were reported during the years 2018,2019,2020,2021


Determine the number of claims reported in the year 2018 and 2021 combined.
Determine the number of claims reported in year 2018 or 2021.


<ol style="list-style-type:upper-alpha">
<ul class="mw-excansopts">
<li>400,000</li>
<li>400,000</li>
<li>410,000</li>
<li>410,000</li>
Line 13: Line 13:
<li>450,000</li>
<li>450,000</li>
<li>480,000</li>
<li>480,000</li>
</ol>
</ul>

Latest revision as of 01:37, 30 June 2024

You are given the following information about a database of historical claims data:

  • 200,000 claims were reported during the years 2018,2019,2020
  • 350,000 claims were reported during the years 2019,2020,2021
  • 480,000 claims were reported during the years 2018,2019,2020,2021

Determine the number of claims reported in year 2018 or 2021.

  • 400,000
  • 410,000
  • 420,000
  • 450,000
  • 480,000