document.write( "Question 92370: One number is 1 less than another. If 6 times the smallest number minus 2 times the larger number is 30, find the two numbers.\r
\n" );
document.write( "\n" );
document.write( "Thanks:) \n" );
document.write( "
Algebra.Com's Answer #67213 by scott8148(6628) You can put this solution on YOUR website! let s=smallest, so s+1=largest ... 6(s)-2(s+1)=30 ... 6s-2s-2=30 ... 4s=32 ... s=8 ... s+1=9 \n" ); document.write( " |