1.
value:
3.34 points
2010 |
and
2011 |
.
2010
Dec. |
1 |
3 |
Accepted a $28,000, 45-day, 7% note dated December 13 in granting Latisha Clark a time extension on her past-due account receivable. |
3 |
1 |
Prepared an adjusting entry to record the accrued interest on the Clark note. |
2011
Jan. |
27 |
Received Clark’s payment for principal and interest on the note dated December 13. |
|
Mar. |
Accepted a $22,000, 10%, 90-day note dated March 3 in granting a time extension on the pastdue account receivable of Shandi Company. |
||
17 |
Accepted a $20,000, 30-day, 8% note dated March 17 in granting Juan Torres a time extension on his past-due account receivable. |
||
Apr. |
16 |
Torres dishonors his note when presented for payment. |
|
May |
Wrote off the Torres account against the Allowance for Doubtful Accounts. |
||
June |
Received the Shandi payment for principal and interest on the note dated March 3. |
Prepare journal entries for the above transactions for 2011. (Use 360 days a year. Do not round intermediate calculations and round your final answers to nearest dollar amount. Omit the “$” sign in your response.)
Date
General Journal
Debit
Credit
Jan.
27
$ $ $ At year-end (December 31), Alvare Company estimates its bad debts as 0.40% of its annual credit sales of $686,000. Alvare 1.value: 3.34 points
Following are selected transactions Deshawn Company for 2010 and 2011.
2010 Dec.
13
Accepted a $28,000, 45-day, 7% note dated December 13 in granting Latisha Clark a time extension on her past-due account receivable.
31
Prepared an adjusting entry to record the accrued interest on the Clark note. 2011 Jan.27 Received Clark’s payment for principal and interest on the note dated December 13. Mar.3 Accepted a $22,000, 10%, 90-day note dated March 3 in granting a time extension on the pastdue account receivable of Shandi Company. 17 Accepted a $20,000, 30-day, 8% note dated March 17 in granting Juan Torres a time extension on his past-due account receivable. Apr.16 Torres dishonors his note when presented for payment. May1 Wrote off the Torres account against the Allowance for Doubtful Accounts. June1 Received the Shandi payment for principal and interest on the note dated March 3. Prepare journal entries for the above transactions for 2011. (Use 360 days a year. Do not round intermediate calculations and round your final answers to nearest dollar amount. Omit the “$” sign in your response.)DateGeneral JournalDebitCredit2011 Jan.27 $ $ $ At year-end (December 31), Alvare Company estimates its bad debts as 0.40% of its annual credit sales of $686,000. Alvare records its Bad Debts Expense for that estimate. On the following February 1, Alvare decides that the $343 account of P. Coble is uncollectible and writes it off as a bad debt. On June 5, Coble unexpectedly pays the amount previously written off. Prepare the journal entries of Alvare to record these transactions and events of December 31, February 1, and June 5. (Omit the “$” sign in your response.) Top of FormBottom of Form records its Bad Debts Expense for that estimate. On the following February 1, Alvare decides that the $343 account of P. Coble is uncollectible and writes it off as a bad debt. On June 5, Coble unexpectedly pays the amount previously written off. Prepare the journal entries of Alvare to record these transactions and events of December 31, February 1, and June 5. (Omit the “$” sign in your response.) Top of FormBottom of Form acc_510-module_3_hw x11 years agoReport issueAcc 504 module 3 HwNOT RATEDPurchase the answer to view it
acc_510-module_3_hw_answers xplagiarism checkPurchase $20Applied SciencesArchitecture and DesignBiologyBusiness & FinanceChemistryComputer ScienceGeographyGeologyEducationEngineeringEnglishEnvironmental scienceSpanishGovernmentHistoryHuman Resource ManagementInformation SystemsLawLiteratureMathematicsNursingPhysicsPolitical SciencePsychologyReadingScienceSocial ScienceLiberty UniversityNew Hampshire UniversityStrayer UniversityUniversity Of PhoenixWalden UniversityHomeHomework AnswersArchiveTagsReviewsContact
Copyright © 2024 SweetStudy.com (Step To Horizon LTD)
document.addEventListener(‘DOMContentLoaded’, (event) => {
const chatIcon = document.getElementById(“chat-icon-ssr”);
const loader = document.getElementById(‘chat-list-loader’);
function chatClicked() {
window.chatButtonClicked = true;
loader.classList.remove(‘hidden’);
loader.querySelector(‘video’).play()
if (chatIcon) {
chatIcon.removeEventListener(‘click’, chatClicked);
}
}
if (chatIcon) {
chatIcon.addEventListener(‘click’, chatClicked)
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
let menuOpener, menuCloser, menuNav;
function replaceClass(elem, clsToRemove, clsToAdd) {
elem.classList.add(clsToAdd);
elem.classList.remove(clsToRemove);
}
function openClicked() {
replaceClass(menuOpener, ‘display-xs’, ‘hidden’)
replaceClass(menuCloser, ‘hidden’, ‘display-xs’)
replaceClass(menuNav, ‘isHidden’, ‘isShown’)
}
function closeClicked() {
replaceClass(menuOpener, ‘hidden’, ‘display-xs’);
replaceClass(menuCloser, ‘display-xs’, ‘hidden’)
replaceClass(menuNav, ‘isShown’, ‘isHidden’)
}
function closeMenuOnLinkClicked(e) {
if (e.target.nodeName == ‘A’ || e.target.nodeName == ‘IMG’) {
closeClicked()
}
}
function connectElementToClick(elemId, clickCallback) {
const elem = document.getElementById(elemId);
if (elem) {
elem.addEventListener(‘click’, clickCallback);
}
return elem;
}
menuOpener = connectElementToClick(‘hamburger-menu-opener’, openClicked);
menuCloser = connectElementToClick(‘hamburger-menu-closer’, closeClicked);
menuNav = connectElementToClick(‘mobile-menu-nav’, closeMenuOnLinkClicked);
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
window[‘mobile-drop-menu-Help.’] = false
const menuItem = document.getElementById(‘mobile-drop-menu-Help.’);
const dropMenuItems = menuItem.querySelectorAll(‘li’);
const menuIcon = menuItem.querySelector(‘i’)
menuItem.addEventListener(‘click’, e => {
e.preventAddingToQueue = true;
window[‘mobile-drop-menu-Help.’] = true
dropMenuItems.forEach(li => li.classList.toggle(‘hidden’))
menuIcon.classList.toggle(‘expanded’)
});
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const breadcrumbsDD = document.getElementById(“breadcrumbs-dd”);
const breadcrumbsList = document.getElementById(“breadcrumbs-list-container”);
if (breadcrumbsDD) {
breadcrumbsDD.addEventListener(‘click’, () => {
breadcrumbsDD.classList.toggle(‘isOpen’);
breadcrumbsList.classList.toggle(‘isOpen’);
})
}
function clickOutside(event) {
if(!breadcrumbsDD) {
document.removeEventListener(‘click’, clickOutside);
return;
}
const isClickOutside = !breadcrumbsDD.contains(event.target);
if (isClickOutside) {
breadcrumbsDD.classList.remove(‘isOpen’);
breadcrumbsList.classList.remove(‘isOpen’);
}
}
document.addEventListener(‘click’, clickOutside);
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const answerAttachment = document.getElementById(‘answer-undefined-attachments’);
const paymentLoader = document.getElementById(‘answer-undefined-payment-loader’);
function attachmentClicked() {
answerAttachment.removeEventListener(‘click’, attachmentClicked)
paymentLoader.classList.remove(‘hidden’);
}
if (answerAttachment) {
answerAttachment.addEventListener(‘click’, attachmentClicked)
}
});
document.addEventListener(“DOMContentLoaded”, function() {
var lazyImages = [].slice.call(document.querySelectorAll(“img.lazy”));
function loadImage(lazyImage) {
lazyImage.src = lazyImage.dataset.src;
lazyImage.classList.remove(‘lazy’);
}
if (“IntersectionObserver” in window) {
window.lazyImageObserver = new IntersectionObserver(function(entries, observer) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
let lazyImage = entry.target;
loadImage(lazyImage);
window.lazyImageObserver.unobserve(lazyImage);
}
});
});
lazyImages.forEach(function(lazyImage) {
window.lazyImageObserver.observe(lazyImage);
});
} else {
lazyImages.forEach(function(lazyImage) {
loadImage(lazyImage);
});
}
});
window.__REDUX__STATE__ = true;
window.PAGE_TYPE = “tutorial”
‘use strict’;
window.neededBundles = “bundle.js,32.bundle.js,44.bundle.js,4.bundle.js,56.bundle.js,57.bundle.js,90.bundle.js,8.bundle.js”
function getWebpackHash() {
return fetch(`https://www.sweetstudy.com/webpack-hash`, { cache: “no-cache” })
.then(response => response.json())
.then(json => {
return json
})
}
async function generateScripts () {
const scripts = window.neededBundles.split(‘,’)
let scriptsCount = scripts.length
const clientStats = await getWebpackHash()
return new Promise((resolve, reject) => {
scripts.forEach(s => {
const scriptNode = document.createElement(‘script’)
const bundleWithHash = s.replace(‘bundle.js’, `bundle.${clientStats.webpackHash}.js`)
scriptNode.setAttribute(‘src’, `https://www.sweetstudy.com/${bundleWithHash}`);
scriptNode.setAttribute(‘type’, ‘application/javascript’)
scriptNode.onload = () => {
scriptsCount–;
if (scriptsCount == 0) {
resolve()
}
}
document.head.appendChild(scriptNode)
});
})
}
function userInteractionEvent(event) {
if(!event.preventAddingToQueue) {
eventsQueue.push(event);
}
if (!isLoading) {
isLoading = true;
generateScripts().then(() => {
eventNames.forEach(evt => {
document.removeEventListener(evt, userInteractionEvent);
})
eventsQueue.forEach(e =>
e.target.dispatchEvent(
new Event(e.type, {
bubbles: true,
cancelable: true
})
)
);
})
}
}
let isLoading = false;
let eventsQueue = [];
const eventNames =’click, tap, touchend’.split(‘, ‘);
eventNames.forEach(evt => {
document.addEventListener(evt, userInteractionEvent);
})
let loadMoreHtml;
if(document.getElementById(‘read-more-btn’) != null) {
let btnOffsetTop;
loadMoreHtml = function(event) {
if(window.scrollY > (btnOffsetTop / 2)) {
document.getElementById(‘read-more-btn’).click();
document.removeEventListener(‘scroll’, loadMoreHtml);
}
}
const readMoreBtn = document.getElementById(‘read-more-btn’);
const { top } = readMoreBtn.getBoundingClientRect();
btnOffsetTop = (window.pageYOffset || document umentElement.scrollTop) + top;
document.addEventListener(‘scroll’, loadMoreHtml);
}
1.
value:
3.
34 points
Following are selected transactions Deshawn Company for 2010 and 20 11 . |
2010 |
Dec.
1
3
Accepted a
$
28,000, 45-day, 7% note dated December 13 in granting Latisha Clark a time extension on her past-due account receivable.
3
1
Prepared an adjusting entry to record the accrued interest on the Clark note.
2011 |
Jan. |
27 |
Received Clark’s payment for principal and interest on the note dated December 13. |
||
Mar. |
3 |
Accepted a $22,000, 10%, 90-day note dated March 3 in granting a time extension on the pastdue account receivable of Shandi Company. |
||
17 |
Accepted a $20,000, 30-day, 8% note dated March 17 in granting Juan Torres a time extension on his past-due account receivable. |
|||
Apr. |
16 |
Torres dishonors his note when presented for payment. |
||
May |
1 |
Wrote off the Torres account against the Allowance for Doubtful Accounts. |
||
June |
Received the Shandi payment for principal and interest on the note dated March 3. |
Prepare journal entries for the above transactions for 2011. (Use 360 days a year. Do not round intermediate calculations and round your final answers to nearest dollar amount. Omit the “$” sign in your response.)
Date
General Journal
Debit
Credit
27
3
17
16
1
June
1
2.
value:
3.33 points
Hawk Company establishes a $360 petty cash fund on September
9.
On September 30, the fund shows $89 in cash along with receipts for the following expenditures: transportation-in, $53; postage expenses, $54; and miscellaneous expenses, $153. The petty cashier could not account for a $11 shortage in the fund. Hawk uses the perpetual system in accounting for merchandise inventory.
(1) |
Prepare the September 9 entry to establish the fund. (Omit the “$” sign in your response.) |
Sept. 9 |
(2) |
Prepare the September 30 entry to reimburse the fund. (Omit the “$” sign in your response.) |
Sept. 30 |
(3)
Prepare an October 1 entry to decrease the fund to $31
5.
(Omit the “$” sign in your response.)
Oct. 1 |
3.
value:
3.33 points
Frederick Clinic deposits all cash receipts on the day when they are received and it makes all cash payments by check. At the close of business on June 30 , 2011 , its Cash account shows a $14,853 debit balance. Frederick Clinic’s June 30 bank statement shows $14,746 on deposit in the bank. |
a.
Outstanding checks as of June 30 total $2,
29
5.
b.
The June 30 bank statement included a $65 debit memorandum for bank services.
c.
Check No. 919, listed with the canceled checks, was correctly drawn for $389 in payment of a utility bill on June 15. Frederick Clinic mistakenly recorded it with a debit to Utilities Expense and a credit to Cash in the amount of $39
8.
d.
The June 30 cash receipts of $2,346 were placed in the bank’s night depository after banking hours and were not recorded on the June 30 bank statement.
Prepare a bank reconciliation for Frederick Clinic using the above information (Input all amounts as positive values. Omit the “$” sign in your response): |
FREDERICK CLINIC |
|||||||
Bank Reconciliation |
|||||||
June 30, 2011 | |||||||
$ |
$ |
||||||
Add |
Add | ||||||
Deduct |
Deduct | ||||||
Adjusted bank balance |
Adjusted book balance |
||||||
check my work
eBoo
4.
value:
3.33 points
Frederick Clinic deposits all cash receipts on the day when they are received and it makes all cash payments by check. At the close of business on June 30, 2011, its Cash account shows a $13,551 debit balance. Frederick Clinic’s June 30 bank statement shows $12,803 on deposit in the bank. |
Outstanding checks as of June 30 total $2,076. |
Check No. 919, listed with the canceled checks, was correctly drawn for $474 in payment of a utility bill on June 15. Frederick Clinic mistakenly recorded it with a debit to Utilities Expense and a credit to Cash in the amount of $511. |
The June 30 cash receipts of $2,796 were placed in the bank’s night depository after banking hours and were not recorded on the June 30 bank statement. |
Prepare the adjusting journal entries that Frederick Clinic must record as a result of preparing the bank reconciliation. (Omit the “$” sign in your response.) |
June 30 |
check my work
eBook Link
View Hint #1
references
5.
value:
3.33 points
The following information is from the annual financial statements of Waseem Company. |
2009 |
||||||
Net sales |
$ |
302,000 |
233,000 |
283,000 |
||
Accounts receivable, net (year-end) |
31,400 |
29,200 |
25,900 |
Compute its accounts receivable turnover for 2010 and 2011. (Round your answers to one decimal place.) |
Accounts receivable |
|
times |
|
[The following information applies to the questions displayed below.]
Sami Company recorded the following selected transactions during November 2011: |
Nov. 5 |
Accounts Receivable —Surf Shop |
4,591 |
||
Sales |
||||
10 |
Accounts Receivable— Yum Enterprises |
1,508 |
||
13 |
Accounts Receivable— Matt Albin |
88 4
|
||
21 |
Sales Returns and Allowances |
228 |
||
Accounts Receivable—Matt Albin |
||||
30 |
3,144 |
|||
references
6.
value:
3.33 points
1. |
Prepare a general ledger having T-accounts for Accounts Receivable, Sales, and Sales Returns and Allowances. Also open an accounts receivable subsidiary ledger having a T-account for each customer. Post these entries to both the general ledger and the accounts receivable ledger. (Record the transactions in the given order. Omit the “$” sign in your response.) |
General Ledger |
Accounts Receivable |
Bal. |
||
Sales |
Sales Returns and Allowances |
Accounts Receivable Ledger |
Surf Shop |
Yum Enterprises |
Matt Albin |
check my work
eBook Link
View Hint #1
references
7.
value:
3.33 points
2. |
Prepare a schedule of accounts receivable. (Omit the “$” sign in your response.) |
Sami Company |
Total |
8.
value:
3.33 points
Following are selected transactions Deshawn Company for 20
10.
Dec. |
Prepare journal entries for the above transactions. (Use 360 days a year. Do not round intermediate calculations and round your final answers to the nearest dollar amount. Omit the “$” sign in your response.) |
2010 | |
Dec. |
13 |
31 |
check my work
eBook Link
View Hint #1
references
9.
value:
3.34 points
On June 30, Roman Co. has $154,700 of accounts receivable. |
July |
4 |
Sold $8,810 of merchandise (that had cost $5,638) to customers on credit. |
9 |
Sold $21,658 of accounts receivable to Center Bank. Center charges a 5% factoring fee. |
|
Received $4,846 cash from customers in payment on their accounts. |
||
Borrowed $12,376 cash from Center Bank, pledging $16,089 of accounts receivable as security for the loan. |
Prepare journal entries to record the above selected July transactions. (The company uses the perpetual inventory system.) (Do not round intermediate calculations and round your final answers to the nearest dollar amount. Omit the “$” sign in your response.) |
July |
4 |
9 |
|
check my work
eBook
Top of Form
10.
value:
3.34 points
Diablo Company applies the direct write-off method in accounting for uncollectible accounts. |
June | 11 |
Diablo determines that it cannot collect $9,200 of its accounts receivable from its customer Chaffey Company. |
29 |
Chaffey Company unexpectedly pays its account in full to Diablo Company. Diablo records its recovery of this bad debt. |
Prepare journal entries to record the above selected transactions of Diablo. (Omit the “$” sign in your response.) |
11 |
|
29 |
|
check my work
eBook Link
View Hint #1
references
Bottom of Form
©2013 The McGraw-Hill Companies. All rights reserved.
Q11
At year-end (December 31), Alvare Company estimates its bad debts as 0.40% of its annual credit sales of $686,000. Alvare records its Bad Debts Expense for that estimate. On the following February 1, Alvare decides that the $343 account of P. Coble is uncollectible and writes it off as a bad debt. On June 5, Coble unexpectedly pays the amount previously written off. |
Prepare the journal entries of Alvare to record these transactions and events of December 31, February 1, and June 5. (Omit the “$” sign in your response.) |
Top of Form
Bottom of Form
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)
(Click to select)