CRICOS Provider No. 00103D Page 1 of 5 ITECH1100 Understanding the Digital Revolution Assignment 1 - Book Basement Overview For this individual assignment, you will use skills acquired through...

1 answer below »
CRICOS Provider No. 00103D Page 1 of 5
ITECH1100 Understanding the Digital Revolution
Assignment 1 - Book Basement
Overview
For this individual assignment, you will use skills acquired through practical laboratory exercises to
automate a business process, and to visualize the impact of the automation.
You should use Microsoft Excel (or equivalent open-source software) for this assessment task.
Important: This assignment specification is generated just for you. Do not distribute this specification.
Timelines and Expectations
Percentage value of task: 20%
Due: Sunday, Week 6, 16:00 (See Course Description for date)
Learning Outcomes Assessed
The following course learning outcomes are assessed by completing this assessment:
A1. Prepare a basic solution to a business problem;
A2. Select appropriate IT solutions for business functions;
A3. Apply business information software for data visualization and analysis purposes.
S1. Write basic programming logic;
S3. Interpret and construct representations of business data flow and processes;
K8. Outline the basic principles of programming.
Assessment Details
Book Basement is a small second-hand book shop, run by a team of three staff members: April, Bertha, and
Celeste.
For this assignment, you will complete the following set of tasks using Excel, and build an ePortfolio page to
describe your work.
Task 0 - Setting up
Create an ePortfolio page for your assignment. You will submit this page to Moodle as per the lab tasks.
You may call it whatever you like, for example ITECH1100 Assignment 1 - 30350730.
Hours of operation
Most of the time, each team member works separate shifts:
April works 9:00 AM to 12:30 PM, Monday, Tuesday and Wednesday;
Bertha works 9:00 AM to 12:30 PM, Thursday, Friday and Saturday; and
Celeste works 12:30 PM to 5:30 PM, Monday to Friday.
The shop runs from 9:00 AM to 5:30 PM each day, except Saturday when it closes at 12:30. It is closed
entirely on Sundays.
CRICOS Provider No. 00103D Page 2 of 5
Costs
April and Bertha are the semi-retired co-owners of the bookshop, and do not take a salary.
Celeste, however, is a part-time employee, with total employment costs of $22 per hour. Celeste is also
entitled to four weeks of paid annual leave, during which a casual replacement is required at a cost of $33
per hour.
Fixed costs such as rent and insurance are $2900 per year, and utilities costs are $140 per month.
Task 1 - Costs of operating the business
Using Excel, create a spreadsheet called operating_costs.xlsx that calculates the projected annual outgoing
costs of running Book Basement.
Your spreadsheet should be configured such that the working hours, hourly rates, and fixed and utility costs
can be varied easily.
Document your findings in your ePortfolio page (approximately 100 words).
Obtaining Books
Throughout the day, customers come to Book Basement to buy books, and occasionally to sell them.
When people bring in books to sell to Book Basement, the staff member on duty will review the books and
make an offer for each one individually.
Currently, the process for determining how much the book shop will pay for a book is entirely subjective.
Staff members offer an amount per book based on the quality of the book, and how popular they think it is,
and how they are feeling at the time.
The sale amount is always simply double the amount paid and is set at the same time - if Book Basement
pays $3.00 for a book, they will put it on sale with a marked price of $6.00.
(Book Basement does not deal in rare or antique books)
For several months, staff have been keeping track of the date and time, quality, publication year and
amount paid for each book in a spreadsheet. This spreadsheet is available for download on Moodle.
Task 2 - Sales team offers
Using Excel, process the history of purchases spreadsheet and use appropriate charts to visualize:
How the prices paid differed for each staff member; and
How the prices paid have changed over time
Describe your findings in your ePortfolio (approximately 250 words), and attach the Excel file to your page.
Process automation
April and Bertha want to improve the consistency of how they pay for and price books.
They'd like to standardize on three standard price offers, and have designed the following process to
determine how to allocate them, including the option of rejecting the book altogether.
CRICOS Provider No. 00103D Page 3 of 5
The staff have already agreed on how to determine whether a book is terrible, poor, or good.
Book purchase
Customer
Book offered Done
Evaluate offer
Book shop
Assess
quality Reject
Terrible
Assess
publication date
Offer
low price
Poor
Good
Older than
15 years
Offer medium
price
Check is
hardcover
15 years
or newer
Paperback
Offer high price
Hardcover
Task 3 - Automation
Using Excel, create a spreadsheet page that automates the above process, allowing a member of the team
to enter whether the book is hardcover, its publication year, and its condition, and receive a price to offer.
Ensure that you include enough text and formatting to make your spreadsheet usable by a member of the
Book Basement team, or by a University lecturer.
Your spreadsheet should be configured such that the Low, Medium and High prices can be varied easily.
Describe how you automated the process (approx 150 words), and attach your Excel file to your ePortfolio.
Task 4 - Price setting
Using Excel and the historical data you have available, determine sets of prices which meet the objectives
of the following scenarios:
Scenario one: Total offer prices are approximately the same as for the historical data
Scenario two: Assuming all books purchased are sold, allow all staff to draw the same wage as
Celeste.
CRICOS Provider No. 00103D Page 4 of 5
Describe the strategy you used to find appropriate prices for each scenario (approximately 150 words).
Ensure that the Low price is less than the Medium price, and both are less than the High price.
Bonus challenge task (optional!)
Disclaimer: This task is 100% optional, and you can receive full marks without attempting or completing it.
It is intended to be a challenge if you are interested in such things, and the marks available do not reflect
the significant research and effort required to implement it correctly. Tutors will not provide significant
assistance for this challenge task.
Optional task 5
Reimplement Task 1 and Task 3 using either Python or HTML+JavaScript.
Write a brief overview of how to run your solution, and attach a zip file containing your code to your
ePortfolio page.
There are no partial marks awarded for this bonus task - you must complete all features to attain the
bonus marks.
It is possible to attain full marks for this assignment without completing this challenge task.
Further details
Assignment support
This assignment is supported by the first 6 lectures and labs. Work on the assignment should be spread
over several weeks after the relevant lab has been mastered.
Submission
All files should be submitted to Moodle by the due date and time. Check with your tutor as to whether a
hard copy is required in addition to the electronic submission.
Marking Criteria/Rubric
Refer to the attached marking guide.
Feedback
Feedback will be supplied through Moodle. Authoritative marks will be published through fdlMarks
Plagiarism
Plagiarism is the presentation of the expressed thought or work of another person as though it is one's own
without properly acknowledging that person. You must not allow other students to copy your work and must
take care to safeguard against this happening. More information about the plagiarism policy and procedure
for the university can be found at
http://federation.edu.au/students/learning-and-study/online-help-with/plagiarism.
CRICOS Provider No. 00103D Page 5 of 5
Marking Guide: Assignment 1
Feature Criteria Maximum Obtained
Operating costs
Appropriate projection calculation 2
Configurable hours, rates, fixed annual and monthly
costs 2
Description of findings 1
Uses hand-calculated values (-1)
Sales team offers
Visualization of prices offered per staff member 2
Visualization of change in prices over time 2
Description of findings 1
Automation
Spreadsheet accurately models the BPMN process 4
Description of automation 1
Unclear instructions (-1)
Price setting
Appropriate Low, Medium and High prices for scenario
1 2
Appropriate Low, Medium and High prices for scenario
2 2
Description of strategy 1
Bonus optional
challenge task
Faithful reimplementation of tasks 1 and 3 using
Python or HTML+JavaScript (+2)
Total: 20
Answered Same DayMay 02, 2020ITECH1100

