document.write( "Question 645448: From the total of $8000, if Daniel receives $800 more than Scott, what percent of the $8000 does Scott receive? \n" ); document.write( "
Algebra.Com's Answer #405465 by sachi(548) You can put this solution on YOUR website! let scott recieve x \n" ); document.write( "than daniel recieve x+800 \n" ); document.write( "now x+x+800=8000 \n" ); document.write( "or 2x=8000-800=7200 \n" ); document.write( "or x=3600 \n" ); document.write( "%Scott receive=3600*100/8000=45% \n" ); document.write( "ans \n" ); document.write( " |