document.write( "Question 105874: Please help solve these two problems:
\n" );
document.write( "How would I write these two problems:
\n" );
document.write( "Eight times a number plus 6 less than twice the number is 34.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Julius sold five times as many computers as Sam sold last year. In total, they sold 78 computers. How many computers did Julius sell?\r
\n" );
document.write( "\n" );
document.write( "Thank you,\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #77059 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=number \n" ); document.write( "...Eight times a number ... 8x \n" ); document.write( "...plus ... + \n" ); document.write( "...6 less than twice the number ... 2x-6 \n" ); document.write( "...is 34 ... =34 \n" ); document.write( "8x+2x-6=34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x=Julius, so x/5=Sam ... x+(x/5)=78 \n" ); document.write( " \n" ); document.write( " |