Answer To: CRICOS Provider No. 00103D Page 1 of 5 ITECH1100 Understanding the Digital Revolution Assignment 1 -...

Abr Writing answered on May 05 2020
141 Votes
Book Basement.html


In [1]:

from bookBasement import *
In [2]:

operating_cost()
Annual Operational Cost: $34280.0
In [3]:

priceSetting()
T = Terrible, P = Poor, G = Good
Enter Quality: T
O = Older than 15 years, N = 15 years or newer
Enter Publication Date: O
H = Hardcover, P = Paperback
Enter Type: H
Price: $0
In [4]:

priceSetting()
T = Terrible, P = Poor, G = Good
Enter Quality: P
O = Older than 15 years, N = 15 years or newer
Enter Publication Date: N
H = Hardcover, P = Paperback
Enter Type: H
Price: $2
Book Basement.ipynb
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from bookBasement import *"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Annual Operational Cost: $34280.0\n"
]
}
],
"source": [
"operating_cost()"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"T = Terrible, P = Poor, G = Good\n",
"Enter Quality: T\n",
"O = Older than 15 years, N = 15 years or newer\n",
"Enter Publication Date: O\n",
"H = Hardcover, P = Paperback\n",
"Enter Type: H\n",
"Price: $0\n"
]
}
],
"source": [
"priceSetting()"
]
},
{
"cell_type": "code",
"exec
ution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"T = Terrible, P = Poor, G = Good\n",
"Enter Quality: P\n",
"O = Older than 15 years, N = 15 years or newer\n",
"Enter Publication Date: N\n",
"H = Hardcover, P = Paperback\n",
"Enter Type: H\n",
"Price: $2\n"
]
}
],
"source": [
"priceSetting()"
]
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
bookBasement.py
def setPrice(quality, date, cover):
low = 2
medium = 5
high = 11
if quality.lower() == "t":
return 0
elif quality.lower() == "p":
return low
else:
if date.lower() == "o":
return low
else:
if cover.lower() == "p":
return medium
else:
return high
def priceSetting():
print('T = Terrible, P = Poor, G = Good')
quality = input('Enter Quality: ')
print('O = Older than 15 years, N = 15 years or newer')
date = input('Enter Publication Date: ')
print('H = Hardcover, P = Paperback')
cover = input('Enter Type: ')

print('Price: $' + str(setPrice(quality, date, cover)))
    
def operating_cost():
    hourlyPay = [0, 0, 22, 33]
    workingHours = [3.5, 3.5, 5, 5]
    annualWorkingDays = [156, 156, 240, 20]
    temp = [a*b for a,b in zip(hourlyPay, workingHours)]
    totalSalary = sum([a*b for a,b in zip(temp, annualWorkingDays)])
    rentInsurance = 2900
    utilities = 140
    total = rentInsurance + utilities*12 + totalSalary
    print('Annual Operational Cost: $' + str(total))
operating_costs.xlsx
Costs
        Costs        Salary                                Utilities        Rent and Insurance
                April        Bertha        Celeste        Casual Replacement
        Monthly        -        -        -        -        140        -
        Hourly Rates        0        0        22        33        -        -
        Working Hours        3.5        3.5        5        5        -        -
        Working Days        3        3        5        5        -        -
        Weeks        52        52        48        4        -        -
        Yearly        0        0        26400        3300        1680        2900
        Total        34280
30178.xlsx
Sheet1
        low price        2
        medium price        5
        high price        11
                                        Total
                                        1180        1166
        Date        Condition        Published        Type                                                                Average of Offer ($)        Column Labels
        2017-03-20 13:46        Good        2003        Paperback        4.5        5                        Decriptives                        Row Labels        Hardcover        Paperback        Grand Total
        2017-03-20 16:02        Terrible        2011        Paperback        0.2        0                        Offer ($)        Task 3 and 4                Good        7.4217948718        4.264        5.8738562092
        2017-03-21 09:02        Terrible        1977        Paperback        0.6        0                Mean        2.4583333333        2.4291666667                Poor        2.143902439        1.2491803279        1.4742331288
        2017-03-21 11:10        Poor        1993        Hardcover        1.8        2                Standard Error        0.1213500996        0.1487244488                Terrible        1        0.245398773        0.25
        2017-03-21 12:09        Good        2003        Paperback        4        5                Median        1.5        2                Grand Total        5.565        1.4227777778        2.4583333333
        2017-03-21 14:22        Good        2001        Paperback        5.5        2                Mode        0.2        2
        2017-03-22 09:55        Terrible        1969        Paperback        0.2        0                Standard Deviation        2.6586474761        3.2583894182
        2017-03-22 10:12        Terrible        2013        Paperback        0.5        0                Sample Variance        7.0684064022        10.6171016006
        2017-03-22 10:44        Poor        2009        Hardcover        3        2                Kurtosis        0.0688302012        2.5663303785
        2017-03-22 12:33        Terrible        2013        Paperback        0.2        0                Skewness        1.1286848692        1.9331450217
        2017-03-22 15:02        Terrible        2007        Paperback        0.2        0                Range        11        11
        2017-03-22 15:08        Good        1961        Paperback        5        2                Minimum        0        0
        2017-03-23 11:23        Good        2008        Hardcover        6.5        11                Maximum        11        11
        2017-03-23 12:00        Terrible        2015        Paperback        0.2        0                Sum        1180        1166
        2017-03-23 12:10        Terrible        1992        Paperback        0.2        0                Count        480        480
        2017-03-23 13:58        Poor        1982        Paperback        1.5        2
        2017-03-23 14:34        Poor        1977        Paperback        1.5        2
        2017-03-23 16:11        Terrible        1993        Paperback        0.2        0
        2017-03-23 17:29        Terrible        1975        Paperback        0.2        0
        2017-03-24 10:25        Poor        2014        Paperback        1.2        2
        2017-03-24 10:34        Terrible        2012        Paperback        0.2        0
        2017-03-24 10:54        Poor        2010        Paperback        0.8        2
        2017-03-24 11:49        Poor        1993        Paperback        0.6        2
        2017-03-24 12:12        Terrible        1993        Paperback        0.2        0
        2017-03-24 15:20        Poor        1981        Paperback        1.5        2
        2017-03-24 15:22        Good        2011        Hardcover        8        11
        2017-03-24 15:31        Poor        2003        Hardcover        2        2
        2017-03-24 15:33        Good        2005        Hardcover        7        11
        2017-03-24 15:38        Poor        1968        Hardcover        2        2
        2017-03-24 15:52        Terrible        2007        Paperback        0.2        0
        2017-03-24 16:37        Good        1993        Hardcover        8        2
        2017-03-24 16:38        Terrible        2009        Paperback        0.5        0
        2017-03-24 17:25        Poor        1969        Hardcover        2        2
        2017-03-25 09:29        Poor        2009        Hardcover        1.8        2
        2017-03-25 10:24        Terrible        2003        Paperback        0.2        0
        2017-03-25 11:02        Good        2013        Paperback        3        5
        2017-03-25 11:18        Terrible        1989        Paperback        0.2        0
        2017-03-25 11:48        Poor        2015        Hardcover        1.8        2
        2017-03-25 12:28        Poor        1975        Paperback        1        2
        2017-03-27 09:43        Good        1997        Paperback        3.4        2
        2017-03-27 10:02        Good        2012        Hardcover        6        11
        2017-03-27 10:25        Poor        1999        Paperback        1.5        2
        2017-03-27 10:27        Poor        2009        Paperback        1.5        2
        2017-03-27 12:29        Poor        1975        Paperback        1.4        2
        2017-03-27 12:33        Terrible        2002        Paperback        0.2        0
        2017-03-27 12:45        Terrible        2005        Paperback        0.2        0
        2017-03-27 15:18        Terrible        1992        Paperback        0.2        0
        2017-03-27 16:04        Poor        2014        Paperback        1.5        2
        2017-03-27 17:07        Terrible        1993        Paperback        0.2        0
        2017-03-28 09:07        Poor        1977        Paperback        1.4        2
        2017-03-28 09:12        Good        2001        Paperback        4        2
        2017-03-28 09:28        Terrible        1975        Paperback        0.4        0
        2017-03-28 10:06        Terrible        1996        Paperback        0.2        0
        2017-03-28 10:11        Poor        2012        Paperback        1.5        2
        2017-03-28 10:24        Poor        1987        Paperback        1.5        2
        2017-03-28 11:20        Good        1999        Paperback        2.5        2
        2017-03-28 12:36        Poor        2008        Paperback        1.5        2
        2017-03-28 14:37        Poor        2001        Paperback        1.5        2
        2017-03-28 15:08        Poor        1977        Paperback        1.5        2
        2017-03-28 17:09        Poor        1997        Paperback        1.5        2
        2017-03-29 09:45        Good        2015        Paperback        5.5        5
        2017-03-29 11:03        Terrible        2009        Paperback        0.5        0
        2017-03-29 11:17        Good        1996        Hardcover        6        2
        2017-03-29 14:16        Terrible        2009        Paperback        0.2        0
        2017-03-29 15:21        Terrible        2005        Paperback        0.2        0
        2017-03-29 15:33        Good        1987        Paperback        4.5        2
        2017-03-29 17:14        Good        2001        Paperback        5        2
        2017-03-30 11:22        Good        1993        Paperback        2.5        2
        2017-03-30 14:05        Terrible        1968        Paperback        0.2        0
        2017-03-31 09:56        Poor        2003        Paperback        1.4        2
        2017-03-31 11:14        Good        2003        Paperback        5.5        5
        2017-03-31 16:34        Good        2002        Hardcover        8        2
        2017-04-01 09:36        Terrible        2014        Paperback        0.2        0
        2017-04-01 09:37        Good        2011        Hardcover        8        11
        2017-04-01 12:29        Terrible        1997        Paperback        0.2        0
        2017-04-03 10:02        Poor        2009        Hardcover        1.8        2
        2017-04-03 12:32        Poor        2012        Paperback        1.5        2
        2017-04-03 14:25        Poor        1996        Paperback        1.5        2
        2017-04-03 14:30        Good        1993        Paperback        5.5        2
        2017-04-03 15:06        Good        2013        Paperback        5.5        5
        2017-04-03 16:51        Terrible        1985        Paperback        0.2        0
        2017-04-04 09:12        Terrible        1968        Paperback        0        0
        2017-04-04 09:59        Poor        1999        Hardcover        2.6        2
        2017-04-04 12:14        Good        1969        Paperback        2.5        2
        2017-04-04 12:23        Good        2009        Paperback        4.5        5
        2017-04-04 12:31        Poor        1953        Paperback        1.5        2
        2017-04-04 15:33        Good        1997        Paperback        5.5        2
        2017-04-05 10:50        Terrible        1975        Paperback        0.4        0
        2017-04-05 13:08        Terrible        2001        Paperback        0.2        0
        2017-04-05 13:19        Poor        1985        Paperback        1        2
        2017-04-05 14:10        Terrible        2009        Paperback        0.2        0
        2017-04-05 14:15        Poor        1953        Paperback        1.5        2
        2017-04-05 14:44        Poor        2013        Paperback        1.5        2
        2017-04-06 11:09        Poor        2009        Paperback        1.2        2
        2017-04-06 12:39        Terrible        2005        Paperback        0.2        0
        2017-04-06 13:28        Terrible        2002        Paperback        0.2        0
        2017-04-06 14:24        Poor        1975        Paperback        1.5        2
        2017-04-06 16:39        Poor        2012        Hardcover        2        2
        2017-04-07 09:09        Poor        2014        Paperback        0.8        2
        2017-04-07 10:28        Good        2014        Hardcover        7        11
        2017-04-07 10:38        Poor        1985        Paperback        1        2
        2017-04-07 11:11        Terrible        1961        Paperback        0.2        0
        2017-04-07 11:41        Terrible        2009        Paperback        0.2        0
        2017-04-07 11:46        Terrible        2002        Paperback        0.2        0
        2017-04-07 11:52        Good        2012        Hardcover        8        11
        2017-04-07 12:09        Poor        1985        Paperback        0.4        2
        2017-04-07 12:16        Poor        1969        Paperback        1.2        2
        2017-04-07 12:32        Terrible        2016        Paperback        0.2        0
        2017-04-07 14:35        Poor        2009        Hardcover        2.5        2
        2017-04-07 15:18        Good        2003        Hardcover        8.5        11
        2017-04-07 15:31        Good        2013        Hardcover        9        11
        2017-04-07 16:34        Terrible        2002        Paperback        0.2        0
        2017-04-07 17:19        Terrible        2002        Paperback        0.2        0
        2017-04-07 17:22        Good        1982        Hardcover        6        2
        2017-04-08 10:01        Poor        2003        Paperback        1.2        2
        2017-04-08 11:22        Good        2003        Hardcover        6.5        11
        2017-04-08 12:14        Terrible        1993        Paperback        0.2        0
        2017-04-10 10:06        Terrible        2013        Paperback        0.4        0
        2017-04-10 10:36        Poor        2005        Hardcover        1.6        2
        2017-04-10 12:58        Poor        1999        Paperback        1.5        2
        2017-04-10 14:23        Poor        2001        Paperback        1.5        2
        2017-04-10 14:39        Good        1961        Paperback        4.5        2
        2017-04-10 15:03        Good        1968        Paperback        5.5        2
        2017-04-10 15:51        Terrible        2011        Paperback        0.2        0
        2017-04-10 16:59        Good        1961        Paperback        5.5        2
        2017-04-11 09:17        Terrible        2001        Paperback        0        0
        2017-04-11 10:21        Poor        1975        Paperback        1.5        2
        2017-04-11 10:35        Good        2005        Paperback        3.5        5
        2017-04-11 10:48        Terrible        2011        Paperback        0        0
        2017-04-12 09:56        Poor        1989        Hardcover        2.5        2
        2017-04-12 10:51        Good        1969        Paperback        3.6        2
        2017-04-12 11:18        Poor        2005        Hardcover        2.8        2
        2017-04-12 11:22        Terrible        1987        Paperback        0.5        0
        2017-04-12 12:25        Good        2015        Hardcover        6.2        11
        2017-04-12 12:37        Terrible        2003        Paperback        0.2        0
        2017-04-12 12:58        Poor        1997        Paperback        1.5        2
        2017-04-12 13:00        Poor        1969        Paperback        1.5        2
        2017-04-12 13:28        Poor        2005        Hardcover        2        2
        2017-04-12 16:29        Poor        2003        Paperback        1.5        2
        2017-04-13 10:02        Poor        2013        Paperback        1        2
        2017-04-13 11:14        Terrible        2010        Paperback        0.2        0
        2017-04-13 11:24        Terrible        2009        Paperback        0.2        0
        2017-04-13 11:44        Poor        1987        Paperback        0.8        2
        2017-04-13 14:17        Good        1961        Paperback        5        2
        2017-04-13 15:25        Good        1993        Paperback        5        2
        2017-04-13 15:49        Terrible        1997        Paperback        0.2        0
        2017-04-13 16:56        Good        2009        Hardcover        7.5        11
        2017-04-14 09:16        Good        2016        Hardcover        8        11
        2017-04-14 10:17        Good        1993        Paperback        1.4        2
        2017-04-14 10:52        Good        1996        Hardcover        6        2
        2017-04-14 10:55        Poor        1997        Paperback        0.8        2
        2017-04-14 11:37        Good        2003        Hardcover        8.5        11
        2017-04-14 13:35        Good        1985        Hardcover        7        2
        2017-04-14 14:40        Good        2015        Hardcover        10        11
        2017-04-14 16:02        Terrible        1989        Paperback        0.2        0
        2017-04-14 16:14        Poor        2015        Hardcover        2.5        2
        2017-04-17 09:13        Poor        2011        Hardcover        2.5        2
        2017-04-17 10:43        Terrible        2011        Paperback        0.2        0
        2017-04-17 11:41        Good        2016        Hardcover        6.4        11
        2017-04-17 11:45        Poor        2014        Hardcover        1.8        2
        2017-04-17 12:32        Poor        1981        Paperback        1        2
        2017-04-17 13:12        Terrible        1999        Paperback        0.2        0
        2017-04-17 13:47        Poor        2011        Paperback        1.5        2
        2017-04-17 15:49        Good        2009        Hardcover        6        11
        2017-04-17 15:52        Terrible        2009        Paperback        0.2        0
        2017-04-18 09:53        Terrible        1993        Paperback        0.6        0
        2017-04-18 14:03        Terrible        2010        Paperback        0.2        0
        2017-04-18 15:38        Poor        2009        Paperback        1.5        2
        2017-04-18 16:53        Terrible        1985        Paperback        0.2        0
        2017-04-18 17:15        Poor        2003        Paperback        1.5        2
        2017-04-19 09:32        Good        2007        Paperback        2.5        5
        2017-04-19 09:48        Poor        2014        Paperback        1        2
        2017-04-19 09:59        Good        1981        Paperback        5.5        2
        2017-04-19 10:32        Terrible        2001        Paperback        0.5        0
        2017-04-19 10:48        Good        1987        Paperback        5.4        2
        2017-04-19 13:18        Poor        1992        Paperback        1.5        2
        2017-04-19 13:33        Poor        1969        Paperback        1        2
        2017-04-19 14:47        Poor        1992        Paperback        1.5        2
        2017-04-19 16:23        Terrible        1993        Paperback        0.2        0
        2017-04-20 09:48        Poor        1977        Paperback        0.8        2
        2017-04-20 09:58        Terrible        1997        Paperback        0.2        0
        2017-04-20 10:26        Terrible        2008        Paperback        0.2        0
        2017-04-20 10:35        Poor        1982        Paperback        0.4        2
        2017-04-20 11:24        Terrible        2002        Paperback        0.2        0
        2017-04-20 11:39        Good        1975        Paperback        1.8        2
        2017-04-20 11:59        Good        1985        Paperback        3.5        2
        2017-04-20 12:07        Good        2012        Hardcover        8.5        11
        2017-04-20 13:32        Poor        2012        Hardcover        2        2
        2017-04-20 16:31        Good        2008        Hardcover        7        11
        2017-04-21 09:42        Poor        1997        Paperback        0.8        2
        2017-04-21 09:49        Terrible        2014        Paperback        0.2        0
        2017-04-21 10:23        Good        2001        Hardcover        6        2
        2017-04-21 11:15        Good        1987        Paperback        1.8        2
        2017-04-21 12:54        Terrible        2007        Paperback        0.5        0
        2017-04-21 14:10        Terrible        1996        Paperback        0.2        0
        2017-04-21 14:43        Poor        1985        Paperback        1.5        2
        2017-04-21 15:06        Poor        1961        Hardcover        2        2
        2017-04-21 15:51        Poor        1997        Hardcover        2        2
        2017-04-21 16:04        Terrible        1977        Paperback        0.2        0
        2017-04-21 17:22        Good        1989        Hardcover        8        2
        2017-04-22 09:14        Terrible        2013        Paperback        0.2        0
        2017-04-22 09:48        Good        1996        Paperback        3.5        2
        2017-04-22 09:55        Poor        2009        Paperback        1.2        2
        2017-04-22 10:06        Good        2011        Hardcover        6.5        11
        2017-04-22 10:36        Terrible        1969        Paperback        0.2        0
        2017-04-24 09:52        Poor        2005        Paperback        1        2
        2017-04-24 13:27        Good        1977        Paperback        5        2
        2017-04-24 14:12        Good        2013        Paperback        5        5
        2017-04-24 14:35        Terrible        1993        Paperback        0.2        0
        2017-04-24 16:32        Good        1985        Paperback        5.5        2
        2017-04-24 17:20        Terrible        1993        Paperback        0.2        0
        2017-04-25 09:31        Poor        2013        Paperback        1        2
        2017-04-25...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here